InstCombine: Fold comparisons between unguessable allocas and other pointers
[oota-llvm.git] / test / Transforms / Reassociate / shift-factor.ll
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-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...