Age | Commit message (Expand) | Author |
---|---|---|
2013-03-25 | Fix a bug in fast-math fadd/fsub simplification. | Shuxin Yang |
2013-03-14 | Perform factorization as a last resort of unsafe fadd/fsub simplification. | Shuxin Yang |
2013-02-28 | Fix a bug in instcombine for fmul in fast math mode. | Quentin Colombet |
2013-02-07 | Preserve fast-math flags after reassociation and commutation. Update test cases | Michael Ilseman |
2013-02-07 | whitespace | Michael Ilseman |
2013-01-15 | 1. Hoist minus sign as high as possible in an attempt to reveal | Shuxin Yang |
2013-01-14 | This change is to implement following rules under the condition C_A and/or C_R | Shuxin Yang |
2013-01-09 | Consider expression "0.0 - X" as the negation of X if | Shuxin Yang |
2013-01-07 | This change is to implement following rules: | Shuxin Yang |
2012-12-18 | rdar://12801297 | Shuxin Yang |
2012-12-14 | rdar://12753946 | Shuxin Yang |
2012-11-29 | fix a typo | Shuxin Yang |
2012-11-29 | Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u... | Shuxin Yang |