aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Reassociate
Commit message (Expand)AuthorAgeFilesLines
* fix a nice subtle reassociate bug which would only occurChris Lattner2010-03-051-2/+13
* Add a test for my change to disable reassociation for i1 types.Bob Wilson2010-02-061-0/+10
* filecheckizeChris Lattner2010-01-181-13/+19
* only factor from expressions whose uses are empty and whoseChris Lattner2010-01-091-1/+19
* fix an infinite loop in reassociate building emacs.Chris Lattner2010-01-051-0/+15
* When factoring multiply expressions across adds, factor both Chris Lattner2010-01-011-0/+13
* test case we alredy get right.Chris Lattner2010-01-011-0/+12
* reuse negates where possible instead of always creating them from scratch.Chris Lattner2009-12-311-0/+13
* teach reassociate to factor x+x+x -> x*3. While I'm at it,Chris Lattner2009-12-311-10/+32
* simple fix for an incorrect factoring which causes aChris Lattner2009-12-311-0/+11
* merge some more tests in.Chris Lattner2009-12-313-25/+28
* filecheckizeChris Lattner2009-12-314-92/+101
* 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
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* move these xfailed tests to lib/Target/README.txtChris Lattner2007-05-051-66/+0
* For PR1319:Reid Spencer2007-04-163-6/+13
* For PR1319:Reid Spencer2007-04-161-1/+2
* For PR1319:Reid Spencer2007-04-154-5/+8
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-1/+1
* For PR950:Reid Spencer2006-12-312-2/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0224-27/+27
* new testcaseChris Lattner2006-04-281-0/+7
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* new testcase from a FIXME in the codeChris Lattner2006-03-142-2/+16
* Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.Chris Lattner2006-03-141-0/+11
* new testcaseChris Lattner2006-03-042-0/+27
* new testcase for recent bugfixChris Lattner2005-09-021-0/+21
* new testcase that crashes -reassociateChris Lattner2005-08-241-0/+12
* add a testcase for a case we do not handle yetChris Lattner2005-05-081-0/+66
* new testcaseChris Lattner2005-05-081-0/+8
* new testcaseChris Lattner2005-05-081-0/+20
* new testcases for PR557Chris Lattner2005-05-082-0/+70
* new testcaseChris Lattner2005-05-081-0/+24
* test that reassociate can handle shiftsChris Lattner2005-05-071-0/+10
* Adding srcdir argTanya Lattner2004-11-191-1/+1