aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AllocationOrder.h
AgeCommit message (Expand)Author
2013-01-12Limit the search space in RAGreedy::tryEvict().Jakob Stoklund Olesen
2012-12-04Speed up the AllocationOrder class a bit.Jakob Stoklund Olesen
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-03Use the new getRegAllocationHints() hook from AllocationOrder.Jakob Stoklund Olesen
2012-11-29Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen
2012-01-24Fix old doxygen comment.Jakob Stoklund Olesen
2011-06-06Get allocation orders from RegisterClassInfo when possible.Jakob Stoklund Olesen
2011-06-03Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen
2011-02-25Try harder to get the hint by preferring to evict hint interference.Jakob Stoklund Olesen
2010-12-10Add an AllocationOrder class that can iterate over the allocatable physicalJakob Stoklund Olesen