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