aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveRegUnits.h
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-88/+0
* LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick2013-10-141-1/+1
* Use a SparseSet in LiveRegUnits.Andrew Trick2013-10-141-7/+13
* Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick2013-10-141-87/+13
* Remove extra indentation in LiveRegUnits.Andrew Trick2013-10-141-112/+112
* Convert LiveRegUnits methods to the current convention (it's new code).Andrew Trick2013-10-141-15/+15
* Introduce ad hoc liveness tracking utility: LiveRegUnitsMatthias Braun2013-10-111-0/+156