[InstCombine] transform masking off of an FP sign bit into a fabs() intrinsic call...
[oota-llvm.git] / test / Transforms / InstCombine / and2.ll
2015-10-08 Sanjay Patel[InstCombine] transform masking off of an FP sign bit...
2015-08-20 Balaram MakamOptimize bitwise even/odd test (-x&1 -> x&1) to not...
2014-10-12 Benjamin KramerInstCombine: Turn (x != 0 & x <u C) into the canonical...
2014-08-30 David MajnemerInstCombine: Try harder to combine icmp instructions
2013-08-16 Jim GrosbachInstCombine: Simplify if(x!=0 && x!=-1).
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
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...