- Oct 29, 2009
-
-
Zhongxing Xu authored
llvm-svn: 85497
-
Chris Lattner authored
llvm-svn: 85496
-
Chris Lattner authored
static constructors with indirect gotos :) llvm-svn: 85495
-
Ted Kremenek authored
small test case to show we handle dereferences of undefined values. llvm-svn: 85492
-
Douglas Gregor authored
llvm-svn: 85491
-
Chris Lattner authored
now correctly runs clang's test/CodeGen/indirect-goto.c. The JIT will abort on it until someone feels compelled to implement this. llvm-svn: 85488
-
Chris Lattner authored
llvm-svn: 85487
-
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
-