summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp
Commit message (Expand)AuthorAge
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-14
* New testcase.Chris Lattner2005-01-28
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* Fix testcaseChris Lattner2004-07-01
* Add tests for isnanChris Lattner2004-06-11
* New testcaseChris Lattner2004-04-13
* Fix testcase. This should no longer be XFAIL'dChris Lattner2003-11-19
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-15
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-28
* Testcase which kills the constant folderChris Lattner2003-05-12
* Make sure that setcc is implemented for bools.Chris Lattner2002-09-03
* Fix testcases that used to now dead 'not' instructionChris Lattner2002-08-14
* Change not's to xorsChris Lattner2002-08-14
* Test that logical operators are correctly constant propogated!Chris Lattner2002-07-30
* Oops, forgot to check in makefileChris Lattner2002-05-07
* Add check that phi nodes get constant propogated awayChris Lattner2002-05-07
* constprop doesn't delete dead instructions, it just makes them dead.Chris Lattner2002-05-07
* Add testcase for not expressionsChris Lattner2002-05-07
* New testcase for bugs in the constant propogatorChris Lattner2002-05-03
* Add tests for floating point remainder eliminationChris Lattner2002-05-03
* New testcase to see if constant propogation of remainder is implementedChris Lattner2002-05-03
* This testcase is a sanity checkChris Lattner2002-05-03
* Add new testcase for general constant prop.Chris Lattner2002-05-03