summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveRegUnits.h
Commit message (Expand)AuthorAge
* LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick2013-10-14
* Use a SparseSet in LiveRegUnits.Andrew Trick2013-10-14
* Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick2013-10-14
* Remove extra indentation in LiveRegUnits.Andrew Trick2013-10-14
* Convert LiveRegUnits methods to the current convention (it's new code).Andrew Trick2013-10-14
* Introduce ad hoc liveness tracking utility: LiveRegUnitsMatthias Braun2013-10-11