| Commit message (Expand) | Author | Age | Files | Lines |
* | [InstCombine] Revert rL341831: relax one-use check in foldICmpAddConstant() (... | Roman Lebedev | 2019-12-02 | 1 | -3/+3 |
* | [InstCombine] remove unneeded one-use checks for icmp fold | Sanjay Patel | 2019-09-16 | 1 | -4/+3 |
* | [InstCombine] move tests for icmp+add; NFC | Sanjay Patel | 2019-09-16 | 1 | -0/+35 |
* | [InstCombine] add/move tests for icmp with add operand; NFC | Sanjay Patel | 2019-09-16 | 1 | -0/+124 |
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+465 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -465/+0 |
* | [ValueTracking] Use computeConstantRange() in signed add overflow determination | Nikita Popov | 2019-04-09 | 1 | -1/+1 |
* | [InstCombine] add folds for unsigned-overflow compares | Sanjay Patel | 2018-09-11 | 1 | -8/+8 |
* | [InstCombine] add tests for add-with-overflow compares; NFC | Sanjay Patel | 2018-09-11 | 1 | -21/+116 |
* | InstCombine: move hasOneUse check to the top of foldICmpAddConstant | Tim Northover | 2018-09-10 | 1 | -0/+17 |
* | [InstCombine] Fold icmp ugt/ult (add nuw X, C2), C --> icmp ugt/ult X, (C - C2) | Nicola Zaghen | 2018-09-04 | 1 | -8/+35 |
* | [InstCombine] Add new tests for icmp ugt/ult (add nuw X, C2), C | Nicola Zaghen | 2018-08-21 | 1 | -0/+43 |
* | [InstCombine] Remove a FIXME from a test that was fixed in r314025. | Craig Topper | 2017-09-22 | 1 | -1/+0 |
* | [InstCombine] Add constant splat handling to one of the ICMP_SLT/SGT cases in... | Craig Topper | 2017-09-22 | 1 | -2/+39 |
* | [InstCombine] add nsw/nuw X, signbit --> or X, signbit | Sanjay Patel | 2017-02-18 | 1 | -6/+4 |
* | [InstCombine] fold icmp sgt/slt (add nsw X, C2), C --> icmp sgt/slt X, (C - C2) | Sanjay Patel | 2017-02-12 | 1 | -15/+9 |
* | [InstCombine] add tests for icmp with add nsw; NFC | Sanjay Patel | 2017-02-09 | 1 | -0/+123 |
* | [InstCombine] add tests to show information-losing add nsw/nuw transforms; NFC | Sanjay Patel | 2017-02-08 | 1 | -0/+24 |
* | [InstCombine] add test for missed vector icmp fold; NFC | Sanjay Patel | 2017-02-08 | 1 | -0/+108 |