aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Reassociate
Commit message (Expand)AuthorAgeFilesLines
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-113-6/+3
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1119-19/+19
* Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman2009-09-081-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-0821-21/+21
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0822-22/+22
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-2/+2
* Remove GCSE and LoadVN from the testsuite.Owen Anderson2008-08-162-2/+2
* Let some more tests ignore expected output on stderr.Matthijs Kooijman2008-06-101-1/+1
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-1923-273/+288
* Split up subtracts into add+negate if they have a reassociable use or operandChris Lattner2008-02-171-0/+13
* upgrade and simplify this test.Chris Lattner2008-02-171-6/+7
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-155-8/+8
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1825-0/+410