Address issues found by Duncan during post-commit review of r177856.
[oota-llvm.git] / test / Transforms / InstCombine / and2.ll
2011-09-19 Eli FriedmanFix an infinite loop where a transform in InstCombiner...
2011-03-01 Anders CarlssonMake InstCombiner::FoldAndOfICmps create a ConstantRang...
2010-09-10 Benjamin KramerTeach InstructionSimplify to fold (A & B) & A -> A...
2010-02-11 Chris Lattnerconvert to filecheck.
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...
2007-10-24 Chris LattnerImplement a couple of foldings for ordered and unordere...