| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | DCE'ed this testcase. | Bill Wendling | 2008-02-29 | 1 | -229/+0 |
* | If we reload a virtual register that's already been assigned, we want to mark | Bill Wendling | 2008-02-29 | 2 | -1/+252 |
* | Fix PR2112: don't run loop aligner if target doesn't have a TargetLowering ob... | Evan Cheng | 2008-02-29 | 1 | -3/+5 |
* | fix a bug Anders ran into where scalarrepl would crash when promoting | Chris Lattner | 2008-02-29 | 2 | -57/+84 |
* | Refactor some code out of ConvertUsesToScalar into their own methods, no | Chris Lattner | 2008-02-29 | 1 | -148/+190 |
* | Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp... | Chris Lattner | 2008-02-29 | 2 | -1/+18 |
* | No need for coalescer to update kills. Only copies are coalesced and those in... | Evan Cheng | 2008-02-29 | 2 | -69/+3 |
* | Remove redundant #include. | Evan Cheng | 2008-02-29 | 1 | -1/+0 |
* | also pass -compatibility_version when linking shared object for Darwin | Nick Kledzik | 2008-02-29 | 1 | -1/+3 |
* | More APInt-ification. | Dan Gohman | 2008-02-29 | 1 | -107/+42 |
* | Use the new convertFromAPInt instead of convertFromZeroExtendedInteger, | Dan Gohman | 2008-02-29 | 1 | -5/+3 |
* | Use the new convertFromAPInt instead of convertFromZeroExtendedInteger. | Dan Gohman | 2008-02-29 | 1 | -6/+3 |
* | Use the new APInt-enabled form of getConstant instead of converting | Dan Gohman | 2008-02-29 | 1 | -1/+1 |
* | Add support to APInt for shift and rotate operations with APInt | Dan Gohman | 2008-02-29 | 2 | -0/+49 |
* | Use the correct instruction encodings for the 64-bit MMX movd. | Anders Carlsson | 2008-02-29 | 1 | -2/+2 |
* | Simplify code using convertFromZeroExtendedInteger with an APInt | Dan Gohman | 2008-02-29 | 1 | -6/+6 |
* | Add a method to APFloat to convert directly from APInt. | Dan Gohman | 2008-02-29 | 2 | -0/+19 |
* | Added option -align-loops=<true/false> to disable loop aligner pass. | Evan Cheng | 2008-02-28 | 4 | -8/+7 |
* | Update testcase. | Lauro Ramos Venancio | 2008-02-28 | 1 | -1/+1 |
* | Interface of getByValTypeAlignment differed between | Dale Johannesen | 2008-02-28 | 4 | -3/+21 |
* | Make llvm-ar behave like ar, if you create an empty archive, ar creates an em... | Andrew Lenharth | 2008-02-28 | 2 | -1/+2 |
* | Initialize TextAlignFillValue. Fix revision 47703. | Lauro Ramos Venancio | 2008-02-28 | 1 | -0/+1 |
* | Avoid collisions in value names. | Lauro Ramos Venancio | 2008-02-28 | 1 | -3/+5 |
* | Run 'svn info' in the C locale. Also appropriately escape spaces and ? for ga... | Gabor Greif | 2008-02-28 | 1 | -3/+3 |
* | Fix an assertion message. | Dale Johannesen | 2008-02-28 | 1 | -1/+1 |
* | add a note | Chris Lattner | 2008-02-28 | 1 | -0/+19 |
* | Document that the shuffle mask may contain undef | Duncan Sands | 2008-02-28 | 1 | -7/+7 |
* | Simplify and clean up "update" target. Also | Gabor Greif | 2008-02-28 | 1 | -5/+6 |
* | Now that targets are serialized, introduce | Gabor Greif | 2008-02-28 | 1 | -1/+13 |
* | Treat all targets serially at the toplevel. This allows | Gabor Greif | 2008-02-28 | 1 | -1/+6 |
* | Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w... | Gabor Greif | 2008-02-28 | 2 | -6/+13 |
* | Set to default: x86 no longer fold and into test if it has more than one use. | Evan Cheng | 2008-02-28 | 2 | -2/+1 |
* | Keep track how many commutes are performed by the scheduler. | Evan Cheng | 2008-02-28 | 1 | -0/+4 |
* | Sparc backend doesn't support debug info yet, mark the nodes as expand. This... | Chris Lattner | 2008-02-28 | 1 | -2/+6 |
* | implement expand for ISD::DECLARE by just deleting it. | Chris Lattner | 2008-02-28 | 1 | -0/+3 |
* | Fix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105 | Chris Lattner | 2008-02-28 | 1 | -1/+2 |
* | fix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on sparc, PR2105 | Chris Lattner | 2008-02-28 | 2 | -0/+4 |
* | target-indep codegen memcpy lowering issue. | Chris Lattner | 2008-02-28 | 1 | -0/+44 |
* | Add a random not very important note | Chris Lattner | 2008-02-28 | 1 | -0/+38 |
* | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng | 2008-02-28 | 25 | -50/+173 |
* | A few more small things I've run into. | Eli Friedman | 2008-02-28 | 1 | -3/+86 |
* | EHPreferredDataFormat hook for PPC targets. Looks like Darwin | Anton Korobeynikov | 2008-02-27 | 2 | -1/+30 |
* | Remove dead code. | Devang Patel | 2008-02-27 | 2 | -18/+0 |
* | Preparation step for some cleanup/generalization in EH information emission: | Anton Korobeynikov | 2008-02-27 | 4 | -1/+80 |
* | New test for misaligned Altivec laod/store. | Dale Johannesen | 2008-02-27 | 1 | -0/+37 |
* | Assert on invalid PHINode::addIncoming() arguments. Patch by Erick Tryzelaar! | Anton Korobeynikov | 2008-02-27 | 1 | -0/+2 |
* | Handle load/store of misaligned vectors that are the | Dale Johannesen | 2008-02-27 | 1 | -19/+30 |
* | fixes from review of first commit | Nick Kledzik | 2008-02-27 | 6 | -202/+184 |
* | use PROJ_SRC_DIR so this builds with Apple style builds | Nick Kledzik | 2008-02-27 | 1 | -1/+1 |
* | Don't hard-code the mask size to be 32, which is incorrect on ppc64 | Dan Gohman | 2008-02-27 | 2 | -3/+32 |