diff options
| author | Benjamin Segovia <segovia.benjamin@gmail.com> | 2012-05-22 18:30:53 +0000 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-08-10 16:18:00 -0700 |
| commit | adf1cc1bdf0e0c441900fc0764f0609891dd796c (patch) | |
| tree | adc8f972fb55659d51aaeb54909dfe7f59a6ce78 /backend/src/CMakeLists.txt | |
| parent | 6d1bea7e99b94e8fe1f19fddbd5b1386aeda4d21 (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.txt | 2 |
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 |
