jak-project/goalc/compiler
water111 0451a06d76
Set up the compiler to ptrace the runtime (#107)
* set up the compiler to ptrace the runtime

* clang format

* move debugger state to a separate Debugger class

* support registers and break and continue

* documentation and fix windows

* make listener part of compiler, not a separate library

* implement memory read and write

* fix for windows
2020-10-31 14:07:43 -04:00
..
compilation Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
CodeGenerator.cpp Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
CodeGenerator.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
Compiler.cpp Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
Compiler.h Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04: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
Env.cpp Try to speed up the build (#106) 2020-10-29 21:27:52 -04:00
Env.h Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
IR.cpp Try to speed up the build (#106) 2020-10-29 21:27:52 -04:00
IR.h Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -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 Add compiler features for gkernel (#83) 2020-10-16 17:08:26 -04:00
StaticObject.h Add compiler features for gkernel (#83) 2020-10-16 17:08:26 -04:00
Util.cpp some work on vector types 2020-10-25 18:02:03 -04:00
Val.cpp Try to speed up the build (#106) 2020-10-29 21:27:52 -04:00
Val.h Try to speed up the build (#106) 2020-10-29 21:27:52 -04:00