Update tests that need to be run through llvm-upgrade. This is necessary
[oota-llvm.git] / test / Transforms / SCCP /
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-20 Chris Lattnernew testcase
2006-12-04 Devang PatelSCCP does not handle Packed Type properly. Disable...
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-10-23 Chris Lattnernew testcase
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-02-08 Chris Lattnernew testcase for more interesting select sccp cases
2005-05-13 Chris Lattnerfix buggy test
2004-12-13 Chris LattnerFix this test
2004-12-11 Chris LattnerNew testcase. If one side of and/or is known to be...
2004-12-11 Chris LattnerUpdate test
2004-12-11 Chris LattnerNew testcase that ipsccp should handle.
2004-12-10 Chris LattnerNew testcase
2004-12-10 Chris LattnerNew testcase that SCCP miscompiles. Luckily this is...
2004-12-10 Chris LattnerNew testcase
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-16 Chris LattnerNew testcase for recent patch to SCCP, thanks to Nate...
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-04-13 Chris LattnerNew testcase
2004-01-12 Chris LattnerTest to make sure we can SCCP load instructions
2004-01-12 Chris LattnerNew testcase, allow folding of binary operators that...
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-08-27 Chris LattnerNew testcase
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2003-06-24 Chris LattnerNew testcase
2002-08-30 Chris LattnerNew testcase
2002-05-22 Chris LattnerMust run cfgsimplify to eliminate dead blocks
2002-05-21 Chris LattnerNew testcase
2002-05-20 Chris LattnerNew testcase for bug
2002-05-03 Chris LattnerAdd const prop pass to eliminate dead branches
2002-05-02 Chris LattnerMore testcases for SCCP
2002-05-02 Chris LattnerFirst testcase for SCCP pass