Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / lib / CodeGen / LiveStackAnalysis.cpp
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-06-26 Benjamin KramerVNInfos don't need to be destructed anymore.
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...
2008-09-22 Evan ChengLivestacks really does preserve everything.
2008-09-22 Evan ChengInstead of setPreservesAll, just mark them preseving...
2008-09-22 Evan ChengMark several codegen passes as preserving all analysis.
2008-06-04 Evan ChengAdd a stack slot coloring pass. Not yet enabled.