jak-project/goalc/compiler
water111 6e0ff4c9d0
[Decompiler] Clean up the output (#245)
* fix parent issue

* fix compiler issue

* update

* add error messages

* fix error

* fix array access, temporary

* more clean

* fix

* rename arg variables better

* fix method name

* fix no return value in decompiler

* many small fixes

* cheat types so it works

* name map

* fix old test'
2021-02-09 20:59:14 -05:00
..
compilation [gcommon decomp] compiler and decompiler fixes (#239) 2021-02-07 18:21:00 -05:00
CodeGenerator.cpp [Decompiler] Clean up the output (#245) 2021-02-09 20:59:14 -05:00
CodeGenerator.h [Decompiler] Clean up the output (#245) 2021-02-09 20:59:14 -05:00
Compiler.cpp [Decompiler] Clean up the output (#245) 2021-02-09 20:59:14 -05:00
Compiler.h [gcommon decomp] compiler and decompiler fixes (#239) 2021-02-07 18:21:00 -05:00
CompilerException.h Add some compiler features and documentation (#147) 2020-12-01 21:39:46 -05:00
CompilerSettings.cpp Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
CompilerSettings.h Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
Enum.h Add enums and some cleanup (#148) 2020-12-02 19:51:42 -05:00
Env.cpp Compiler - Implementing more VU Instructions (Part 1 of 2) (#221) 2021-02-05 15:00:17 -05:00
Env.h Compiler - Implementing more VU Instructions (Part 1 of 2) (#221) 2021-02-05 15:00:17 -05:00
IR.cpp [gcommon decomp] compiler and decompiler fixes (#239) 2021-02-07 18:21:00 -05:00
IR.h [gcommon decomp] compiler and decompiler fixes (#239) 2021-02-07 18:21:00 -05:00
Label.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
Lambda.h Add deftype (#48) 2020-09-17 21:47:52 -04:00
StaticObject.cpp [Compiler] Add static data features (#162) 2020-12-19 15:21:29 -05:00
StaticObject.h [Compiler] Add static data features (#162) 2020-12-19 15:21:29 -05:00
Util.cpp better array indexing (#176) 2020-12-31 22:15:17 -05:00
Val.cpp better array indexing (#176) 2020-12-31 22:15:17 -05:00
Val.h [Compiler] In-progress support for vector float (AVX) (#171) 2020-12-30 15:33:51 -05:00