Age | Commit message (Expand) | Author |
---|---|---|
2012-10-30 | Enable some additional constant folding for PPCDoubleDouble. | Ulrich Weigand |
2012-08-18 | InstCombine: Fix a crasher when encountering a function pointer. | Benjamin Kramer |
2012-08-18 | InstCombine: Add a couple of fabs identities for comparing with 0.0. | Benjamin Kramer |
2011-09-30 | float comparison to double 'zero' constant can just be a float 'zero.' | Jim Grosbach |
2011-03-31 | InstCombine: APFloat can't perform arithmetic on PPC double doubles, don't ev... | Benjamin Kramer |
2011-03-31 | InstCombine: Fix transform to use the swapped predicate. | Benjamin Kramer |
2011-03-31 | InstCombine: fold fcmp (fneg x), (fneg y) -> fcmp x, y | Benjamin Kramer |
2011-03-31 | InstCombine: fold fcmp pred (fneg x), C -> fcmp swap(pred) x, -C | Benjamin Kramer |
2011-03-31 | InstCombine: Shrink "fcmp (fpext x), C" to "fcmp x, C" if C can be losslessly... | Benjamin Kramer |
2011-03-31 | InstCombine: fold fcmp (fpext x), (fpext y) -> fcmp x, y. | Benjamin Kramer |