aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp
AgeCommit message (Expand)Author
2006-12-19Update this test because constant integers are always printed signed now.Reid Spencer
2006-12-11constant folding of bitcast is broken.Chris Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-12-01test1 is miscompiledChris Lattner
2006-12-01new 'cast' miscompilation, reduced from perlbmk by EvanChris Lattner
2006-12-01new testcaseChris Lattner
2006-11-20new testcaseChris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2006-01-14Add bswap intrinsics as documented in the Language ReferenceNate Begeman
2005-01-28New testcase.Chris Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-07-01Fix testcaseChris Lattner
2004-06-11Add tests for isnanChris Lattner
2004-04-13New testcaseChris Lattner
2003-11-19Fix testcase. This should no longer be XFAIL'dChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-09-15Removing Makefiles. Regression tests are now run by QMTest.John Criswell
2003-06-28Remove explicit control flow through the use of the 'not' scriptChris Lattner
2003-05-12Testcase which kills the constant folderChris Lattner
2002-09-03Make sure that setcc is implemented for bools.Chris Lattner
2002-08-14Fix testcases that used to now dead 'not' instructionChris Lattner
2002-08-14Change not's to xorsChris Lattner
2002-07-30Test that logical operators are correctly constant propogated!Chris Lattner
2002-05-07Oops, forgot to check in makefileChris Lattner
2002-05-07Add check that phi nodes get constant propogated awayChris Lattner
2002-05-07constprop doesn't delete dead instructions, it just makes them dead.Chris Lattner
2002-05-07Add testcase for not expressionsChris Lattner
2002-05-03New testcase for bugs in the constant propogatorChris Lattner
2002-05-03Add tests for floating point remainder eliminationChris Lattner
2002-05-03New testcase to see if constant propogation of remainder is implementedChris Lattner
2002-05-03This testcase is a sanity checkChris Lattner
2002-05-03Add new testcase for general constant prop.Chris Lattner