summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate
Commit message (Expand)AuthorAge
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman2009-09-08
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Remove GCSE and LoadVN from the testsuite.Owen Anderson2008-08-16
* Let some more tests ignore expected output on stderr.Matthijs Kooijman2008-06-10
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-19
* Split up subtracts into add+negate if they have a reassociable use or operandChris Lattner2008-02-17
* upgrade and simplify this test.Chris Lattner2008-02-17
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Convert .cvsignore filesJohn Criswell2007-06-29
* move these xfailed tests to lib/Target/README.txtChris Lattner2007-05-05
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* For PR950:Reid Spencer2006-12-31
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* new testcaseChris Lattner2006-04-28
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* new testcase from a FIXME in the codeChris Lattner2006-03-14
* Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.Chris Lattner2006-03-14
* new testcaseChris Lattner2006-03-04
* new testcase for recent bugfixChris Lattner2005-09-02
* new testcase that crashes -reassociateChris Lattner2005-08-24
* add a testcase for a case we do not handle yetChris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* new testcases for PR557Chris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* test that reassociate can handle shiftsChris Lattner2005-05-07
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-15
* new testcaseChris Lattner2003-08-12
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-28
* Cleanup testChris Lattner2002-10-15
* Verify is implicit for optChris Lattner2002-08-01
* New testcase for problem effecting mstChris Lattner2002-07-09
* New testcases for sub/neg reassociationChris Lattner2002-05-16
* Fix testcaseChris Lattner2002-05-16
* New testcases to ensure sub's are maximally reassociableChris Lattner2002-05-15
* Testcase to ensure trees structures are correctly linearizedChris Lattner2002-05-15