add is_copy_related to interference graph edges
[bigint-presentation-code.git] / src / bigint_presentation_code / register_allocator.py
2022-12-02 Jacob Lifshayadd is_copy_related to interference graph edges
2022-12-02 Jacob Lifshayfinished __mergable_check
2022-12-01 Jacob Lifshayworking on adding MergedSSAVal.__mergable_check that...
2022-11-15 Jacob Lifshayworking on code
2022-11-08 Jacob Lifshayrename compiler_ir2.py/register_allocator2.py to compil...
2022-11-08 Jacob Lifshayremove old register allocator and compiler ir
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...