jak-project/test
ManDude 9fbbe1a79c
prepare for decompiling display (#359)
* prepare for decompiling display

Needs some work on the decompiler (mostly bitfield stuff) before a more proper decomp can be done

* make `(profile-bar draw)`, `set-display-gs-state-offset` and `set-display-env` decompile

decompiler should now support unsigned divide

* fill in some dma-h types

* Fill in a few VIF bitfields + other minor fixes

* Update all-types.gc

* Fix stupid mistake in `vif-mask`

* update dma-h reference

* this uint32 is actually a `vif-tag` (oops)
2021-04-16 18:36:19 -04:00
..
decompiler prepare for decompiling display (#359) 2021-04-16 18:36:19 -04:00
goalc [Compiler] Support dynamically constructed bitfields (#354) 2021-04-11 19:21:49 -04:00
offline [Decompiler] bitfield support and clean up of DMA (#350) 2021-04-11 16:07:01 -04:00
test_data Support "game count" and v4 objects (#140) 2020-11-24 20:48:38 -05:00
all_jak1_symbols.cpp Cleaned up some unneeded changes 2020-08-29 15:11:16 -04:00
all_jak1_symbols.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
CMakeLists.txt [Decompiler] Stack Variables (#338) 2021-03-27 15:18:59 -04:00
test_CodeTester.cpp [Compiler] Improve spills and register backups (#175) 2020-12-31 15:59:11 -05:00
test_common_util.cpp [Decompiler] bitfield support and clean up of DMA (#350) 2021-04-11 16:07:01 -04:00
test_emitter.cpp add sqrt (#270) 2021-02-17 00:57:21 -05:00
test_emitter_avx.cpp [Decompiler] Make matrix decompile (#341) 2021-03-28 20:26:30 -04:00
test_goos.cpp [decompiler] Print floats as neatly as possible (#307) 2021-03-04 00:47:46 -05:00
test_kernel.cpp Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
test_listener_deci2.cpp [Decompiler] Begin expression conversion, rearrange tests (#209) 2021-01-23 16:32:56 -05:00
test_main.cpp [Decompiler] Add offline tests (#303) 2021-03-03 15:42:55 -05:00
test_pretty_print.cpp fix printing and add gstate (#330) 2021-03-22 20:04:00 -04:00
test_reader.cpp Process Text Files in Decompiler (#122) 2020-11-19 21:22:16 -05:00
test_type_system.cpp [Decompiler] Fix issues in gcommon (#305) 2021-03-03 20:52:25 -05:00
test_zydis.cpp add zydis library and a simple test (#108) 2020-10-31 14:31:13 -04:00