Age | Commit message (Expand) | Author |
2012-07-26 | Stop reassociate from looking through expressions of arbitrary complexity. This | Duncan Sands |
2012-07-02 | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth |
2012-06-29 | Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due to | Duncan Sands |
2012-06-27 | Some reassociate optimizations create new instructions, which they insert just | Duncan Sands |
2012-06-24 | Remove a dangling reference to a deleted instruction. Fixes PR13185! | Nick Lewycky |
2012-06-15 | Fix issues (infinite loop and/or crash) with self-referential instructions, for | Duncan Sands |
2012-06-13 | It is possible for several constants which aren't individually absorbing to | Duncan Sands |
2012-06-12 | Use std::map rather than SmallMap because SmallMap assumes that the value has | Duncan Sands |
2012-06-12 | Now that Reassociate's LinearizeExprTree can look through arbitrary expression | Duncan Sands |
2012-06-08 | Revert commit 158073 while waiting for a fix. The issue is that reassociate | Duncan Sands |
2012-06-06 | Grab-bag of reassociate tweaks. Unify handling of dead instructions and | Duncan Sands |
2012-05-26 | Since commit 157467, if reassociate isn't actually going to change an expression | Duncan Sands |
2012-05-25 | Make the reassociation pass more powerful so that it can handle expressions | Duncan Sands |
2012-05-08 | Calling ReassociateExpression recursively is extremely dangerous since it will | Duncan Sands |
2012-05-07 | Teach reassociate to commute FMul's and FAdd's in order to canonicalize the o... | Owen Anderson |
2012-05-02 | The value held in the vector may be RAUW'ed by some of the canonicalization | Bill Wendling |
2012-04-26 | Teach the reassociate pass to fold chains of multiplies with repeated | Chandler Carruth |
2012-04-22 | Tidy up this test more: | Chandler Carruth |
2012-04-22 | FileCheck-ize a test, and tidy it up a touch. | Chandler Carruth |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2011-08-02 | Remove empty test. | Benjamin Kramer |
2011-08-02 | Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc... | Owen Anderson |
2011-07-29 | Clean up debug info after reassociation. | Devang Patel |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-04-12 | Fix reassociate to use a worklist instead of recursing when new | Dan Gohman |
2011-03-10 | Fix reassociate to postpone certain instruction deletions until | Dan Gohman |
2011-02-17 | fix PR9215, preventing -reassociate from clearing nsw/nuw when | Chris Lattner |
2011-02-02 | Fix reassociate to clear optional flags, such as nsw. | Dan Gohman |
2011-01-26 | Fix PR9039, a use-after-free in reassociate. The issue was that the | Duncan Sands |
2010-03-05 | fix a nice subtle reassociate bug which would only occur | Chris Lattner |
2010-02-06 | Add a test for my change to disable reassociation for i1 types. | Bob Wilson |
2010-01-18 | filecheckize | Chris Lattner |
2010-01-09 | only factor from expressions whose uses are empty and whose | Chris Lattner |
2010-01-05 | fix an infinite loop in reassociate building emacs. | Chris Lattner |
2010-01-01 | When factoring multiply expressions across adds, factor both | Chris Lattner |
2010-01-01 | test case we alredy get right. | Chris Lattner |
2009-12-31 | reuse negates where possible instead of always creating them from scratch. | Chris Lattner |
2009-12-31 | teach reassociate to factor x+x+x -> x*3. While I'm at it, | Chris Lattner |
2009-12-31 | simple fix for an incorrect factoring which causes a | Chris Lattner |
2009-12-31 | merge some more tests in. | Chris Lattner |
2009-12-31 | filecheckize | Chris Lattner |
2009-09-11 | Convert more tests to avoid llvm-as. | Dan Gohman |
2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
2009-09-08 | Use "opt < %s" instead of "opt %s" so that opt doesn't print the test | Dan Gohman |
2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
2008-08-16 | Remove GCSE and LoadVN from the testsuite. | Owen Anderson |
2008-06-10 | Let some more tests ignore expected output on stderr. | Matthijs Kooijman |
2008-05-20 | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif |