Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relanding r368987 [AArch64] Change location of frame-record within callee-sav... | Sander de Smalen | 2019-08-16 | 1 | -36/+36 |
* | Revert r368987, it caused PR43016. | Nico Weber | 2019-08-16 | 1 | -36/+36 |
* | [AArch64] Change location of frame-record within callee-save area. | Sander de Smalen | 2019-08-15 | 1 | -36/+36 |
* | [NFC][Codegen] Add/sub constant-folding: add scalar tests too | Roman Lebedev | 2019-05-31 | 1 | -82/+356 |
* | [DAGCombine] ((c1-A)-c2) -> ((c1-c2)-A) constant-fold | Roman Lebedev | 2019-05-30 | 1 | -9/+4 |
* | [DAGCombine] (A-C1)-C2 -> A-(C1+C2) constant-fold | Roman Lebedev | 2019-05-30 | 1 | -8/+3 |
* | [DAGCombine] (A+C1)-C2 -> A+(C1-C2) constant-fold | Roman Lebedev | 2019-05-30 | 1 | -9/+4 |
* | [DAGCombine] ((A-c1)+c2) -> (A+(c2-c1)) constant-fold | Roman Lebedev | 2019-05-30 | 1 | -16/+6 |
* | [NFC][Codegen] Potential add/sub constant folding: fixup non-splat tests | Roman Lebedev | 2019-05-30 | 1 | -7/+13 |
* | [NFC][Codegen] Add better test coverage for potential add/sub constant folding | Roman Lebedev | 2019-05-30 | 1 | -0/+455 |