Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Test that logical operators are correctly constant propogated! | Chris Lattner | 2002-07-30 | 1 | -0/+16 |
* | 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 |
* | 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 |