- Nov 08, 2009
-
-
Chris Lattner authored
llvm-svn: 86445
-
Chris Lattner authored
llvm-svn: 86444
-
Chris Lattner authored
not turn a PHI in a legal type into a PHI of an illegal type, and add a new optimization that breaks up insane integer PHI nodes into small pieces (PR3451). llvm-svn: 86443
-
Nick Lewycky authored
native anyways. This fixes a crash using %d and similar in a scanf statement. llvm-svn: 86440
-
Daniel Dunbar authored
llvm-svn: 86437
-
Daniel Dunbar authored
llvm-svn: 86436
-
Chris Lattner authored
this gives llvm-gcc generated modules the right data. llvm-svn: 86435
-
Nick Lewycky authored
llvm-svn: 86434
-
Nick Lewycky authored
llvm-svn: 86429
-
Nick Lewycky authored
llvm-svn: 86428
-
Daniel Dunbar authored
llvm-svn: 86427
-
Jim Grosbach authored
Use aligned load/store instructions for spilling Q registers when we know the stack slot is 128 bit aligned llvm-svn: 86425
-
Evan Cheng authored
llvm-svn: 86423
-
Daniel Dunbar authored
llvm-svn: 86419
-
Daniel Dunbar authored
llvm-svn: 86418
-
Daniel Dunbar authored
llvm-svn: 86417
-
Daniel Dunbar authored
llvm-svn: 86416
-
Nate Begeman authored
1. rename the movhp patfrag to movlhps, since thats what it actually matches 2. eliminate the bogus movhps load and store patterns, they were incorrect. The load transforms are already handled (correctly) by shufps/unpack. 3. revert a recent test change to its correct form. llvm-svn: 86415
-
- Nov 07, 2009
-
-
Jim Grosbach authored
llvm-svn: 86408
-
Jim Grosbach authored
llvm-svn: 86404
-
Nick Lewycky authored
llvm-svn: 86403
-
Evan Cheng authored
llvm-svn: 86400
-
Chris Lattner authored
Eric, please investigate. llvm-svn: 86399
-
Chris Lattner authored
(eliminating some extends) if the new type of the computation is legal or if both the source and dest are illegal. This prevents instcombine from changing big chains of computation into i64 on 32-bit targets for example. llvm-svn: 86398
-
Chris Lattner authored
Please verify. llvm-svn: 86397
-
Chris Lattner authored
make it optional doesn't work out. If you don't want to specify this, don't specify a TD string at all. llvm-svn: 86394
-
Chris Lattner authored
llvm-svn: 86392
-
Chris Lattner authored
llvm-gcc-i386-darwin9 build bot. llvm-svn: 86391
-
Anton Korobeynikov authored
llvm-svn: 86386
-
Anton Korobeynikov authored
llvm-svn: 86385
-
Anton Korobeynikov authored
llvm-svn: 86384
-
Anton Korobeynikov authored
llvm-svn: 86383
-
Anton Korobeynikov authored
llvm-svn: 86382
-
Anton Korobeynikov authored
llvm-svn: 86381
-
Anton Korobeynikov authored
llvm-svn: 86380
-
Anton Korobeynikov authored
llvm-svn: 86379
-
Anton Korobeynikov authored
Add assert in asmprinter to catch such cases and xfail the tests. PR is to be filled. llvm-svn: 86375
-
Chris Lattner authored
datatypes on a given CPU. This is intended to allow instcombine and other transformations to avoid converting big sequences of operations to an inconvenient width, and will help clean up after SRoA. See also "Adding legal integer sizes to TargetData" on Feb 1, 2009 on llvmdev, and PR3451. Comments welcome. llvm-svn: 86370
-
Chris Lattner authored
llvm-svn: 86369
-
Chris Lattner authored
llvm-svn: 86367
-