Initial commit
commit1294501ab3c296c14694884d0f153e43878f2412
authorDirk Steinke <steinke.dirk.ml@gmail.com>
Sun, 8 Jun 2014 13:47:07 +0000 (8 15:47 +0200)
committerDirk Steinke <steinke.dirk.ml@gmail.com>
Sun, 8 Jun 2014 13:47:07 +0000 (8 15:47 +0200)
tree57dbaef48839b50dd9cbf222cfdfa69d3820fd86
Initial commit
40 files changed:
CMakeLists.txt [new file with mode: 0644]
include/jitcs.h [new file with mode: 0644]
include/jitcs_adt_bitstore.h [new file with mode: 0644]
include/jitcs_adt_ref.h [new file with mode: 0644]
include/jitcs_base.h [new file with mode: 0644]
include/jitcs_bblock.h [new file with mode: 0644]
include/jitcs_cpu.h [new file with mode: 0644]
include/jitcs_function.h [new file with mode: 0644]
include/jitcs_ids.h [new file with mode: 0644]
include/jitcs_instruction.h [new file with mode: 0644]
include/jitcs_memmgr.h [new file with mode: 0644]
include/jitcs_memref.h [new file with mode: 0644]
include/jitcs_refs.h [new file with mode: 0644]
include/jitcs_vreg.h [new file with mode: 0644]
include/tmp/jitcs_callconv.h [new file with mode: 0644]
include/tmp/jitcs_tmpalloc.h [new file with mode: 0644]
include/tmp/jitcs_x86_32.h [new file with mode: 0644]
include/tmp/jitcs_x86_64.h [new file with mode: 0644]
include/tmp/jitcs_x86_common_insids.h [new file with mode: 0644]
include/tmp/jitcs_x86_xx_cons.lh [new file with mode: 0644]
include/tmp/jitcs_x86_xx_insids.lh [new file with mode: 0644]
include/tmp/jitcs_x86_xx_regs.lh [new file with mode: 0644]
make.lua [new file with mode: 0644]
makefile [new file with mode: 0644]
src/cpu.cpp [new file with mode: 0644]
src/data/x86_insalias.dat [new file with mode: 0644]
src/data/x86_insalias.ltxt [new file with mode: 0644]
src/data/x86_inslist.dat [new file with mode: 0644]
src/data/x86_inslist.ltxt [new file with mode: 0644]
src/data/x86_reglist.dat [new file with mode: 0644]
src/data/x86_reglist.ltxt [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/memmgr.cpp [new file with mode: 0644]
src/tmpalloc.cpp [new file with mode: 0644]
src/x86/x86_xx_regs.lh [new file with mode: 0644]
tools/emblua.lua [new file with mode: 0644]
tools/template2header.lua [new file with mode: 0644]
tools/x86_insalias2data.lua [new file with mode: 0644]
tools/x86_inslist2data.lua [new file with mode: 0644]
tools/x86_reglist2data.lua [new file with mode: 0644]