| Commit message (Expand) | Author | Age | Files | Lines |
* | Make 'features' testsuite work with the /shared changes. | Chris Lattner | 2002-08-15 | 3 | -9/+9 |
* | Convert testcase to use correct syntax | Chris Lattner | 2002-08-15 | 1 | -14/+16 |
* | Add another testcase | Chris Lattner | 2002-08-15 | 1 | -2/+12 |
* | There seem to be issues with constant exprs | Chris Lattner | 2002-08-15 | 2 | -0/+23 |
* | Add a bunch of testcases for cast-of-casts that should be removed. | Chris Lattner | 2002-08-15 | 1 | -0/+32 |
* | Add tests for unary NOT operations. | Vikram S. Adve | 2002-08-15 | 2 | -0/+36 |
* | Fix testcase to actually test what we think we are | Chris Lattner | 2002-08-14 | 1 | -1/+1 |
* | *** empty log message *** | Chris Lattner | 2002-08-14 | 2 | -6/+6 |
* | This file does not belong here. | Chris Lattner | 2002-08-14 | 1 | -136/+0 |
* | Fix tests that use the now dead not instruction | Chris Lattner | 2002-08-14 | 1 | -3/+3 |
* | Fix testcases that used to now dead 'not' instruction | Chris Lattner | 2002-08-14 | 1 | -2/+4 |
* | Change not's to xors | Chris Lattner | 2002-08-14 | 1 | -4/+4 |
* | Remove illegal test now that not instruction does not exist. | Chris Lattner | 2002-08-14 | 1 | -10/+0 |
* | Make sure there is SOME output always so the test is not rerun when unneccesary. | Chris Lattner | 2002-08-14 | 1 | -0/+1 |
* | The not instruction is just a specialized form of XOR | Chris Lattner | 2002-08-14 | 1 | -3/+3 |
* | Tools are now moved into /shared | Chris Lattner | 2002-08-12 | 1 | -1/+1 |
* | Add comment | Chris Lattner | 2002-08-12 | 1 | -0/+5 |
* | xor x, ALLONES should -> not x | Chris Lattner | 2002-08-09 | 1 | -1/+9 |
* | setcc of booleans should always be eliminated | Chris Lattner | 2002-08-09 | 1 | -0/+27 |
* | Add more strength reduction testcases | Chris Lattner | 2002-08-09 | 1 | -0/+10 |
* | Add a sequence of GEPs with constant indices, for folding. | Vikram S. Adve | 2002-08-04 | 2 | -0/+12 |
* | Testcase for stuff instcombine should do eventually | Chris Lattner | 2002-08-03 | 1 | -0/+24 |
* | Add some more features that we could instcombine away | Chris Lattner | 2002-08-03 | 1 | -0/+10 |
* | *** empty log message *** | Chris Lattner | 2002-08-03 | 1 | -0/+4 |
* | Run both *.ll and *.c tests. | Vikram S. Adve | 2002-08-03 | 1 | -0/+9 |
* | Added expected decomposed sequence in comments, plus a couple of new cases. | Vikram S. Adve | 2002-08-03 | 1 | -4/+36 |
* | Fix yet another bug in the testcase | Chris Lattner | 2002-08-02 | 1 | -2/+2 |
* | Fix bug in testcase | Chris Lattner | 2002-08-02 | 1 | -2/+3 |
* | These tests should not run -dce pass to cleanup instcombine. | Chris Lattner | 2002-08-02 | 14 | -14/+14 |
* | Add another testcase that isn't failing because of another bug in instcombine | Chris Lattner | 2002-08-02 | 1 | -7/+11 |
* | Change test to really test the cases we can hit | Chris Lattner | 2002-08-02 | 1 | -16/+18 |
* | New testcase | Chris Lattner | 2002-08-02 | 1 | -0/+10 |
* | Add a note about where to put miscompilation tests. | Chris Lattner | 2002-08-02 | 1 | -3/+4 |
* | New testcase for dominator problem | Chris Lattner | 2002-08-02 | 1 | -0/+11 |
* | The verify pass is implicit | Chris Lattner | 2002-08-02 | 1 | -1/+1 |
* | New test | Chris Lattner | 2002-08-02 | 1 | -0/+17 |
* | Tweak makefile after moving | Chris Lattner | 2002-08-02 | 1 | -2/+2 |
* | Verify is implicit for opt | Chris Lattner | 2002-08-01 | 1 | -1/+1 |
* | Fix makefile to work. | Chris Lattner | 2002-08-01 | 1 | -1/+1 |
* | Fix broken testcase | Chris Lattner | 2002-08-01 | 2 | -8/+0 |
* | Make testcase legal LLVM | Chris Lattner | 2002-08-01 | 2 | -30/+22 |
* | Feature test for stack size bigger than immed. field of SAVE instruction. | Vikram S. Adve | 2002-08-01 | 1 | -0/+79 |
* | NEw testcase | Chris Lattner | 2002-07-31 | 1 | -0/+5 |
* | Trim down testcase a bit | Chris Lattner | 2002-07-31 | 1 | -5/+0 |
* | New testcase for level-raise crash inspired by SPEC | Chris Lattner | 2002-07-31 | 1 | -0/+31 |
* | Fix testcase | Chris Lattner | 2002-07-31 | 1 | -2/+3 |
* | New testcase | Chris Lattner | 2002-07-31 | 1 | -0/+12 |
* | Testcase that was triggering an incorrect assertion failure | Chris Lattner | 2002-07-31 | 1 | -0/+14 |
* | Verify pass has been run for a long time now | Chris Lattner | 2002-07-31 | 1 | -2/+0 |
* | This testcase is independant of varargsness | Chris Lattner | 2002-07-30 | 1 | -2/+2 |