Add a stack slot coloring pass. Not yet enabled.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 4 Jun 2008 09:18:41 +0000 (09:18 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 4 Jun 2008 09:18:41 +0000 (09:18 +0000)
commit3f32d65912b4da23793dab618d981be2ce11c331
tree6d1861bf53b6feb65e0dd92460b033125aa731f0
parentd8a46e3a74251989f282ca186893dc90bf48e26d
Add a stack slot coloring pass. Not yet enabled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51934 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveStackAnalysis.h [new file with mode: 0644]
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/Passes.h
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LiveStackAnalysis.cpp [new file with mode: 0644]
lib/CodeGen/RegAllocLinearScan.cpp
lib/CodeGen/StackSlotColoring.cpp [new file with mode: 0644]