| Commit message (Expand) | Author | Age | Files | Lines |
* | New testcase | Chris Lattner | 2002-05-10 | 1 | -0/+13 |
* | Test the Pi node inserter | Chris Lattner | 2002-05-10 | 1 | -1/+1 |
* | Initial checkin of testcases for Pi node inserter | Chris Lattner | 2002-05-10 | 3 | -0/+43 |
* | New testcase for wierd combine opportunity found in bzip2 benchmark | Chris Lattner | 2002-05-09 | 1 | -3/+7 |
* | Fix broken testcase | Chris Lattner | 2002-05-09 | 1 | -3/+3 |
* | Add two new patterns that instcombine should or does handle | Chris Lattner | 2002-05-08 | 1 | -0/+12 |
* | New testcase for LICM reassociation | Chris Lattner | 2002-05-08 | 1 | -0/+59 |
* | Add some simple test of reassociation | Chris Lattner | 2002-05-08 | 4 | -0/+66 |
* | run reassociate tests | Chris Lattner | 2002-05-08 | 1 | -1/+2 |
* | New testcase for adce | Chris Lattner | 2002-05-07 | 1 | -0/+37 |
* | Build the ADCE tests | Chris Lattner | 2002-05-07 | 1 | -1/+1 |
* | ADCE tests | Chris Lattner | 2002-05-07 | 2 | -0/+25 |
* | Oops, forgot to check in makefile | Chris Lattner | 2002-05-07 | 1 | -0/+10 |
* | Add check that phi nodes get constant propogated away | Chris Lattner | 2002-05-07 | 1 | -0/+18 |
* | constprop doesn't delete dead instructions, it just makes them dead. | Chris Lattner | 2002-05-07 | 3 | -3/+3 |
* | Add testcase for not expressions | Chris Lattner | 2002-05-07 | 1 | -0/+22 |
* | Make the testcase more interesting so that DCE does not eliminate it. | Chris Lattner | 2002-05-06 | 1 | -5/+7 |
* | New testcase for PHI folding | Chris Lattner | 2002-05-06 | 1 | -0/+17 |
* | New testcase to make sure not instructions get combined | Chris Lattner | 2002-05-06 | 1 | -0/+16 |
* | More tests | Chris Lattner | 2002-05-06 | 1 | -0/+12 |
* | Add testcase for -(-A) | Chris Lattner | 2002-05-06 | 1 | -1/+5 |
* | Fix testcase, the 'shift out all bits' doesn't apply to signed types. | Chris Lattner | 2002-05-06 | 1 | -3/+3 |
* | More testcases I don't want to forget about | Chris Lattner | 2002-05-06 | 4 | -1/+91 |
* | New testcases so I don't forget about these algebraic simplifications | Chris Lattner | 2002-05-06 | 4 | -0/+122 |
* | New testcase so I don't forget about this. | Chris Lattner | 2002-05-06 | 1 | -0/+16 |
* | Testcase for missed merge opportunity | Chris Lattner | 2002-05-06 | 1 | -0/+22 |
* | Build CFGsimplify directory | Chris Lattner | 2002-05-06 | 1 | -1/+1 |
* | Initial testcases for CFG simplify (which is part of DCE for now) | Chris Lattner | 2002-05-06 | 2 | -0/+37 |
* | New testcase for bugs in the constant propogator | Chris Lattner | 2002-05-03 | 1 | -0/+14 |
* | Add tests for floating point remainder elimination | Chris Lattner | 2002-05-03 | 1 | -0/+9 |
* | New testcase to see if constant propogation of remainder is implemented | Chris Lattner | 2002-05-03 | 1 | -0/+17 |
* | This testcase is a sanity check | Chris Lattner | 2002-05-03 | 1 | -0/+20 |
* | Add new testcase for general constant prop. | Chris Lattner | 2002-05-03 | 1 | -0/+18 |
* | Add const prop pass to eliminate dead branches | Chris Lattner | 2002-05-03 | 1 | -1/+1 |
* | More testcases for SCCP | Chris Lattner | 2002-05-02 | 3 | -0/+87 |
* | Additional testcase | Chris Lattner | 2002-05-02 | 1 | -0/+6 |
* | Run the SCCP test | Chris Lattner | 2002-05-02 | 1 | -1/+1 |
* | First testcase for SCCP pass | Chris Lattner | 2002-05-02 | 2 | -0/+22 |
* | New testcase | Chris Lattner | 2002-05-02 | 1 | -0/+23 |
* | Intitial checkin of cast tests | Chris Lattner | 2002-05-02 | 1 | -0/+23 |
* | New testcase for bug found by Vikram | Chris Lattner | 2002-05-02 | 1 | -0/+24 |
* | Check another case | Chris Lattner | 2002-05-02 | 1 | -1/+7 |
* | New bug testcase | Chris Lattner | 2002-05-01 | 1 | -0/+15 |
* | New testcase | Chris Lattner | 2002-04-30 | 1 | -0/+27 |
* | New test cases for mul folding | Chris Lattner | 2002-04-29 | 1 | -0/+28 |
* | New testcase for GCSE | Chris Lattner | 2002-04-28 | 2 | -0/+67 |
* | Test GCSE | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
* | New testcase. | Chris Lattner | 2002-04-18 | 1 | -0/+32 |
* | Check in the first test: make sure getelementptr gets folded | Chris Lattner | 2002-04-18 | 2 | -0/+31 |
* | Test the instruction combiner | Chris Lattner | 2002-04-18 | 1 | -1/+1 |