TOOM-2 256x256->512-bit [un]signed*[un]signed mul works!
[bigint-presentation-code.git] / src / bigint_presentation_code / compiler_ir.py
2022-11-16 Jacob LifshayTOOM-2 256x256->512-bit [un]signed*[un]signed mul works!
2022-11-15 Jacob Lifshayworking on code
2022-11-10 Jacob Lifshaysimple_mul works with signed/unsigned mul; also made...
2022-11-09 Jacob Lifshayworking on adding signed multiplication -- needed for...
2022-11-09 Jacob Lifshayget LocSet hash working correctly
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-26 Jacob Lifshayremove unused code I forgot
2022-10-23 Jacob Lifshay192x192->384-bit O(n^2) mul works in SSA form, reg...
2022-10-19 Jacob Lifshayworking on toom-cook multiplication
2022-10-19 Jacob Lifshaygenerating assembly works
2022-10-18 Jacob Lifshayworking on generating output assembly
2022-10-15 Jacob Lifshayadd Fn class rather than global for generating op ids
2022-10-14 Jacob Lifshaytry_allocate_registers_without_spilling works!
2022-10-14 Jacob Lifshaytest_op_set_to_list works
2022-10-14 Jacob Lifshayadd FixedGPRRangeType
2022-10-14 Jacob Lifshaysplit compiler IR and register allocator out into their...