| Commit message (Expand) | Author | Age | Files | Lines |
* | Add info on new 'tail' marker | Chris Lattner | 2005-05-06 | 1 | -11/+37 |
* | Wrap long lines | Chris Lattner | 2005-05-06 | 1 | -6/+10 |
* | DCE intrinsic instructions without side effects. | Chris Lattner | 2005-05-06 | 1 | -1/+20 |
* | These intrinsics do not access memory | Chris Lattner | 2005-05-06 | 1 | -1/+1 |
* | Teach instcombine propagate zeroness through shl instructions, implementing | Chris Lattner | 2005-05-06 | 1 | -8/+4 |
* | new testcases | Chris Lattner | 2005-05-06 | 1 | -0/+14 |
* | Implement shift.ll:test23. If we are shifting right then immediately truncating | Chris Lattner | 2005-05-06 | 1 | -3/+19 |
* | new testcase | Chris Lattner | 2005-05-06 | 2 | -0/+14 |
* | Implement xor.ll:test22 | Chris Lattner | 2005-05-06 | 1 | -0/+9 |
* | implement and.ll:test30 and set.ll:test21 | Chris Lattner | 2005-05-06 | 1 | -18/+60 |
* | new testcase for unneeded and | Chris Lattner | 2005-05-06 | 1 | -0/+5 |
* | new testcase | Chris Lattner | 2005-05-06 | 1 | -0/+8 |
* | implement or.ll:test20 | Chris Lattner | 2005-05-06 | 1 | -0/+7 |
* | new testcase | Chris Lattner | 2005-05-06 | 1 | -0/+5 |
* | * Order #includes alphabetically | Misha Brukman | 2005-05-05 | 1 | -4/+1 |
* | Remove extra blank line | Misha Brukman | 2005-05-05 | 1 | -1/+0 |
* | * Use consistent spacing for function arguments | Misha Brukman | 2005-05-05 | 1 | -18/+18 |
* | Remove vim settings from source code; people should use llvm/utils/vim/vimrc | Misha Brukman | 2005-05-05 | 37 | -37/+0 |
* | Convert tabs to spaces | Misha Brukman | 2005-05-05 | 1 | -12/+12 |
* | new testcase for PR541 | Chris Lattner | 2005-05-05 | 1 | -0/+4 |
* | add support for undef values of opaque type, addressing PR541 | Chris Lattner | 2005-05-05 | 2 | -12/+13 |
* | Add some extra checks. Opaque types don't have a null marker. | Chris Lattner | 2005-05-05 | 1 | -4/+10 |
* | new testcase | Chris Lattner | 2005-05-05 | 1 | -0/+19 |
* | When hitting an unsupported intrinsic, actually print it | Chris Lattner | 2005-05-05 | 1 | -0/+10 |
* | ctpop lowering in legalize | Andrew Lenharth | 2005-05-05 | 1 | -1/+33 |
* | Fix a bug compimling Ruby, fixing this testcase: | Chris Lattner | 2005-05-05 | 1 | -3/+11 |
* | new testcase for a bug Jim found | Chris Lattner | 2005-05-05 | 1 | -0/+23 |
* | fix typo | Andrew Lenharth | 2005-05-04 | 5 | -4/+9 |
* | Well, add support for ct* for 21264 only. | Andrew Lenharth | 2005-05-04 | 2 | -5/+11 |
* | Make promoteOp work for CT* | Andrew Lenharth | 2005-05-04 | 1 | -0/+28 |
* | Instcombine: cast (X != 0) to int, cast (X == 1) to int -> X iff X has only ... | Chris Lattner | 2005-05-04 | 1 | -3/+25 |
* | new testcase | Chris Lattner | 2005-05-04 | 1 | -0/+7 |
* | Implement the IsDigitOptimization for simplifying calls to the isdigit | Reid Spencer | 2005-05-04 | 1 | -6/+54 |
* | Make sure both optimization cases get tested. | Reid Spencer | 2005-05-04 | 1 | -1/+2 |
* | Add a test case for the IsDigitOptimization class. | Reid Spencer | 2005-05-04 | 1 | -0/+17 |
* | comment fix | Andrew Lenharth | 2005-05-04 | 2 | -2/+2 |
* | see if the legalize code propery compensates for the additional zeros introduced | Andrew Lenharth | 2005-05-04 | 1 | -0/+12 |
* | Correct the descriptions of WHILE...END and RROT. Thanks to Lalo Martins | Reid Spencer | 2005-05-04 | 1 | -17/+21 |
* | WHILE does not "pop" a value, it "examines" to top of stack. Make this | Reid Spencer | 2005-05-04 | 1 | -1/+1 |
* | added a use of ctpop to debug stuff with | Andrew Lenharth | 2005-05-04 | 1 | -0/+12 |
* | fixup argument | Andrew Lenharth | 2005-05-04 | 1 | -3/+3 |
* | * Correct the function prototypes for some of the functions to match the | Reid Spencer | 2005-05-04 | 1 | -9/+172 |
* | Minor clean-ups | Misha Brukman | 2005-05-03 | 2 | -17/+13 |
* | initial descriptions of count intrinsics | Andrew Lenharth | 2005-05-03 | 1 | -0/+117 |
* | Implement count leading zeros (ctlz), count trailing zeros (cttz), and count | Andrew Lenharth | 2005-05-03 | 14 | -14/+326 |
* | Fix this test to succeed even if "strchr" is on a call instruction. | Reid Spencer | 2005-05-03 | 1 | -3/+5 |
* | Add a test case for SPrintFOptimization. | Reid Spencer | 2005-05-03 | 1 | -0/+32 |
* | yea yea yea | Andrew Lenharth | 2005-05-03 | 1 | -3/+3 |
* | note the vararg change, and other stuff | Andrew Lenharth | 2005-05-03 | 1 | -1/+19 |
* | pre add count tests | Andrew Lenharth | 2005-05-03 | 1 | -0/+7 |