[Reassociate] Canonicalize negative constants out of expressions.
[oota-llvm.git] / test / Transforms / Reassociate / shift-factor.ll
2014-06-11 Chad Rosier[Reassociate] FileCheckize and cleanup a few testcases...
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-16 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-03-14 Chris LattnerTest that we can reassociate (x<<1)+(y<<1) -> (X+Y...