Fix a bug in instcombine for fmul in fast math mode.
[oota-llvm.git] / test / Transforms / InstCombine / fast-math.ll
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...