summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/fast-math.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-36/+36
* Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang2013-03-251-0/+10
* Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang2013-03-141-0/+105
* Fix a bug in instcombine for fmul in fast math mode.Quentin Colombet2013-02-281-0/+11
* Preserve fast-math flags after reassociation and commutation. Update test casesMichael Ilseman2013-02-071-4/+4
* whitespaceMichael Ilseman2013-02-071-12/+12
* 1. Hoist minus sign as high as possible in an attempt to revealShuxin Yang2013-01-151-33/+20
* This change is to implement following rules under the condition C_A and/or C_RShuxin Yang2013-01-141-0/+96
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-091-2/+13
* This change is to implement following rules:Shuxin Yang2013-01-071-0/+85
* rdar://12801297 Shuxin Yang2012-12-181-0/+102
* rdar://12753946Shuxin Yang2012-12-141-6/+34
* fix a typoShuxin Yang2012-11-291-1/+1
* Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang2012-11-291-0/+32
OpenPOWER on IntegriCloud