jak-project/goalc/regalloc
Tyler Wilding 345b8e30d8 Resolve a good chunk of windows compiler warnings
Mostly revolved around the new MSVC check for functions that don't cover all paths (ie. a switch statement without a default case).  It appears to not see an assert as a valid default case.

I switched assert(false) to exceptions in these cases.  I believe this should also abort the program, but will also provide a hopefully useful message?  Hopefully this is an improvement.

Resolves #32
2020-09-13 22:02:27 -04:00
..
allocate.cpp working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
allocate.h Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00
Allocator.cpp Resolve a good chunk of windows compiler warnings 2020-09-13 22:02:27 -04:00
Allocator.h Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00
Assignment.h Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
IRegister.cpp Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00
IRegister.h Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00
LiveInfo.h Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00
StackOp.h Add ObjectGenerator and Register Allocator (#10) 2020-09-05 16:37:37 -04:00