| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [InstCombine] fold add(zext(xor X, C), C) --> sext X when C is INT_MIN in the... | Sanjay Patel | 2016-07-19 | 1 | -6/+23 |
| * | add tests for missed sext transform | Sanjay Patel | 2016-07-18 | 1 | -0/+26 |
| * | [InstCombine] allow X + signbit --> X ^ signbit for vector splats | Sanjay Patel | 2016-07-16 | 1 | -1/+1 |
| * | add vector test to show missing transform | Sanjay Patel | 2016-07-16 | 1 | -0/+10 |
| * | update tests to use FileCheck, consolidate tests, fix comments | Sanjay Patel | 2016-07-16 | 1 | -0/+106 |

