jak-project/goalc/regalloc
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
..
Allocator.cpp [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
Allocator.h [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
allocator_interface.cpp [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
allocator_interface.h [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
Allocator_v2.cpp [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
Allocator_v2.h [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
IRegister.cpp Force-enable assert on release mode Windows build (#440) 2021-05-10 23:03:56 -04:00
IRegister.h [Compiler] In-progress support for vector float (AVX) (#171) 2020-12-30 15:33:51 -05:00
IRegSet.h Force-enable assert on release mode Windows build (#440) 2021-05-10 23:03:56 -04:00