aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocBase.h
AgeCommit message (Expand)Author
2011-05-10Fix PR9883. Make sure all caches are invalidated when a live range is repaired.Jakob Stoklund Olesen
2011-03-16Tag cached interference with a user-provided tag instead of the virtual regis...Jakob Stoklund Olesen
2011-02-22Change the RAGreedy register assignment order so large live ranges are alloca...Jakob Stoklund Olesen
2011-02-09Evict a lighter single interference before attempting to split a live range.Jakob Stoklund Olesen
2010-12-29Add a missing word to a comment.Cameron Zwarich
2010-12-17Make the -verify-regalloc command line option available to base classes asJakob Stoklund Olesen
2010-12-11Add named timer groups for the different stages of register allocation.Jakob Stoklund Olesen
2010-12-10Move MRI into RegAllocBase. Clean up debug output a bit.Jakob Stoklund Olesen
2010-12-09Added register reassignment prototype to RAGreedy. It's a simpleAndrew Trick
2010-12-08Store (priority,regnum) pairs in the priority queue instead of providing anJakob Stoklund Olesen
2010-12-08Move RABasic::addMBBLiveIns to the base class, it is generally useful.Jakob Stoklund Olesen
2010-12-07Switch LiveIntervalUnion from std::set to IntervalMap.Jakob Stoklund Olesen
2010-11-30Coding style. No significant functionality. Abandon linear scan styleAndrew Trick
2010-11-11Check TRI->getReservedRegs because other allocators do it. Even thoughAndrew Trick
2010-11-10RABasic is nearly functionally complete. There are a few remainingAndrew Trick
2010-11-09Adds RABasic verification and tracing.Andrew Trick
2010-11-09Reverting r118604. Windows build broke.Andrew Trick
2010-11-09Adds RABasic verification and tracing.Andrew Trick
2010-11-08Adds support for spilling previously allocated live intervals toAndrew Trick
2010-10-26Jakob's review of the basic register allocator.Andrew Trick
2010-10-22Nonvirtual dtor that was accessible enough to be bad.Andrew Trick
2010-10-22This is a prototype of an experimental register allocationAndrew Trick