diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-04 21:18:50 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-04 21:18:50 +0000 |
commit | 80533040bc3b19f88c64bb8c4900af2e0128858d (patch) | |
tree | d7e1886e9ebf1f2f652e7ce30eeb9cc829a71389 /lib/CodeGen | |
parent | b1e6b969fe72b5b616d3a169955d95cc0fb16a1e (diff) | |
download | external_llvm-80533040bc3b19f88c64bb8c4900af2e0128858d.zip external_llvm-80533040bc3b19f88c64bb8c4900af2e0128858d.tar.gz external_llvm-80533040bc3b19f88c64bb8c4900af2e0128858d.tar.bz2 |
CMake: Reflected changes on source file structure. New plugin support
for llvmc2 incomplete.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 5d15746..757d3ed 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -26,6 +26,7 @@ add_llvm_library(LLVMCodeGen MachineRegisterInfo.cpp MachineSink.cpp OcamlGC.cpp + PBQP.cpp PHIElimination.cpp Passes.cpp PostRASchedulerList.cpp @@ -34,6 +35,7 @@ add_llvm_library(LLVMCodeGen RegAllocBigBlock.cpp RegAllocLinearScan.cpp RegAllocLocal.cpp + RegAllocPBQP.cpp RegAllocSimple.cpp RegisterCoalescer.cpp RegisterScavenging.cpp |