Started to implement the interface for the compiler. This will allow us to output...
authorBenjamin Segovia <segovia.benjamin@gmail.com>
Tue, 3 Apr 2012 15:38:45 +0000 (15:38 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Aug 2012 23:15:57 +0000 (16:15 -0700)
commit1e87b49efc6875cb05d47855dbc1ddada8eb8424
tree5a33156d634ef54a8d2fdf71d33def02d359deb1
parente05c59576b20e7e2332fe2badc14a5bc8c19a28c
Started to implement the interface for the compiler. This will allow us to output either Gen ISA or the performance simulator code
backend/src/CMakeLists.txt
backend/src/gbe_program.cpp [new file with mode: 0644]
backend/src/gbe_program.h [new file with mode: 0644]
backend/src/gen/program.cpp
backend/src/gen/program.h
backend/src/gen/program.hpp
backend/src/sim/program.cpp [new file with mode: 0644]
backend/src/sim/program.h [new file with mode: 0644]