merge two tests.
[oota-llvm.git] / test / Transforms / InstCombine / icmp.ll
2011-02-09 Chris Lattnermerge two tests.
2011-01-11 Owen AndersonFix a random missed optimization by making InstCombine...
2010-11-23 Chris Lattnerduncan's spider sense was right, I completely reversed...
2010-11-21 Chris Lattneroptimize:
2010-06-28 Dan GohmanConstant fold x == undef to undef.
2010-03-03 Chris Lattnerfix incorrect folding of icmp with undef, PR6481.
2010-02-01 Chris Lattnerfix PR6195, a bug constant folding scalar -> vector...
2009-12-21 Chris Lattnerenhance x-(-A) -> x+A to preserve NUW/NSW.
2009-12-21 Chris LattnerOptimize all cases of "icmp (X+Cst), X" to something...
2009-12-21 Chris Lattnerconvert to filecheck
2009-10-11 Chris Lattnersimplify a transformation by making it more general.
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...
2009-09-02 Chris Lattnerfix PR4837, some bugs folding vector compares. These
2009-01-09 Chris LattnerImplement rdar://6480391, extending of equality icmp...
2007-04-14 Reid SpencerFor PR1319:
2007-04-11 Chris Lattnersext of compares.
2007-04-11 Chris Lattnernew testcase