summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AllocationOrder.h
Commit message (Collapse)AuthorAgeFilesLines
* Try harder to get the hint by preferring to evict hint interference.Jakob Stoklund Olesen2011-02-251-0/+2
| | | | llvm-svn: 126463
* Add an AllocationOrder class that can iterate over the allocatable physicalJakob Stoklund Olesen2010-12-101-0/+54
registers for a given virtual register. Reserved registers are filtered from the allocation order, and any valid hint is returned as the first suggestion. For target dependent hints, a number of arcane target hooks are invoked. llvm-svn: 121497
OpenPOWER on IntegriCloud