aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate
AgeCommit message (Expand)Author
2009-09-11Convert more tests to avoid llvm-as.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-08-16Remove GCSE and LoadVN from the testsuite.Owen Anderson
2008-06-10Let some more tests ignore expected output on stderr.Matthijs Kooijman
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-03-19Upgrade tests to not use llvm-upgrade.Tanya Lattner
2008-02-17Split up subtracts into add+negate if they have a reassociable use or operandChris Lattner
2008-02-17upgrade and simplify this test.Chris Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-05move these xfailed tests to lib/Target/README.txtChris Lattner
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-04-28new 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-03-14new testcase from a FIXME in the codeChris Lattner
2006-03-14Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.Chris Lattner
2006-03-04new testcaseChris Lattner
2005-09-02new testcase for recent bugfixChris Lattner
2005-08-24new testcase that crashes -reassociateChris Lattner
2005-05-08add a testcase for a case we do not handle yetChris Lattner
2005-05-08new testcaseChris Lattner
2005-05-08new testcaseChris Lattner
2005-05-08new testcases for PR557Chris Lattner
2005-05-08new testcaseChris Lattner
2005-05-07test that reassociate can handle shiftsChris Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya 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-12new testcaseChris Lattner
2003-06-28Remove explicit control flow through the use of the 'not' scriptChris Lattner
2002-10-15Cleanup testChris Lattner
2002-08-01Verify is implicit for optChris Lattner
2002-07-09New testcase for problem effecting mstChris Lattner
2002-05-16New testcases for sub/neg reassociationChris Lattner
2002-05-16Fix testcaseChris Lattner
2002-05-15New testcases to ensure sub's are maximally reassociableChris Lattner
2002-05-15Testcase to ensure trees structures are correctly linearizedChris Lattner