Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstSimplify] regenerate checks using a script | Sanjay Patel | 2016-03-25 | 1 | -46/+68 |
* | [InstSimplify] Restore fsub 0.0, (fsub 0.0, X) ==> X optzn | Benjamin Kramer | 2016-02-29 | 1 | -0/+10 |
* | [InstSimplify] Allow folding of fdiv X, X with just NaNs ignored | Benjamin Kramer | 2015-06-16 | 1 | -44/+24 |
* | [InstSimplify] fsub nnan x, x -> 0.0 is valid without ninf | Benjamin Kramer | 2015-06-14 | 1 | -3/+3 |
* | [InstSimplify] Add self-fdiv identities for -ffinite-math-only. | Benjamin Kramer | 2015-06-14 | 1 | -0/+77 |
* | InstSimplify: simplify 0 / X if nnan and nsz | Mehdi Amini | 2015-02-23 | 1 | -0/+9 |
* | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 1 | -2/+2 |
* | Added a slew of SimplifyInstruction floating-point optimizations, many of whi... | Michael Ilseman | 2012-12-12 | 1 | -0/+72 |
* | Fast-math test for SimplifyInstruction: fold multiply by 0 | Michael Ilseman | 2012-11-27 | 1 | -0/+35 |