Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PGO][PGSO] Enable size optimizations in code gen / target passes for cold code. | Hiroshi Yamauchi | 2019-12-13 | 1 | -22/+59 |
* | [X86] Promote i8 CMOV's (PR40965) | Roman Lebedev | 2019-03-15 | 1 | -7/+5 |
* | [X86] Enable 8-bit OR with disjoint bits to convert to LEA | Craig Topper | 2019-03-05 | 1 | -3/+4 |
* | [X86] Lower to SHLD/SHRD on slow machines for optsize | Simon Pilgrim | 2018-12-15 | 1 | -39/+14 |
* | [X86] Add optsize SHLD/SHRD tests | Simon Pilgrim | 2018-12-15 | 1 | -22/+67 |
* | [DAGCombiner] re-enable truncation of binops | Sanjay Patel | 2018-12-08 | 1 | -37/+37 |
* | [DAGCombiner] disable truncation of binops by default | Sanjay Patel | 2018-12-07 | 1 | -37/+37 |
* | [SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467) | Simon Pilgrim | 2018-12-05 | 1 | -114/+170 |
* | [DAGCombiner] narrow truncated binops | Sanjay Patel | 2018-11-29 | 1 | -2/+2 |
* | [X86] Add codegen tests for slow-shld scalar funnel shifts | Simon Pilgrim | 2018-11-19 | 1 | -99/+261 |
* | [X86] Add codegen tests for scalar funnel shifts | Simon Pilgrim | 2018-11-16 | 1 | -0/+268 |