aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate
AgeCommit message (Expand)Author
2011-08-02Remove empty test.Benjamin Kramer
2011-08-02Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc...Owen Anderson
2011-07-29Clean up debug info after reassociation.Devang Patel
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-04-12Fix reassociate to use a worklist instead of recursing when newDan Gohman
2011-03-10Fix reassociate to postpone certain instruction deletions untilDan Gohman
2011-02-17fix PR9215, preventing -reassociate from clearing nsw/nuw whenChris Lattner
2011-02-02Fix reassociate to clear optional flags, such as nsw.Dan Gohman
2011-01-26Fix PR9039, a use-after-free in reassociate. The issue was that theDuncan Sands
2010-03-05fix a nice subtle reassociate bug which would only occurChris Lattner
2010-02-06Add a test for my change to disable reassociation for i1 types.Bob Wilson
2010-01-18filecheckizeChris Lattner
2010-01-09only factor from expressions whose uses are empty and whoseChris Lattner
2010-01-05fix an infinite loop in reassociate building emacs.Chris Lattner
2010-01-01When factoring multiply expressions across adds, factor both Chris Lattner
2010-01-01test case we alredy get right.Chris Lattner
2009-12-31reuse negates where possible instead of always creating them from scratch.Chris Lattner
2009-12-31teach reassociate to factor x+x+x -> x*3. While I'm at it,Chris Lattner
2009-12-31simple fix for an incorrect factoring which causes aChris Lattner
2009-12-31merge some more tests in.Chris Lattner
2009-12-31filecheckizeChris Lattner
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