LowerSwitch: replace unreachable default with popular case destination
[oota-llvm.git] / test / Transforms / Reassociate /
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...
2007-06-29 John CriswellConvert .cvsignore files
2007-05-05 Chris Lattnermove these xfailed tests to lib/Target/README.txt
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-04-28 Chris Lattnernew testcase
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-03-14 Chris Lattnernew testcase from a FIXME in the code
2006-03-14 Chris LattnerTest that we can reassociate (x<<1)+(y<<1) -> (X+Y...
next