Pluggable coalescers inplementation.
authorDavid Greene <greened@obbligato.org>
Thu, 6 Sep 2007 16:18:45 +0000 (16:18 +0000)
committerDavid Greene <greened@obbligato.org>
Thu, 6 Sep 2007 16:18:45 +0000 (16:18 +0000)
commit2c17c4d8d9f232f0329786ad9abee976bc0f3d27
tree09b4e8895982a1f9e39334d682daf97eb3b177cb
parent455e176ffb02ec4ad20f03a97534af3df32dfaed
Pluggable coalescers inplementation.

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