register_allocator works!
[bigint-presentation-code.git] / src / bigint_presentation_code / register_allocator.py
2022-12-16 Jacob Lifshayregister_allocator works!
2022-12-13 Jacob Lifshayworking on code some more
2022-12-13 Jacob Lifshayworking on code
2022-12-09 Jacob Lifshaycopy-merging works afaict! -- some tests still broken...
2022-12-08 Jacob LifshayWIP: copy merging -- currently broken
2022-12-08 Jacob Lifshayrefactor preparing for copy merging
2022-12-06 Jacob Lifshaychange InterferenceGraph edges to not imply interference
2022-12-06 Jacob Lifshayadd pack=true attribute to graphviz graph
2022-12-06 Jacob Lifshayadd dot graph output for interference graph
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...