Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / include / llvm / CodeGen / LiveStackAnalysis.h
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-03-30 Benjamin KramerIntroduce SpecificBumpPtrAllocator, a wrapper for BumpP...
2009-11-03 Lang HamesThe Indexes Patch.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnershoot a few more std::ostream print methods in the...
2009-06-02 Lang HamesUpdate to in-place spilling framework. Includes live...
2009-05-03 Evan ChengIn some rare cases, the register allocator can spill...
2009-01-26 Dan GohmanFix the name of an argument.
2008-10-29 Evan Cheng- Rewrite code that update register live interval that...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-06-04 Evan ChengAdd a stack slot coloring pass. Not yet enabled.