[InstCombine] Generalize sub of selects optimization to all BinaryOperators
[oota-llvm.git] / test / Transforms / InstCombine / add2.ll
2015-07-14 David Majnemer[InstCombine] Generalize sub of selects optimization...
2015-05-22 David Majnemer[InstCombine] Don't eagerly propagate nsw for A*B+A...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-11-22 David MajnemerInstCombine: Preserve nsw when folding X*(2^C) -> X...
2014-10-11 David MajnemerInstCombine: mul to shl shouldn't preserve nsw
2014-08-11 David MajnemerInstCombine: Combine (add (and %a, %b) (or %a, %b)...
2014-06-27 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-26 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-19 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-19 Dinesh DwivediRefactored and updated SimplifyUsingDistributiveLaws...
2014-06-05 Rafael EspindolaAdd a testcase where there is an overflow when combinin...
2014-01-19 Benjamin KramerInstCombine: Teach most integer add/sub/mul/div combine...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2011-02-17 Chris Lattnerpreserve NUW/NSW when transforming add x,x
2011-02-17 Chris Lattnerfilecheckize
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-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2008-05-19 Chris Lattnerbe more aggressive about transforming add -> or when...
2008-01-08 Chris LattnerImplement PR1795, an instcombine hack for forming GEPs...
2007-04-16 Reid SpencerFor PR1319:
2007-03-05 Chris Lattnernew testcase