Merging r258325:
[oota-llvm.git] / test / Transforms / ConstProp /
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerOops. A little aggressive on the name changes there.
2007-04-14 Reid SpencerFor PR1913:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-02-24 Chris Lattnertestcase for pr1215
2007-02-06 Chris LattnerTestcase for miscompilation
2007-01-13 Reid SpencerFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-19 Reid SpencerUpdate this test because constant integers are always...
2006-12-11 Chris Lattnerconstant folding of bitcast is broken.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-12-01 Chris Lattnertest1 is miscompiled
2006-12-01 Chris Lattnernew 'cast' miscompilation, reduced from perlbmk by...
2006-12-01 Chris Lattnernew testcase
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.