jak-project/goalc/emitter
water111 2075dd66b6
Add ObjectGenerator and Register Allocator (#10)
* start the ObjectFileGenerator

* finish v3 generation

* add analysis for register allocator

* add register allocator

* fix const

* fix build

* fix formatting for clang-format

* attempt to fix windows build

* windows 2

* windows 3

* windows 4

* windows 5

* windows 6
2020-09-05 16:37:37 -04:00
..
CodeTester.cpp Add a bunch of #ifdefs to keep things working as expected on linux 2020-09-03 22:24:50 -04:00
CodeTester.h fix misleading comments 2020-09-02 17:51:42 -04:00
IGen.h all basic integer and floating point instructions are implemented 2020-09-02 17:34:33 -04:00
Instruction.h Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00
ObjectFileData.cpp Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00
ObjectFileData.h Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00
ObjectGenerator.cpp Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00
ObjectGenerator.h Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00
Register.cpp Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00
Register.h Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00