register allocation and simulation works for simple mul 192x192!
[bigint-presentation-code.git] / src / bigint_presentation_code / register_allocator.py
2022-10-28 Jacob Lifshayworking on rewriting compiler ir to fix reg alloc issues
2022-10-19 Jacob Lifshayworking on toom-cook multiplication
2022-10-18 Jacob Lifshayworking on generating output assembly
2022-10-14 Jacob Lifshaytry_allocate_registers_without_spilling works!
2022-10-14 Jacob Lifshaytest_op_set_to_list works
2022-10-14 Jacob Lifshaysplit compiler IR and register allocator out into their...