Remove GCSE and LoadVN from the testsuite.
[oota-llvm.git] / test / Transforms / Reassociate /
2008-08-16 Owen AndersonRemove GCSE and LoadVN from the testsuite.
2008-06-10 Matthijs KooijmanLet some more tests ignore expected output on stderr.
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-02-17 Chris LattnerSplit up subtracts into add+negate if they have a reass...
2008-02-17 Chris Lattnerupgrade and simplify this test.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-06-29 John CriswellConvert .cvsignore files
2007-05-05 Chris Lattnermove these xfailed tests to lib/Target/README.txt
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-04-28 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-03-14 Chris Lattnernew testcase from a FIXME in the code
2006-03-14 Chris LattnerTest that we can reassociate (x<<1)+(y<<1) -> (X+Y...
2006-03-04 Chris Lattnernew testcase
2005-09-02 Chris Lattnernew testcase for recent bugfix
2005-08-24 Chris Lattnernew testcase that crashes -reassociate
2005-05-08 Chris Lattneradd a testcase for a case we do not handle yet
2005-05-08 Chris Lattnernew testcase
2005-05-08 Chris Lattnernew testcase
2005-05-08 Chris Lattnernew testcases for PR557
2005-05-08 Chris Lattnernew testcase
2005-05-07 Chris Lattnertest that reassociate can handle shifts
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
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-12 Chris Lattnernew testcase
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2002-10-15 Chris LattnerCleanup test
2002-08-01 Chris LattnerVerify is implicit for opt
2002-07-09 Chris LattnerNew testcase for problem effecting mst
2002-05-16 Chris LattnerNew testcases for sub/neg reassociation
2002-05-16 Chris LattnerFix testcase
2002-05-15 Chris LattnerNew testcases to ensure sub's are maximally reassociable
2002-05-15 Chris LattnerTestcase to ensure trees structures are correctly linea...
2002-05-15 Chris LattnerTest to ensure sub -> neg promotion is working and...
2002-05-15 Chris LattnerNew testcase
2002-05-08 Chris LattnerNew testcase for LICM reassociation
2002-05-08 Chris LattnerAdd some simple test of reassociation