fix tied input-output equivalence checking
[bigint-presentation-code.git] / src / bigint_presentation_code / compiler_ir2.py
2022-11-03 Jacob Lifshayfix tied input-output equivalence checking
2022-11-03 Jacob Lifshayworking on code
2022-11-02 Jacob Lifshayworking on code
2022-11-01 Jacob Lifshayworking on refactoring register allocator to use new ir
2022-11-01 Jacob Lifshayvalidate that tied outputs are equivalent to their...
2022-11-01 Jacob Lifshayadd pre_ra_insert_copies
2022-11-01 Jacob Lifshaychange Op/Ty/SSAVal reprs to be easier to read
2022-10-31 Jacob Lifshaypre-ra simulation works with new ir
2022-10-30 Jacob Lifshayimplement more of new compiler ir
2022-10-29 Jacob Lifshayworking on new ir
2022-10-28 Jacob Lifshayworking on rewriting compiler ir to fix reg alloc issues
2022-10-27 Jacob LifshayWIP rewriting compiler IR so regalloc works correctly