| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix '32-bit shift implicitly converted to 64 bits' warning by using APInt::se... | Simon Pilgrim | 2018-05-02 | 1 | -1/+1 |
| * | [AggressiveInstCombine] convert a chain of 'or-shift' bits into masked compare | Sanjay Patel | 2018-05-01 | 1 | -21/+94 |
| * | Fix some layering in AggressiveInstCombine (avoiding inclusion of Scalar.h) | David Blaikie | 2018-04-24 | 1 | -1/+5 |
| * | [AggressiveInstCombine] Add aggressive inst combiner to the LLVM C API. | Craig Topper | 2018-04-24 | 1 | -0/+4 |
| * | [AggressiveInstCombine] Add library initializer routine for AggressiveInstCom... | Craig Topper | 2018-04-24 | 1 | -0/+5 |
| * | [AggressiveInstCombine] Make TruncCombine class ignore unreachable basic blocks. | Amjad Aboud | 2018-01-31 | 1 | -2/+8 |
| * | Another try to commit 323321 (aggressive instruction combine). | Amjad Aboud | 2018-01-25 | 1 | -0/+110 |
| * | Reverted 323321. | Amjad Aboud | 2018-01-24 | 1 | -110/+0 |
| * | [InstCombine] Introducing Aggressive Instruction Combine pass (-aggressive-in... | Amjad Aboud | 2018-01-24 | 1 | -0/+110 |

