aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP
AgeCommit message (Expand)Author
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-28Use Operands.data() instead of &Operands[0] where Operands is a potentiallyNick Lewycky
2009-03-01adjust for asmprinter change.Chris Lattner
2009-01-14Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad!Chris Lattner
2008-08-13Fix SCCP's handling of struct value loads and stores. SCCP doesn'tDan Gohman
2008-07-23Enable first-class aggregates support.Dan Gohman
2008-05-24Fix PR2358 by resolving calls with undef arguments to overdefined.Chris Lattner
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-16Use loop deletion instead of ADCE in these tests.Owen Anderson
2008-04-23Rewrite multiple return value handling in SCCP. Before, the -sccp passChris Lattner
2008-04-23make this test more interesting.Chris Lattner
2008-03-19Upgrade tests to not use llvm-upgrade.Tanya Lattner
2008-03-11Initial multiple return values support.Devang Patel
2008-01-28Fix PR1938 by forcing the code that uses an undefined value to branch oneChris Lattner
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