- Mar 23, 2012
-
-
Eric Christopher authored
llvm-svn: 153307
-
Eric Christopher authored
llvm-svn: 153306
-
Eric Christopher authored
the PassManager annoying and should be reimplemented as a decorator on top of existing passes (as should the timing data). llvm-svn: 153305
-
Richard Smith authored
class template's definition, and for explicit specializations of such enum members. llvm-svn: 153304
-
Argyrios Kyrtzidis authored
return from clang_getCursorLocation the start location of the method name. rdar://11105223 llvm-svn: 153303
-
Anton Yartsev authored
llvm-svn: 153302
-
Johnny Chen authored
llvm-svn: 153301
-
Johnny Chen authored
We do this by delegating to two available Watchpoint Register Pairs (wvr, wcr). With each pair handling the 4 bytes of (uint64_t)variable. llvm-svn: 153300
-
Greg Clayton authored
llvm-svn: 153298
-
Argyrios Kyrtzidis authored
during construction of branches for chained logical operators. This makes -fsyntax-only for test/Sema/many-logical-ops.c about 32x times faster. With measuring SemaExpr.cpp I see differences below the noise level. llvm-svn: 153297
-
Nick Lewycky authored
llvm-svn: 153296
-
Rafael Espindola authored
llvm-svn: 153295
-
Greg Clayton authored
Fixed up the command so that it doesn't dump the first arguments when run from the command line which was causing this script to dump the script itself. llvm-svn: 153294
-
Fariborz Jahanian authored
declared at file scope. // rdar://11006566 llvm-svn: 153293
-
Bill Wendling authored
llvm-svn: 153292
-
Bill Wendling authored
llvm-svn: 153291
-
Bill Wendling authored
cast the value to x86_mmx. This gives the ASM string the correct call signature. <rdar://problem/10919182> llvm-svn: 153290
-
Matt Beaumont-Gay authored
llvm-svn: 153289
-
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
-