- May 01, 2008
-
-
Chris Lattner authored
2) Return NULL instead of false in several places for tidiness. 3) fix a bug optimizing sprintf(p, "%c", x) llvm-svn: 50521
-
Chris Lattner authored
a FunctionPass. This makes it simpler, fixes dozens of bugs, adds a couple of minor features, and shrinks is considerably: from 2214 to 1437 lines. llvm-svn: 50520
-
Chris Lattner authored
llvm-svn: 50519
-
Chris Lattner authored
llvm-svn: 50518
-
Chris Lattner authored
llvm-svn: 50517
-
Chris Lattner authored
llvm-svn: 50516
-
Chris Lattner authored
llvm-svn: 50515
-
Chris Lattner authored
a function call that takes two Value*'s as arguments. llvm-svn: 50514
-
Ted Kremenek authored
lval passed as an argument. Fix: Inverted diagnostic messages. llvm-svn: 50513
-
Ted Kremenek authored
llvm-svn: 50512
-
Steve Naroff authored
Extend InitListExpr API/IMPL to support arbitrary add/remove (in support of the initializer rewrite I am doing). llvm-svn: 50511
-
Fariborz Jahanian authored
llvm-svn: 50508
-
Ted Kremenek authored
a CF memory leak occurred with GC enabled, etc. llvm-svn: 50507
-
Ted Kremenek authored
llvm-svn: 50506
-
Ted Kremenek authored
llvm-svn: 50503
-
Ted Kremenek authored
llvm-svn: 50502
-
- Apr 30, 2008
-
-
Ted Kremenek authored
llvm-svn: 50500
-
Ted Kremenek authored
Provide SizeOfAlignTypeExpr workaround in the static analyzer for taking the sizeof of a ObjCInterfaceType. llvm-svn: 50499
-
Ted Kremenek authored
llvm-svn: 50498
-
Ted Kremenek authored
llvm-svn: 50497
-
Ted Kremenek authored
llvm-svn: 50494
-
Ted Kremenek authored
llvm-svn: 50493
-
Ted Kremenek authored
Add db_error as panic function. llvm-svn: 50489
-
Ted Kremenek authored
llvm-svn: 50486
-
Chris Lattner authored
llvm-svn: 50485
-
Chris Lattner authored
llvm-svn: 50484
-
Chris Lattner authored
llvm-svn: 50483
-
Arnold Schwaighofer authored
llvm-svn: 50478
-
Arnold Schwaighofer authored
Move platform independent code (lowering of possibly overwritten arguments, check for tail call optimization eligibility) from target X86ISelectionLowering.cpp to TargetLowering.h and SelectionDAGISel.cpp. Initial PowerPC tail call implementation: Support ppc32 implemented and tested (passes my tests and test-suite llvm-test). Support ppc64 implemented and half tested (passes my tests). On ppc tail call optimization is performed if caller and callee are fastcc call is a tail call (in tail call position, call followed by ret) no variable argument lists or byval arguments option -tailcallopt is enabled Supported: * non pic tail calls on linux/darwin * module-local tail calls on linux(PIC/GOT)/darwin(PIC) * inter-module tail calls on darwin(PIC) If constraints are not met a normal call will be emitted. A test checking the argument lowering behaviour on x86-64 was added. llvm-svn: 50477
-
Gabor Greif authored
llvm-svn: 50476
-
Gabor Greif authored
llvm-svn: 50475
-
Owen Anderson authored
llvm-svn: 50474
-
Owen Anderson authored
llvm-svn: 50473
-
Chris Lattner authored
to instcombine. llvm-svn: 50472
-
Chris Lattner authored
a fine job. llvm-svn: 50470
-
Chris Lattner authored
llvm-svn: 50469
-
Chris Lattner authored
llvm-svn: 50468
-
Ted Kremenek authored
llvm-svn: 50467
-
Ted Kremenek authored
llvm-svn: 50466
-
Chris Lattner authored
llvm-svn: 50465
-