jak-project/common/type_system
water111 376c273845
Add decompiler IR, basic operations, all-types file (#57)
* framework for basic op

* started IR framework

* check in type info file

* add some basic operations to the first pass ir conversion

* use a single condition system

* add more basic op decoding

* more ir
2020-09-29 20:24:15 -04:00
..
CMakeLists.txt Add deftype (#48) 2020-09-17 21:47:52 -04:00
deftype.cpp Add decompiler IR, basic operations, all-types file (#57) 2020-09-29 20:24:15 -04:00
deftype.h Add decompiler IR, basic operations, all-types file (#57) 2020-09-29 20:24:15 -04:00
Type.cpp Add deftype (#48) 2020-09-17 21:47:52 -04:00
Type.h Add deftype (#48) 2020-09-17 21:47:52 -04:00
type_util.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
TypeSpec.cpp Add defmethod and some uses of the deref operator (#51) 2020-09-18 22:02:27 -04:00
TypeSpec.h Add defmethod and some uses of the deref operator (#51) 2020-09-18 22:02:27 -04:00
TypeSystem.cpp Compiler Cleanup (Part 2) (#56) 2020-09-25 21:11:27 -04:00
TypeSystem.h Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00