summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveRegUnits.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Don't scavenge non-saved regs in exception throwing functionsOliver Stannard2019-02-011-7/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeGen] Avoid handling DBG_VALUE in LiveRegUnits::stepBackwardKrzysztof Parzyszek2018-06-211-2/+2
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Preserve existing regs when adding pristines to LivePhysRegs/LiveRegUnitsKrzysztof Parzyszek2017-09-081-7/+21
* LiveRegUnits: Rename accumulateBackward()->accumulate()Matthias Braun2017-07-071-1/+1
* LiveRegUnits: Port recent LivePhysRegs bugfixesMatthias Braun2017-06-031-25/+31
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-02-171-1/+6
* LiveRegUnits: Add accumulateBackward() functionMatthias Braun2017-01-211-0/+24
* Revert "LiveRegUnits: Add accumulateBackward() function"Matthias Braun2017-01-201-24/+0
* LiveRegUnits: Add accumulateBackward() functionMatthias Braun2017-01-201-0/+24
* CodeGen: Add/Factor out LiveRegUnits class; NFCIMatthias Braun2017-01-201-0/+97
* Revert "RegScavenging: Add scavengeRegisterBackwards()"Matthias Braun2016-08-191-97/+0
* CodeGen: Add/Factor out LiveRegUnits class; NFCIMatthias Braun2016-08-181-0/+97
* Convert register liveness tracking to work on a sub-register level instead of...Juergen Ributzka2013-12-141-111/+0
* Revert "Convert liveness tracking to work on a sub-register level instead of ...Andrew Trick2013-12-131-0/+111
* Convert liveness tracking to work on a sub-register level instead of just reg...Andrew Trick2013-12-131-111/+0
* LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick2013-10-141-3/+3
* LiveRegUnits::removeRegsInMask safety.Andrew Trick2013-10-141-10/+19
* Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick2013-10-141-0/+102
OpenPOWER on IntegriCloud