summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveRegUnits.cpp
AgeCommit message (Expand)Author
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-09-08Preserve existing regs when adding pristines to LivePhysRegs/LiveRegUnitsKrzysztof Parzyszek
2017-07-07LiveRegUnits: Rename accumulateBackward()->accumulate()Matthias Braun
2017-06-03LiveRegUnits: Port recent LivePhysRegs bugfixesMatthias Braun
2017-02-17[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-01-21LiveRegUnits: Add accumulateBackward() functionMatthias Braun
2017-01-20Revert "LiveRegUnits: Add accumulateBackward() function"Matthias Braun
2017-01-20LiveRegUnits: Add accumulateBackward() functionMatthias Braun
2017-01-20CodeGen: Add/Factor out LiveRegUnits class; NFCIMatthias Braun
2016-08-19Revert "RegScavenging: Add scavengeRegisterBackwards()"Matthias Braun
2016-08-18CodeGen: Add/Factor out LiveRegUnits class; NFCIMatthias Braun
2013-12-14Convert register liveness tracking to work on a sub-register level instead of...Juergen Ributzka
2013-12-13Revert "Convert liveness tracking to work on a sub-register level instead of ...Andrew Trick
2013-12-13Convert liveness tracking to work on a sub-register level instead of just reg...Andrew Trick
2013-10-14LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick
2013-10-14LiveRegUnits::removeRegsInMask safety.Andrew Trick
2013-10-14Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick