aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocGreedy.cpp
AgeCommit message (Expand)Author
2010-12-09Added register reassignment prototype to RAGreedy. It's a simpleAndrew Trick
2010-12-08Properly deal with empty intervals when checking for interference.Jakob Stoklund Olesen
2010-12-08Implement very primitive hinting support in RegAllocGreedy.Jakob Stoklund Olesen
2010-12-08Store (priority,regnum) pairs in the priority queue instead of providing anJakob Stoklund Olesen
2010-12-08Trim includes.Jakob Stoklund Olesen
2010-12-08Stub out RegAllocGreedy.Jakob Stoklund Olesen