Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SelectionDAG] ComputeKnownBits - minimum leading/trailing zero bits in LSHR/... | Simon Pilgrim | 2020-01-13 | 1 | -50/+14 |
* | [Codegen] (X & (C l>>/<< Y)) ==/!= 0 --> ((X <</l>> Y) & C) ==/!= 0 fold | Roman Lebedev | 2019-07-24 | 1 | -503/+308 |
* | [ARM] Favour PL/MI over GE/LT when possible | David Green | 2019-07-04 | 1 | -70/+59 |
* | [ARM] Comply with rules on ARMv8-A thumb mode partial deprecation of IT. | Huihui Zhang | 2019-06-18 | 1 | -18/+20 |
* | [NFC][Codegen] D62818 - also add tests with X being constant | Roman Lebedev | 2019-06-04 | 1 | -2/+107 |
* | [NFC][Codegen] Add tests for hoisting and-by-const from "logical shift", when... | Roman Lebedev | 2019-06-03 | 1 | -0/+1222 |