Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality...
[oota-llvm.git] / test / Transforms / InstCombine / fast-math.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-03-25 Shuxin YangFix a bug in fast-math fadd/fsub simplification.
2013-03-14 Shuxin YangPerform factorization as a last resort of unsafe fadd...
2013-02-28 Quentin ColombetFix a bug in instcombine for fmul in fast math mode.
2013-02-07 Michael IlsemanPreserve fast-math flags after reassociation and commut...
2013-02-07 Michael Ilsemanwhitespace
2013-01-15 Shuxin Yang1. Hoist minus sign as high as possible in an attempt...
2013-01-14 Shuxin YangThis change is to implement following rules under the...
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-07 Shuxin YangThis change is to implement following rules:
2012-12-18 Shuxin Yangrdar://12801297
2012-12-14 Shuxin Yangrdar://12753946
2012-11-29 Shuxin Yangfix a typo
2012-11-29 Shuxin YangInstruction::isAssociative() returns true for fmul...