This is supposed to be a preorder numbering of the dominator tree, not the CFG.
[oota-llvm.git] / lib / CodeGen / LiveStackAnalysis.cpp
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.