- May 02, 2008
-
-
Chris Lattner authored
llvm-svn: 50582
-
Evan Cheng authored
llvm-svn: 50578
-
Chris Lattner authored
llvm-svn: 50576
-
Evan Cheng authored
llvm-svn: 50575
-
Evan Cheng authored
Not safe folding a load + FsXORPSrr into FsXORPSrm. It's loading a FR64 value but the load folding variant expects a 16-byte aligned address. llvm-svn: 50574
-
Bill Wendling authored
llvm-svn: 50564
-
Dan Gohman authored
llvm-svn: 50562
-
Dan Gohman authored
llvm-svn: 50561
-
Dan Gohman authored
llvm-svn: 50560
-
Dan Gohman authored
llvm-svn: 50558
-
Dale Johannesen authored
llvm-svn: 50548
-
Dale Johannesen authored
from x86-64 calling convention work. llvm-svn: 50545
-
- May 01, 2008
-
-
Dan Gohman authored
fixes the 254.gap regression on x86 and the 403.gcc regression on x86-64. llvm-svn: 50537
-
Bill Wendling authored
llvm-svn: 50536
-
Ted Kremenek authored
llvm-svn: 50527
-
Chris Lattner authored
ffastmath mode. This fixes rdar://5902801, a miscompilation of gcc.dg/builtins-8.c. Bill, please pull this into Tak. llvm-svn: 50523
-
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
-
- Apr 30, 2008
-
-
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: 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
-
Chris Lattner authored
llvm-svn: 50465
-
Chris Lattner authored
llvm-svn: 50464
-
Dale Johannesen authored
llvm-svn: 50463
-
Scott Michel authored
fixes are target-specific lowering of frame indices, fix constants generated for the FSMBI instruction, and fixing SPUTargetLowering::computeMaskedBitsFor- TargetNode(). llvm-svn: 50462
-
Scott Michel authored
DAG.UpdateNodeOperands() is called before (not after) the call to TLI.LowerOperation(). llvm-svn: 50461
-
Dale Johannesen authored
targets. llvm-svn: 50451
-