instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / Reassociate /
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...
2006-03-04 Chris Lattnernew testcase
2005-09-02 Chris Lattnernew testcase for recent bugfix
2005-08-24 Chris Lattnernew testcase that crashes -reassociate
2005-05-08 Chris Lattneradd a testcase for a case we do not handle yet
2005-05-08 Chris Lattnernew testcase
2005-05-08 Chris Lattnernew testcase
2005-05-08 Chris Lattnernew testcases for PR557
2005-05-08 Chris Lattnernew testcase
2005-05-07 Chris Lattnertest that reassociate can handle shifts
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-08-12 Chris Lattnernew testcase
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2002-10-15 Chris LattnerCleanup test
2002-08-01 Chris LattnerVerify is implicit for opt
2002-07-09 Chris LattnerNew testcase for problem effecting mst
2002-05-16 Chris LattnerNew testcases for sub/neg reassociation
2002-05-16 Chris LattnerFix testcase
2002-05-15 Chris LattnerNew testcases to ensure sub's are maximally reassociable
2002-05-15 Chris LattnerTestcase to ensure trees structures are correctly linea...
2002-05-15 Chris LattnerTest to ensure sub -> neg promotion is working and...
2002-05-15 Chris LattnerNew testcase
2002-05-08 Chris LattnerNew testcase for LICM reassociation
2002-05-08 Chris LattnerAdd some simple test of reassociation