aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp
Commit message (Expand)AuthorAgeFilesLines
* Fix testcases that used to now dead 'not' instructionChris Lattner2002-08-141-2/+4
* Change not's to xorsChris Lattner2002-08-141-4/+4
* Test that logical operators are correctly constant propogated!Chris Lattner2002-07-301-0/+16
* Oops, forgot to check in makefileChris Lattner2002-05-071-0/+10
* Add check that phi nodes get constant propogated awayChris Lattner2002-05-071-0/+18
* constprop doesn't delete dead instructions, it just makes them dead.Chris Lattner2002-05-073-3/+3
* Add testcase for not expressionsChris Lattner2002-05-071-0/+22
* New testcase for bugs in the constant propogatorChris Lattner2002-05-031-0/+14
* Add tests for floating point remainder eliminationChris Lattner2002-05-031-0/+9
* New testcase to see if constant propogation of remainder is implementedChris Lattner2002-05-031-0/+17
* This testcase is a sanity checkChris Lattner2002-05-031-0/+20
* Add new testcase for general constant prop.Chris Lattner2002-05-031-0/+18