Stub out RegAllocGreedy.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 8 Dec 2010 03:26:16 +0000 (03:26 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 8 Dec 2010 03:26:16 +0000 (03:26 +0000)
commitcba2e06d525b723849cd8e1f083eb1e59a494b4e
tree7d00f1ce3ddf8323246a28c735a9d441f13483fc
parent6171ab69f49c0ed2b101884f2f86dfce049c869f
Stub out RegAllocGreedy.

This new register allocator is initially identical to RegAllocBasic, but it will
receive all of the tricks that RegAllocBasic won't get.

RegAllocGreedy will eventually replace linear scan.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121234 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LinkAllCodegenComponents.h
include/llvm/CodeGen/Passes.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/RegAllocGreedy.cpp [new file with mode: 0644]