aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-08-10 15:55:25 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-08-10 15:55:25 +0000
commitd94a4e5d8de1145be200ff7223f98b0928462b94 (patch)
treef3fbcecfdc7ed2e3a84989c12cedc5a15db93215 /lib/CodeGen/CMakeLists.txt
parent65f2e7887a8b70b3ee63ef535a6bcfe8a170c074 (diff)
downloadexternal_llvm-d94a4e5d8de1145be200ff7223f98b0928462b94.zip
external_llvm-d94a4e5d8de1145be200ff7223f98b0928462b94.tar.gz
external_llvm-d94a4e5d8de1145be200ff7223f98b0928462b94.tar.bz2
Post RA scheduler changes. Introduce a hazard recognizer that uses the target schedule information to accurately model the pipeline. Update the scheduler to correctly handle multi-issue targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78563 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CMakeLists.txt')
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index 22664dc..79a0bab 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -6,6 +6,7 @@ add_llvm_library(LLVMCodeGen
DwarfEHPrepare.cpp
ELFCodeEmitter.cpp
ELFWriter.cpp
+ ExactHazardRecognizer.cpp
GCMetadata.cpp
GCMetadataPrinter.cpp
GCStrategy.cpp