SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / Transforms / ConstProp /
2006-11-20 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-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2005-01-28 Chris LattnerNew testcase.
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-07-01 Chris LattnerFix testcase
2004-06-11 Chris LattnerAdd tests for isnan
2004-04-13 Chris LattnerNew testcase
2003-11-19 Chris LattnerFix testcase. This should no longer be XFAIL'd
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-06-28 Chris LattnerRemove explicit control flow through the use of the...
2003-05-12 Chris LattnerTestcase which kills the constant folder
2002-09-03 Chris LattnerMake sure that setcc is implemented for bools.
2002-08-14 Chris LattnerFix testcases that used to now dead 'not' instruction
2002-08-14 Chris LattnerChange not's to xors
2002-07-30 Chris LattnerTest that logical operators are correctly constant...
2002-05-07 Chris LattnerOops, forgot to check in makefile
2002-05-07 Chris LattnerAdd check that phi nodes get constant propogated away
2002-05-07 Chris Lattnerconstprop doesn't delete dead instructions, it just...
2002-05-07 Chris LattnerAdd testcase for not expressions
2002-05-03 Chris LattnerNew testcase for bugs in the constant propogator
2002-05-03 Chris LattnerAdd tests for floating point remainder elimination
2002-05-03 Chris LattnerNew testcase to see if constant propogation of remainde...
2002-05-03 Chris LattnerThis testcase is a sanity check
2002-05-03 Chris LattnerAdd new testcase for general constant prop.