aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp
Commit message (Expand)AuthorAgeFilesLines
* Fix testcaseChris Lattner2004-07-011-3/+3
* Add tests for isnanChris Lattner2004-06-111-0/+8
* New testcaseChris Lattner2004-04-131-0/+17
* Fix testcase. This should no longer be XFAIL'dChris Lattner2003-11-191-1/+1
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-169-9/+9
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-151-10/+0
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-287-39/+16
* Testcase which kills the constant folderChris Lattner2003-05-121-0/+15
* Make sure that setcc is implemented for bools.Chris Lattner2002-09-031-0/+22
* 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