Strength reduce intrinsics with overflow into regular arithmetic operations if possible.
[oota-llvm.git] / test / Transforms / InstCombine / intrinsics.ll
2014-12-17 Erik EcksteinStrength reduce intrinsics with overflow into regular...
2014-07-04 Benjamin KramerInstCombine: Strength reduce sadd.with.overflow into...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-02-08 Andrew TrickRevert "Have InstCombine call SipmlifyCall when handlin...
2013-02-07 Michael IlsemanHave InstCombine call SipmlifyCall when handling calls...
2013-01-24 Benjamin KramerConstantFolding: Add a missing folding that leads to...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2011-12-24 Chandler CarruthAdd an explicit test that we now fold cttz.i32(......
2011-12-24 Benjamin KramerComputeMaskedBits: Make knownzero computation more...
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-05-21 Benjamin KramerRevert "InstCombine: Turn mul.with.overflow(X, 2) into...
2011-05-21 Benjamin KramerInstCombine: Turn mul.with.overflow(X, 2) into the...
2011-05-18 Eli FriedmanMore instcombine cleanup aimed towards improving debug...
2011-03-10 Benjamin KramerInstCombine: Turn umul_with_overflow into mul nuw if...
2010-12-19 Chris LattnerX86 supports i8/i16 overflow ops (except i8 multiplies...
2010-12-19 Chris Lattneroptimize uadd(x, cst) into a comparison when the normal
2010-08-09 Eli FriedmanPR7853: fix a silly mistake introduced in r101899,...
2010-01-23 Chris Lattnerimplement a simple instcombine xform that has been...
2010-01-05 Chris Lattneroptimize comparisons against cttz/ctlz/ctpop, patch...
2010-01-05 Chris Lattneroptimize cttz and ctlz when we can prove something...
2010-01-01 Chris Lattneradd a few trivial instcombines for llvm.powi.
2009-11-29 Chris Lattneradd testcases for the foo_with_overflow op xforms added...
2009-11-09 Chris Lattnerif a 'with overflow' intrinsic just has the normal...