summaryrefslogtreecommitdiff
path: root/backend/src/CMakeLists.txt
diff options
context:
space:
mode:
authorBenjamin Segovia <segovia.benjamin@gmail.com>2012-05-22 18:30:53 +0000
committerKeith Packard <keithp@keithp.com>2012-08-10 16:18:00 -0700
commitadf1cc1bdf0e0c441900fc0764f0609891dd796c (patch)
treeadc8f972fb55659d51aaeb54909dfe7f59a6ce78 /backend/src/CMakeLists.txt
parent6d1bea7e99b94e8fe1f19fddbd5b1386aeda4d21 (diff)
Started to segment the final code generation into: - instruction selection phase - register allocation - mov insertion - instruction scheduling - instrucition encoding
Started with the instruction selection engine
Diffstat (limited to 'backend/src/CMakeLists.txt')
-rw-r--r--backend/src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/src/CMakeLists.txt b/backend/src/CMakeLists.txt
index c6c71d21..0fa4efb9 100644
--- a/backend/src/CMakeLists.txt
+++ b/backend/src/CMakeLists.txt
@@ -86,6 +86,8 @@ else (GBE_USE_BLOB)
backend/sim/simulator_str.cpp
backend/sim/sim_vector_str.cpp
backend/sim/sim_vector.h
+ backend/gen_selector.cpp
+ backend/gen_selector.hpp
backend/gen_context.cpp
backend/gen_context.hpp
backend/gen_program.cpp