| Commit message (Expand) | Author | Age | Files | Lines |
* | [InstCombine] remove duplicate test; NFC | Sanjay Patel | 2017-04-09 | 1 | -12/+0 |
* | [InstCombine] auto-generate better checks; NFC | Sanjay Patel | 2017-04-09 | 1 | -72/+143 |
* | InstCombine: fix fold "fcmp x, undef" to account for NaN | Mehdi Amini | 2015-03-09 | 1 | -0/+35 |
* | Fix fcmp + fabs instcombines when using the intrinsic | Matt Arsenault | 2015-01-08 | 1 | -0/+82 |
* | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 1 | -16/+16 |
* | Enable some additional constant folding for PPCDoubleDouble. | Ulrich Weigand | 2012-10-30 | 1 | -2/+1 |
* | InstCombine: Fix a crasher when encountering a function pointer. | Benjamin Kramer | 2012-08-18 | 1 | -0/+8 |
* | InstCombine: Add a couple of fabs identities for comparing with 0.0. | Benjamin Kramer | 2012-08-18 | 1 | -0/+82 |
* | float comparison to double 'zero' constant can just be a float 'zero.' | Jim Grosbach | 2011-09-30 | 1 | -0/+11 |
* | InstCombine: APFloat can't perform arithmetic on PPC double doubles, don't ev... | Benjamin Kramer | 2011-03-31 | 1 | -0/+9 |
* | InstCombine: Fix transform to use the swapped predicate. | Benjamin Kramer | 2011-03-31 | 1 | -1/+1 |
* | InstCombine: fold fcmp (fneg x), (fneg y) -> fcmp x, y | Benjamin Kramer | 2011-03-31 | 1 | -0/+9 |
* | InstCombine: fold fcmp pred (fneg x), C -> fcmp swap(pred) x, -C | Benjamin Kramer | 2011-03-31 | 1 | -0/+8 |
* | InstCombine: Shrink "fcmp (fpext x), C" to "fcmp x, C" if C can be losslessly... | Benjamin Kramer | 2011-03-31 | 1 | -0/+23 |
* | InstCombine: fold fcmp (fpext x), (fpext y) -> fcmp x, y. | Benjamin Kramer | 2011-03-31 | 1 | -0/+11 |