Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [RISCV] Switch to the Machine Scheduler | Luis Marques | 2019-09-17 | 1 | -14/+14 |
| | | | | | | | | | Most of the test changes are trivial instruction reorderings and differing register allocations, without any obvious performance impact. Differential Revision: https://reviews.llvm.org/D66973 llvm-svn: 372106 | ||||
* | Revert Patch from Phabricator | Luis Marques | 2019-09-17 | 1 | -14/+14 |
| | | | | | | This reverts r372092 (git commit e38695a0255c9e7b53639f349f8101bae1ce5c04) llvm-svn: 372104 | ||||
* | Patch from Phabricator | Luis Marques | 2019-09-17 | 1 | -14/+14 |
| | | | | llvm-svn: 372092 | ||||
* | [CodeGen] Use FSHR in DAGTypeLegalizer::ExpandIntRes_MULFIX | Bjorn Pettersson | 2019-09-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | Summary: Simplify the right shift of the intermediate result (given in four parts) by using funnel shift. There are some impact on lit tests, but that seems to be related to register allocation differences due to how FSHR is expanded on X86 (giving a slightly different operand order for the OR operations compared to the old code). Reviewers: leonardchan, RKSimon, spatel, lebedev.ri Reviewed By: RKSimon Subscribers: hiraditya, asb, rbar, johnrusso, simoncook, apazos, sabuasal, niosHD, jrtc27, MaskRay, zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o, PkmX, jocewei, s.egerton, pzheng, bevinh, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67036 llvm-svn: 370813 | ||||
* | [RISCV][NFC] Add nounwind attribute to functions missing it in ↵ | Alex Bradbury | 2019-05-23 | 1 | -1/+1 |
| | | | | | | | | test/CodeGen/RISCV r360897 was incomplete, must have applied an old/wip patch. This is in preparation for emitting CFI directives. llvm-svn: 361493 | ||||
* | [SelectionDAG] Expand ADD/SUBCARRY | Leonard Chan | 2019-05-09 | 1 | -0/+44 |
This patch allows for expansion of ADDCARRY and SUBCARRY when the target does not support it. Differential Revision: https://reviews.llvm.org/D61411 llvm-svn: 360303 |