Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SCEV] Simplify umin/max of zext and sext of the same value | Philip Reames | 2019-10-19 | 1 | -2/+2 |
* | [SCEV] Use unsigned/signed intersection type in SCEV | Nikita Popov | 2019-06-15 | 1 | -2/+2 |
* | Re-apply "[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428)." | Tim Shen | 2018-07-13 | 1 | -2/+2 |
* | Revert "[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428)." | Tim Shen | 2018-07-06 | 1 | -2/+2 |
* | [SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428). | Tim Shen | 2018-07-02 | 1 | -2/+2 |
* | Revert "[SCEV] Add nuw/nsw to mul ops in StrengthenNoWrapFlags" | Sanjoy Das | 2018-06-19 | 1 | -3/+3 |
* | [SCEV] Add nuw/nsw to mul ops in StrengthenNoWrapFlags where safe. | Justin Lebar | 2018-06-11 | 1 | -3/+3 |
* | Model ashr(shl(x, n), m) as mul(x, 2^(n-m)) when n > m | Zhaoshi Zheng | 2017-03-23 | 1 | -0/+89 |