Merging r260703:
[oota-llvm.git] / test / Transforms / Reassociate / basictest.ll
2015-06-24 David Majnemer[Reassociate] Don't propogate flags when creating negations
2015-05-28 David Majnemer[Reassociate] Canonicalizing 'x [+-] (-Constant * y...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-11-19 Chad RosierRevert "[Reassociate] As the expression tree is rewritt...
2014-11-17 Chad Rosier[Reassociate] As the expression tree is rewritten make...
2014-11-11 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-11-04 Reid KlecknerRevert "[Reassociate] Canonicalize negative constants...
2014-11-03 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-06-11 Chad Rosier[Reassociate] FileCheckize and cleanup a few testcases...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2010-02-06 Bob WilsonAdd a test for my change to disable reassociation for...
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 GohmanChange tests from "opt %s" to "opt < %s" so that opt...
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...
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2002-05-08 Chris LattnerAdd some simple test of reassociation