InstCombine: If we call llvm.objectsize on a malloc call we can replace it with the...
[oota-llvm.git] / test / Transforms / InstCombine / intrinsics.ll
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...