Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+105 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -105/+0 |
* | [InstSimplify] regenerate checks, move tests; NFC | Sanjay Patel | 2018-03-23 | 1 | -18/+43 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-02-27 | 1 | -7/+7 |
* | InstSimplify: Don't simplify gep X, (Y-X) to Y if types differ | David Majnemer | 2014-08-27 | 1 | -0/+14 |
* | Reland r216439 215441, majnemer has a real fix for PR20771. | Nico Weber | 2014-08-27 | 1 | -0/+66 |
* | Revert r216439 (and r216441, else the former doesn't revert cleanly). | Nico Weber | 2014-08-27 | 1 | -66/+0 |
* | InstSimplify: Fold gep X, (sub 0, ptrtoint(X)) to null | David Majnemer | 2014-08-26 | 1 | -0/+29 |
* | InstSimplify: Simplify trivial pointer expressions like b + (e - b) | David Majnemer | 2014-08-26 | 1 | -0/+37 |