aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveStackAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-06-02Update to in-place spilling framework. Includes live interval scaling and tri...Lang Hames1-0/+9
2009-05-03In some rare cases, the register allocator can spill registers but end up not...Evan Cheng1-3/+9
2008-09-22Livestacks really does preserve everything.Evan Cheng1-2/+1
2008-09-22Instead of setPreservesAll, just mark them preseving machine loop info and ma...Evan Cheng1-1/+2
2008-09-22Mark several codegen passes as preserving all analysis.Evan Cheng1-0/+1
2008-06-04Add a stack slot coloring pass. Not yet enabled.Evan Cheng1-0/+50