Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DAGCombiner] sub X, 0/1 --> add X, 0/-1 | Sanjay Patel | 2019-01-30 | 1 | -5/+4 |
* | [AArch64][x86] add tests for add/sub signbits fold; NFC | Sanjay Patel | 2019-01-30 | 1 | -0/+34 |
* | [x86] add tests for vector bool math; NFC | Sanjay Patel | 2019-01-29 | 1 | -0/+25 |
* | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -7/+7 |
* | [X86][AVX] Regenerate tests with constant broadcast comments | Simon Pilgrim | 2017-07-16 | 1 | -4/+4 |
* | [DAGCombiner] add (sext i1 X), 1 --> zext (not i1 X) | Sanjay Patel | 2017-04-26 | 1 | -25/+17 |
* | [x86] change tests to use sext, not zext; NFC | Sanjay Patel | 2017-04-26 | 1 | -7/+8 |
* | [x86] add more tests for potential change in bool math folding; NFC | Sanjay Patel | 2017-04-25 | 1 | -10/+64 |
* | [ARM, x86] add more vector tests for bool math; NFC | Sanjay Patel | 2017-04-24 | 1 | -0/+25 |
* | [ARM, x86] add tests to show possible improvement for bool math; NFC | Sanjay Patel | 2017-04-10 | 1 | -0/+32 |