aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP
AgeCommit message (Expand)Author
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-17New test.Devang Patel
2007-04-15For PR1319:Reid Spencer
2007-04-13Add the SCCP regression tests for APInt expressions. These test casesReid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-02-15For PR1195:Reid Spencer
2007-01-13For PR1043:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-29Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer
2006-12-20new testcaseChris Lattner
2006-12-04SCCP does not handle Packed Type properly. Disable Packed Type handlingDevang Patel
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2006-10-23new 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-02-08new testcase for more interesting select sccp casesChris Lattner
2005-05-13fix buggy testChris Lattner
2004-12-13Fix this testChris Lattner
2004-12-11New testcase. If one side of and/or is known to be 0/-1, it doesn't matterChris Lattner
2004-12-11Update testChris Lattner
2004-12-11New testcase that ipsccp should handle.Chris Lattner
2004-12-10New testcaseChris Lattner
2004-12-10New testcase that SCCP miscompiles. Luckily this is extremely unlikely toChris Lattner
2004-12-10New testcaseChris Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-16New testcase for recent patch to SCCP, thanks to Nate Begeman for pointingChris Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-04-13New testcaseChris Lattner
2004-01-12Test to make sure we can SCCP load instructionsChris Lattner
2004-01-12New testcase, allow folding of binary operators that use PHI nodes, as longChris 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-08-27New testcaseChris Lattner
2003-06-28Remove explicit control flow through the use of the 'not' scriptChris Lattner
2003-06-24New testcaseChris Lattner
2002-08-30New testcaseChris Lattner
2002-05-22Must run cfgsimplify to eliminate dead blocksChris Lattner
2002-05-21New testcaseChris Lattner
2002-05-20New testcase for bugChris Lattner
2002-05-03Add const prop pass to eliminate dead branchesChris Lattner
2002-05-02More testcases for SCCPChris Lattner
2002-05-02First testcase for SCCP passChris Lattner