summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/fast-math.ll
Commit message (Expand)AuthorAge
* [Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.Shuxin Yang2013-09-19
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang2013-03-25
* Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang2013-03-14
* Fix a bug in instcombine for fmul in fast math mode.Quentin Colombet2013-02-28
* Preserve fast-math flags after reassociation and commutation. Update test casesMichael Ilseman2013-02-07
* whitespaceMichael Ilseman2013-02-07
* 1. Hoist minus sign as high as possible in an attempt to revealShuxin Yang2013-01-15
* This change is to implement following rules under the condition C_A and/or C_RShuxin Yang2013-01-14
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-09
* This change is to implement following rules:Shuxin Yang2013-01-07
* rdar://12801297 Shuxin Yang2012-12-18
* rdar://12753946Shuxin Yang2012-12-14
* fix a typoShuxin Yang2012-11-29
* Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang2012-11-29