- Mar 23, 2012
-
-
Greg Clayton authored
parse the output from "log enable --timestamp ...." and converts it to be relative to the first timestamp and shows the time deltas between log lines. This can also be used as a stand along script outside of lldb: ./delta.py log.txt llvm-svn: 153288
-
- Mar 22, 2012
-
-
Andrew Trick authored
llvm-svn: 153287
-
Andrew Trick authored
Tests cases have been removed but attached to open PR12330. llvm-svn: 153286
-
Eli Friedman authored
Make sure we correctly set the alignment for vector loads and stores associated with vector element lvalues. Patch by Kevin Schoedel (with some minor modifications by me). llvm-svn: 153285
-
rdar://problem/11095005Greg Clayton authored
Fixed a performance regression when dynamic types are enable where we would ask a C++ type if it can possibly be dynamic. Previously we would force the type to complete itself and then anwwer the question definitively. Now we ask the type if it is already complete and only definitively answer the question for completed types and just say "yes" for non-complete C++ types. We also always now answer yes for Objective C classes and do not complete those types either. llvm-svn: 153284
-
Ted Kremenek authored
llvm-svn: 153283
-
Jason Molenda authored
NULL instead of false if no valid name (fixes compiler warning). llvm-svn: 153282
-
Anna Zaks authored
llvm-svn: 153281
-
Anna Zaks authored
llvm-svn: 153280
-
Anna Zaks authored
(Stats Checker). llvm-svn: 153279
-
Bill Wendling authored
llvm-svn: 153278
-
Bill Wendling authored
llvm-svn: 153277
-
Bill Wendling authored
few comments where none existed before. Also change a function's name to match the current coding standard. No functionality change. llvm-svn: 153276
-
Sean Callanan authored
- Addresses with no description were given comments, leading to useless comments like "; , " - Addresses weren't resolved with respect to the correct module. llvm-svn: 153274
-
Johnny Chen authored
that the inferior cannot execute past the watchpoint-triggering instruction. The solution is disable the watchpoint before resuming the inferior and make it hardware single step; when the inferior stops again due to single step, re-enable the watchpoint and disable the single step to make the inferior able to continue again without obstacle. rdar://problem/9667960 llvm-svn: 153273
-
Enrico Granata authored
This is the feature that allowed the user to have things like: class Base { ... }; class Derived : public Base { ... }; and have formatters defined for Base work automatically for Derived. This feature turned out to be too expensive since it requires completing types. This patch takes care of removing cascading (other than typedefs chain cascading), updating the test suite accordingly, and adding required Cocoa class names to keep the AppKit formatters working llvm-svn: 153272
-
Fariborz Jahanian authored
at global scope properly, issue diagnostics. llvm-svn: 153271
-
-
-
Johnny Chen authored
llvm-svn: 153268
-
Dan Gohman authored
llvm-svn: 153267
-
Greg Clayton authored
when using the "frame variable" or "target variable" commands. llvm-svn: 153266
-
Sean Callanan authored
crash in disassembly of VST instructions. llvm-svn: 153265
-
-
Andrew Trick authored
Keep the public interface clean, even though LLVM proper does not currently use it. llvm-svn: 153263
-
Andrew Trick authored
llvm-svn: 153262
-
Fariborz Jahanian authored
property attributes. // rdar://11095151 llvm-svn: 153261
-
Andrew Trick authored
llvm-svn: 153260
-
Andrew Trick authored
llvm-svn: 153259
-
Andrew Trick authored
llvm-svn: 153258
-
Andrew Trick authored
llvm-svn: 153257
-
Andrew Trick authored
canonical indvars. llvm-svn: 153256
-
Andrew Trick authored
llvm-svn: 153255
-
Argyrios Kyrtzidis authored
make sure to fully load its external lexical and visible declarations before re-writing it. rdar://10914192 llvm-svn: 153254
-
Silviu Baranga authored
Added soft fail checks for the disassembler when decoding some corner cases of the STRD, STRH, LDRD, LDRH, LDRSH and LDRSB instructions on ARM. llvm-svn: 153252
-
Silviu Baranga authored
llvm-svn: 153251
-
Silviu Baranga authored
llvm-svn: 153250
-
Alexander Potapenko authored
After the instructions are moved to the branch island, fixupInstructions() expands every 2-byte ja/je instruction with a 1-byte offset into a 6-byte ja/je with 32-bit offset. The offset is fixed to point to the original function. llvm-svn: 153249
-
Anders Waldenborg authored
llvm-svn: 153248
-
Richard Smith authored
llvm-svn: 153246
-