Added first support for generating calling convention from function type.
commit86532c9559016ec84f9e524aead4cc742a56a243
authorDirk Steinke <steinke.dirk.ml@gmail.com>
Fri, 27 Jun 2014 13:42:17 +0000 (27 15:42 +0200)
committerDirk Steinke <steinke.dirk.ml@gmail.com>
Fri, 27 Jun 2014 13:42:17 +0000 (27 15:42 +0200)
tree0c1b4cb665ed65eaace0b6d60200c814290ed787
parent31813a2884113d347174fe32feea3563d702704f
Added first support for generating calling convention from function type.
Added unittest framework and first unittest.
13 files changed:
.gitignore
include/jitcs.h
include/jitcs_fnctypeinfo.h [new file with mode: 0644]
include/jitcs_machine.h
include/jitcs_machine_x86_32.h
include/jitcs_machine_x86_64.h
include/tmp/jitcs_vreg.h [deleted file]
include/tmp/jitcs_vreg2.h [deleted file]
makefile
tests/test_fnctypeinfo.cpp [new file with mode: 0644]
tests/test_main.cpp [new file with mode: 0644]
tests/test_unittest.cpp [new file with mode: 0644]
tests/unittest.h [new file with mode: 0644]