jak-project/goalc/compiler
water111 aa58d146c2
[goalc] register allocator v2 (#731)
* clean up allocator interface to be simpler

* working on functions without spills

* working for all

* fix missing includes for windows

* more windows includes

* initialize regs to zero so printing value unintiailized by game code is repeatable
2021-08-01 17:46:55 -04:00
..
compilation [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
CodeGenerator.cpp [compiler] print a backtrace as part of di (#658) 2021-06-30 22:13:15 -04:00
CodeGenerator.h [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
Compiler.cpp [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
Compiler.h [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04: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
ConstantValue.h [compiler] support 128-bit bitfields (#500) 2021-05-18 21:25:29 -04:00
Env.cpp allow aliasing of registers in variables if we explictly ask for it (#711) 2021-07-22 20:14:08 -04:00
Env.h [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
IR.cpp [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
IR.h [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04: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 Support dir tpages (#671) 2021-07-02 14:50:58 -04:00
StaticObject.h [decompiler/compiler] Fixes for task-control (#668) 2021-07-01 21:38:19 -04:00
SymbolInfo.h Fix compiler crashes and improve return statements. (#652) 2021-06-30 00:11:46 -04:00
Util.cpp Support Behaviors (#678) 2021-07-04 16:54:07 -04:00
Val.cpp [compiler] support 128-bit bitfields (#500) 2021-05-18 21:25:29 -04:00
Val.h [compiler/decompiler] Take the address of a variable (#554) 2021-06-04 13:43:19 -04:00