| Commit message (Expand) | Author | Age | Files | Lines |
| * | [LiveRegUnits] Add phys_regs_and_masks iterator range (NFC). | Florian Hahn | 2019-12-11 | 1 | -26/+19 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -3/+3 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -3/+3 |
| * | [CodeGen] Don't scavenge non-saved regs in exception throwing functions | Oliver Stannard | 2019-02-01 | 1 | -7/+9 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CodeGen] Avoid handling DBG_VALUE in LiveRegUnits::stepBackward | Krzysztof Parzyszek | 2018-06-21 | 1 | -2/+2 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | Preserve existing regs when adding pristines to LivePhysRegs/LiveRegUnits | Krzysztof Parzyszek | 2017-09-08 | 1 | -7/+21 |
| * | LiveRegUnits: Rename accumulateBackward()->accumulate() | Matthias Braun | 2017-07-07 | 1 | -1/+1 |
| * | LiveRegUnits: Port recent LivePhysRegs bugfixes | Matthias Braun | 2017-06-03 | 1 | -25/+31 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-02-17 | 1 | -1/+6 |
| * | LiveRegUnits: Add accumulateBackward() function | Matthias Braun | 2017-01-21 | 1 | -0/+24 |
| * | Revert "LiveRegUnits: Add accumulateBackward() function" | Matthias Braun | 2017-01-20 | 1 | -24/+0 |
| * | LiveRegUnits: Add accumulateBackward() function | Matthias Braun | 2017-01-20 | 1 | -0/+24 |
| * | CodeGen: Add/Factor out LiveRegUnits class; NFCI | Matthias Braun | 2017-01-20 | 1 | -0/+97 |
| * | Revert "RegScavenging: Add scavengeRegisterBackwards()" | Matthias Braun | 2016-08-19 | 1 | -97/+0 |
| * | CodeGen: Add/Factor out LiveRegUnits class; NFCI | Matthias Braun | 2016-08-18 | 1 | -0/+97 |
| * | Convert register liveness tracking to work on a sub-register level instead of... | Juergen Ributzka | 2013-12-14 | 1 | -111/+0 |
| * | Revert "Convert liveness tracking to work on a sub-register level instead of ... | Andrew Trick | 2013-12-13 | 1 | -0/+111 |
| * | Convert liveness tracking to work on a sub-register level instead of just reg... | Andrew Trick | 2013-12-13 | 1 | -111/+0 |
| * | LiveRegUnits: Use *MBB for consistency and convenience. | Andrew Trick | 2013-10-14 | 1 | -3/+3 |
| * | LiveRegUnits::removeRegsInMask safety. | Andrew Trick | 2013-10-14 | 1 | -10/+19 |
| * | Move LiveRegUnits implementation into .cpp. Comment and format. | Andrew Trick | 2013-10-14 | 1 | -0/+102 |