[SimplifyLibCalls] Fix negative shifts being produced by the memchr -> bitfield trans...
[oota-llvm.git] / test / Transforms / InstCombine / fmul.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-10-02 Sanjay PatelRemove unused function attribute params.
2014-10-02 Sanjay PatelOptimize square root squared (PR21126).
2014-01-20 Owen AndersonFix all the remaining lost-fast-math-flags bugs I've...
2014-01-18 Benjamin KramerInstCombine: Make the (fmul X, -1.0) -> (fsub -0.0...
2014-01-16 Owen AndersonFix a bug in InstCombine where we failed to preserve...
2014-01-16 Owen AndersonTeach InstCombine that (fmul X, -1.0) can be simplified...
2013-09-30 Joey GoulyFix a bug in InstCombine where it attempted to cast...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-01-15 Shuxin Yang1. Hoist minus sign as high as possible in an attempt...