jak-project/goalc/compiler
water111 a870bb53e4
[Decompiler] Expression 5 (#218)
* new method of inline-array-class

* up to new array

* wip side effect stuff

* prepare for pop barrier stuff

* add pop barrier

* add local vars hack to compiler

* fix bug, make sort work

* add test for array

* bug fixes

* another bug fix

* refactoring env variable print for casts

* more tweaks

* updates

* final cleanup

* codacy fixes
2021-02-01 20:41:37 -05:00
..
compilation [Decompiler] Expression 5 (#218) 2021-02-01 20:41:37 -05:00
CodeGenerator.cpp Typo fixes & Windows QoL changes (#189) 2021-01-10 10:39:32 -05:00
CodeGenerator.h Improve Register Allocator (#154) 2020-12-06 15:42:26 -05:00
Compiler.cpp Implement gkernel: Part 2 (#155) 2020-12-08 21:41:36 -05:00
Compiler.h [Decompiler] Expression 5 (#218) 2021-02-01 20:41:37 -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] In-progress support for vector float (AVX) (#171) 2020-12-30 15:33:51 -05:00
Env.h [Compiler] In-progress support for vector float (AVX) (#171) 2020-12-30 15:33:51 -05:00
IR.cpp [Compiler] Improve spills and register backups (#175) 2020-12-31 15:59:11 -05:00
IR.h [Compiler] In-progress support for vector float (AVX) (#171) 2020-12-30 15:33:51 -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