aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocBasic.cpp
AgeCommit message (Expand)Author
2010-11-20RABasic fix. Regalloc is responsible for updating block live ins.Andrew Trick
2010-11-20Whitespace.Andrew 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-11-03Let RegAllocBasic require MachineDominators - they are already available andJakob Stoklund Olesen
2010-10-26Jakob's review of the basic register allocator.Andrew Trick
2010-10-22This is a prototype of an experimental register allocationAndrew Trick