[RS4GC] Fix rematerialization of bitcast of bitcast.
[oota-llvm.git] / test / Transforms / Reassociate /
2015-11-20 Owen AndersonFix another infinite loop in Reassociate caused by...
2015-11-20 Owen AndersonFix a pair of issues that caused an infinite loop in...
2015-11-16 Owen AndersonAdd intermediate subtract instructions to reassociation...
2015-08-10 Jonathan RoelofsFix a bunch of trivial cases of 'CHECK[^:]*$' in the...
2015-08-06 Quentin Colombet[Reassociation] Fix miscompile for va_arg arguments.
2015-06-24 David Majnemer[Reassociate] Don't propogate flags when creating negations
2015-05-28 David Majnemer[Reassociate] Canonicalizing 'x [+-] (-Constant * y...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 Robert LougherReapply "[Reassociate] Add initial support for vector...
2015-03-13 Robert LougherRevert: "[Reassociate] Add initial support for vector...
2015-03-13 Robert Lougher[Reassociate] Add initial support for vector instructions.
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-11 Mehdi AminiReassociate: cannot negate a INT_MIN value
2015-01-16 Mehdi AminiFix Reassociate handling of constant in presence of...
2014-11-19 Chad RosierRevert "[Reassociate] As the expression tree is rewritt...
2014-11-18 Chad Rosier[Reassociate] Use test cases that can actually be optim...
2014-11-17 Chad Rosier[Reassociate] As the expression tree is rewritten make...
2014-11-17 Chad Rosier[Reassociate] Canonicalize constants to RHS operand.
2014-11-14 Chad Rosier[Reassociate] Canonicalize the operands of all binary...
2014-11-14 Chad Rosier[Reassociate] Canonicalize operands of vector binary...
2014-11-14 Chad Rosier[Reassociate] Canonicalize constants to RHS operand.
2014-11-11 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-11-11 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-11-07 Chad Rosier[Reassociate] Better preserve NSW/NUW flags.
2014-11-06 Chad Rosier[Reassociate] Don't reassociate when mixing regular...
2014-11-04 Reid KlecknerRevert "[Reassociate] Canonicalize negative constants...
2014-11-03 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-10-09 Chad Rosier[Reassociate] Don't canonicalize X - undef to X + ...
2014-10-05 Owen AndersonGive the Reassociate pass a bit more flexibility and...
2014-08-21 Erik VerbruggenReassociate x + -0.1234 * y into x - 0.1234 * y
2014-08-14 Chad Rosier[Reassociation] Add support for reassociation with...
2014-06-11 Chad Rosier[Reassociate] FileCheckize and cleanup a few testcases...
2014-05-31 Benjamin Kramer[Reassociate] Similar to "X + -X" -> "0", added code...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-27 Shuxin YangFix a XOR reassociation bug.
2013-04-01 Shuxin YangCorrect assertion condition
2013-03-30 Shuxin YangImplement XOR reassociation. It is based on following...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-11-18 Duncan SandsFix PR14060, an infinite loop in reassociate. The...
2012-11-15 Duncan SandsFix a crash observed by Shuxin Yang. The issue here...
2012-11-13 Shuxin Yangrevert r167740
2012-11-12 Shuxin YangThis change is to fix rdar://12571717 which is about...
2012-07-26 Duncan SandsStop reassociate from looking through expressions of...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-29 Duncan SandsFix a reassociate crash on sozefx when compiling with...
2012-06-27 Duncan SandsSome reassociate optimizations create new instructions...
2012-06-24 Nick LewyckyRemove a dangling reference to a deleted instruction...
2012-06-15 Duncan SandsFix issues (infinite loop and/or crash) with self-refer...
2012-06-13 Duncan SandsIt is possible for several constants which aren't indiv...
2012-06-12 Duncan SandsUse std::map rather than SmallMap because SmallMap...
2012-06-12 Duncan SandsNow that Reassociate's LinearizeExprTree can look throu...
2012-06-08 Duncan SandsRevert commit 158073 while waiting for a fix. The...
2012-06-06 Duncan SandsGrab-bag of reassociate tweaks. Unify handling of...
2012-05-26 Duncan SandsSince commit 157467, if reassociate isn't actually...
2012-05-25 Duncan SandsMake the reassociation pass more powerful so that it...
2012-05-08 Duncan SandsCalling ReassociateExpression recursively is extremely...
2012-05-07 Owen AndersonTeach reassociate to commute FMul's and FAdd's in order...
2012-05-02 Bill WendlingThe value held in the vector may be RAUW'ed by some...
2012-04-26 Chandler CarruthTeach the reassociate pass to fold chains of multiplies...
2012-04-22 Chandler CarruthTidy up this test more:
2012-04-22 Chandler CarruthFileCheck-ize a test, and tidy it up a touch.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-08-02 Benjamin KramerRemove empty test.
2011-08-02 Owen AndersonRevert r136503 and r136480 in an effort to fix non...
2011-07-29 Devang PatelClean up debug info after reassociation.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-04-12 Dan GohmanFix reassociate to use a worklist instead of recursing...
2011-03-10 Dan GohmanFix reassociate to postpone certain instruction deletio...
2011-02-17 Chris Lattnerfix PR9215, preventing -reassociate from clearing nsw...
2011-02-02 Dan GohmanFix reassociate to clear optional flags, such as nsw.
2011-01-26 Duncan SandsFix PR9039, a use-after-free in reassociate. The issue...
2010-03-05 Chris Lattnerfix a nice subtle reassociate bug which would only...
2010-02-06 Bob WilsonAdd a test for my change to disable reassociation for...
2010-01-18 Chris Lattnerfilecheckize
2010-01-09 Chris Lattneronly factor from expressions whose uses are empty and...
2010-01-05 Chris Lattnerfix an infinite loop in reassociate building emacs.
2010-01-01 Chris LattnerWhen factoring multiply expressions across adds, factor...
2010-01-01 Chris Lattnertest case we alredy get right.
2009-12-31 Chris Lattnerreuse negates where possible instead of always creating...
2009-12-31 Chris Lattnerteach reassociate to factor x+x+x -> x*3. While I...
2009-12-31 Chris Lattnersimple fix for an incorrect factoring which causes a
2009-12-31 Chris Lattnermerge some more tests in.
2009-12-31 Chris Lattnerfilecheckize
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse "opt < %s" instead of "opt %s" so that opt doesn...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2008-08-16 Owen AndersonRemove GCSE and LoadVN from the testsuite.
2008-06-10 Matthijs KooijmanLet some more tests ignore expected output on stderr.
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-02-17 Chris LattnerSplit up subtracts into add+negate if they have a reass...
2008-02-17 Chris Lattnerupgrade and simplify this test.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
next