Started to segment the final code generation into: - instruction selection phase...
authorBenjamin Segovia <segovia.benjamin@gmail.com>
Tue, 22 May 2012 18:30:53 +0000 (18:30 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Aug 2012 23:18:00 +0000 (16:18 -0700)
commitadf1cc1bdf0e0c441900fc0764f0609891dd796c
treeadc8f972fb55659d51aaeb54909dfe7f59a6ce78
parent6d1bea7e99b94e8fe1f19fddbd5b1386aeda4d21
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
backend/src/CMakeLists.txt
backend/src/backend/gen_context.hpp
backend/src/backend/gen_eu.hpp
backend/src/backend/gen_selector.cpp [new file with mode: 0644]
backend/src/backend/gen_selector.hpp [new file with mode: 0644]