water111
|
c4f44e265f
|
[decompiler] Better support for non-virtual methods (#543)
* fix up nonvirtual method calls and stack new method calls
* look at final in compiler too
|
2021-05-30 22:52:40 -04:00 |
|
water111
|
3fbdd662dc
|
[decompiler] Support accessing 128-bit bitfields (#514)
* support some 128-bit bitfield stuff
* fix bug
* support type stuff correctly
|
2021-05-21 20:36:04 -04:00 |
|
water111
|
ec412c7777
|
[decomp] ramdisk, load-dgo and rpc-h (#496)
* decompile ramdisk load-dgo and rpc-h
* add a bunch of offline tests
* clang-format
|
2021-05-16 21:07:22 -04:00 |
|
water111
|
c95e501cec
|
handle zero case in enum comparison (#484)
|
2021-05-14 20:12:59 -04:00 |
|
water111
|
d9f9d36f37
|
[OpenGOAL] make multiplication/divsion like GOAL and support in decompiler (#483)
* support in compiler
* multiplication in the decompiler
* update divisions
|
2021-05-14 18:43:12 -04:00 |
|
water111
|
b3eb05e37f
|
[decompiler] fix (gpr->fpr when an integer arg is converted to float (#482)
* fix gpr fpr bug
* remove unused variable
|
2021-05-14 14:33:08 -04:00 |
|
Tyler Wilding
|
2a315419de
|
tests: Automate the offline reference tests better (#427)
* tests: Move all files to new directories
* scripts: Update decomp scripts
* tests: Remove hard-coded list for offline tests
* linting
|
2021-05-09 17:03:58 -04:00 |
|