aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/fast-math.ll
AgeCommit message (Expand)Author
2013-03-25Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang
2013-03-14Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang
2013-02-28Fix a bug in instcombine for fmul in fast math mode.Quentin Colombet
2013-02-07Preserve fast-math flags after reassociation and commutation. Update test casesMichael Ilseman
2013-02-07whitespaceMichael Ilseman
2013-01-151. Hoist minus sign as high as possible in an attempt to revealShuxin Yang
2013-01-14This change is to implement following rules under the condition C_A and/or C_RShuxin Yang
2013-01-09Consider expression "0.0 - X" as the negation of X ifShuxin Yang
2013-01-07This change is to implement following rules:Shuxin Yang
2012-12-18rdar://12801297 Shuxin Yang
2012-12-14rdar://12753946Shuxin Yang
2012-11-29fix a typoShuxin Yang
2012-11-29Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang