- Oct 29, 2009
-
-
Ted Kremenek authored
by Zhongxing Xu. RemoveDeadBindings() would falsely prune SymbolicRegions from the store that wrapped derived symbols whose liveness could only be determined after scanning the store. llvm-svn: 85484
-
Zhongxing Xu authored
llvm-svn: 85483
-
Chris Lattner authored
Ken Dyck! llvm-svn: 85482
-
Chris Lattner authored
llvm-svn: 85481
-
Zhongxing Xu authored
llvm-svn: 85480
-
Chris Lattner authored
patch by Peter Housel! llvm-svn: 85479
-
Zhongxing Xu authored
Explicitly convert to double to suppress Visual C++ 2008 build error C2668 pow is ambiguous call to overloaded function llvm-svn: 85478
-
Jim Grosbach authored
realignment regardless of whether it's strictly necessary. llvm-svn: 85476
-
Daniel Dunbar authored
llvm-svn: 85475
-
Jim Grosbach authored
indexed via the stack pointer, even if a frame pointer is present. Update the heuristic to place it nearest the stack pointer in that case, rather than nearest the frame pointer. llvm-svn: 85474
-
Daniel Dunbar authored
- clang-cc doesn't care about their relative order with other -W options. llvm-svn: 85473
-
Daniel Dunbar authored
llvm-svn: 85472
-
Zhongxing Xu authored
Add a CheckLocation() interface to Checker. Now ImplicitNullDeref nodes are cached in NullDerefChecker. More cleanups follow. llvm-svn: 85471
-
Johnny Chen authored
I was trying to check the WIP file to some local repository, but ended up checking in the llvm repository. Oops! llvm-svn: 85470
-
Daniel Dunbar authored
llvm-svn: 85469
-
Daniel Dunbar authored
llvm-svn: 85468
-
Johnny Chen authored
declaring local variables. llvm-svn: 85467
-
Chris Lattner authored
crash on any clang tests. llvm-svn: 85465
-
Chris Lattner authored
llvm-svn: 85464
-
Dale Johannesen authored
the second (store) instruction in SpillSlotToUsesMap consistently. I don't think this matters functionally, but it's cleaner and Evan wants it this way. llvm-svn: 85463
-
-
Douglas Gregor authored
Switch a few ugly switch-on-string-literal constructs to use the new llvm::StringSwitch. llvm-svn: 85461
-
Bill Wendling authored
llvm-svn: 85460
-
Douglas Gregor authored
cascading "ifs" of strcmps/memcmps. llvm-svn: 85459
-
Chris Lattner authored
llvm-svn: 85458
-
Chris Lattner authored
llvm-svn: 85457
-
Edward O'Callaghan authored
llvm-svn: 85456
-
Bill Wendling authored
--- Reverse-merging r85338 into '.': U lib/CodeGen/SimpleRegisterCoalescing.cpp U lib/CodeGen/SimpleRegisterCoalescing.h llvm-svn: 85454
-
Chris Lattner authored
llvm-svn: 85453
-
Edward O'Callaghan authored
llvm-svn: 85452
-
Dan Gohman authored
llvm-svn: 85451
-
John Thompson authored
llvm-svn: 85450
-
Dan Gohman authored
llvm-svn: 85449
-
Edward O'Callaghan authored
llvm-svn: 85448
-
Douglas Gregor authored
class template partial specializations of member templates. Also, fixes a silly little bug in the marking of "used" template parameters in member templates. Fixes PR5236. llvm-svn: 85447
-
Chris Lattner authored
using the new LLVM support for this. This is temporarily hiding behind horrible and ugly #ifdefs until the time when the optimizer is stable (hopefully a week or so). Until then, lets make it "opt in" :) llvm-svn: 85446
-
Chris Lattner authored
llvm-svn: 85445
-
- Oct 28, 2009
-
-
Ted Kremenek authored
Unused ivars checker: also check methods in categories that are defined in the same translation unit. Fixes <rdar://problem/6260004>. llvm-svn: 85442
-
Bob Wilson authored
common tail, except when the OptimizeForSize function attribute is present. Radar 7338114. llvm-svn: 85441
-
-