| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | implement insertelement. | Chris Lattner | 2008-03-02 | 1 | -1/+17 |
* | respect isSigned for vector types, fixing sdiv of vectors etc. | Chris Lattner | 2008-03-02 | 1 | -2/+2 |
* | print the attribute in the right place, this fixes function returning vectors. | Chris Lattner | 2008-03-02 | 1 | -2/+2 |
* | Oops, can't unwind to the entry block (entry block may have no preds). | Nick Lewycky | 2008-03-02 | 1 | -0/+6 |
* | vector types are simple types. This fixes div/rem of vectors. | Chris Lattner | 2008-03-02 | 1 | -10/+11 |
* | Print vector types appropriately. This gets basic vector code working | Chris Lattner | 2008-03-02 | 1 | -2/+6 |
* | rename PT -> VT for VectorTypes. | Chris Lattner | 2008-03-02 | 1 | -8/+7 |
* | Print i32/i64 integer constants as 1u instead of ((unsigned int)1). | Chris Lattner | 2008-03-02 | 1 | -21/+22 |
* | Move pr717 to here. | Chris Lattner | 2008-03-02 | 1 | -0/+14 |
* | Add an unwind_to field to basic blocks, making them Users instead of Values. | Nick Lewycky | 2008-03-02 | 10 | -30/+146 |
* | good catch anton | Andrew Lenharth | 2008-03-01 | 1 | -6/+6 |
* | make CAS work | Andrew Lenharth | 2008-03-01 | 2 | -2/+3 |
* | all but CAS working on x86 | Andrew Lenharth | 2008-03-01 | 4 | -46/+70 |
* | Also handle "getresult". | Nick Lewycky | 2008-03-01 | 1 | -0/+1 |
* | Print the name, not a pointer. | Nick Lewycky | 2008-03-01 | 1 | -1/+1 |
* | Add lock prefix support to x86. Also add the instructions necessary for the ... | Andrew Lenharth | 2008-03-01 | 5 | -6/+88 |
* | Remove llvm-upgrade and update test cases. | Tanya Lattner | 2008-03-01 | 258 | -7456/+7573 |
* | Fix PR2113 by verifying allocations. | Chris Lattner | 2008-03-01 | 2 | -3/+14 |
* | Fix this test. | Chris Lattner | 2008-03-01 | 1 | -7/+5 |
* | allow specified inline threshold to be negative, as the value is | Chris Lattner | 2008-03-01 | 1 | -1/+1 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-01 | 40 | -705/+624 |
* | Disable lto because its broken on tiger. | Tanya Lattner | 2008-03-01 | 1 | -1/+1 |
* | Add MVT::is128BitVector and is64BitVector. Shrink | Dale Johannesen | 2008-03-01 | 2 | -16/+18 |
* | Refactor / clean up code; remove td list scheduler special tie breaker (no re... | Evan Cheng | 2008-03-01 | 1 | -78/+59 |
* | Fix cut-n-pasto. | Devang Patel | 2008-02-29 | 1 | -19/+1 |
* | Add pass to promote sret. | Devang Patel | 2008-02-29 | 2 | -0/+293 |
* | Use enumeration for preffered EH dwarf encoding reason | Anton Korobeynikov | 2008-02-29 | 6 | -14/+28 |
* | Don't fill eh frames even though these are text sections. | Evan Cheng | 2008-02-29 | 3 | -10/+15 |
* | update to document new lto API | Nick Kledzik | 2008-02-29 | 1 | -125/+88 |
* | install new lto dylib. pass down LLVM_SUBMIT_VERSION | Nick Kledzik | 2008-02-29 | 1 | -3/+6 |
* | stop building lto on all platforms. Start building lto2 on Darwin | Nick Kledzik | 2008-02-29 | 1 | -3/+6 |
* | fix default RC_ProjectSourceSubversion to be zero | Nick Kledzik | 2008-02-29 | 1 | -1/+1 |
* | 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 |