| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [X86] Handle COPYs of physregs better (regalloc hints) | Simon Pilgrim | 2018-09-19 | 1 | -9/+12 |
| * | [X86] Canonicalize the pattern for __builtin_ffs in a similar way to '__built... | Craig Topper | 2018-08-01 | 1 | -12/+12 |
| * | [X86] Add test cases for the patterns used by __builtin_ffs. | Craig Topper | 2018-08-01 | 1 | -0/+49 |
| * | [X86] Regenerate NOBMI/BMI combine-select tests. | Simon Pilgrim | 2018-07-30 | 1 | -34/+38 |
| * | [X86] Try fixing r336768 | Fangrui Song | 2018-07-13 | 1 | -8/+8 |
| * | [X86] The TEST instruction is eliminated when BSF/TZCNT is used | Craig Topper | 2018-07-11 | 1 | -0/+95 |
| * | [X86] Use XOR for SUB (C, X) during isel if will help fold an immediate | Craig Topper | 2018-06-26 | 1 | -6/+6 |
| * | DAG combine "and|or (select c, -1, 0), x" -> "select c, x, 0|-1" | Stanislav Mekhanoshin | 2018-06-21 | 1 | -20/+70 |
| * | Allow binop C1, (select cc, CF, CT) -> select folding | Stanislav Mekhanoshin | 2018-06-20 | 1 | -53/+43 |
| * | Tests for dag combine select (binop) -> select. NFC. | Stanislav Mekhanoshin | 2018-06-18 | 1 | -0/+241 |

