bigint-presentation-code.git
2022-10-20 Jacob Lifshayadd Toom-2.5
2022-10-20 Jacob LifshayToomCookInstance works!
2022-10-20 Jacob Lifshaymake Matrix support element types other than Fraction
2022-10-19 Jacob Lifshayfix warning
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 Lifshayfix test class name
2022-10-14 Jacob Lifshaysplit compiler IR and register allocator out into their...
2022-10-14 Jacob Lifshaytry_allocate_registers_without_spilling is completed...
2022-10-13 Jacob Lifshayconstruct interference graph
2022-10-13 Jacob Lifshayfix typo
2022-10-13 Jacob Lifshayadd test_toom_cook.py to make importing be tested in CI
2022-10-13 Jacob Lifshayfix running code
2022-10-13 Jacob Lifshayremove plain_data Generic workaround
2022-10-12 Jacob Lifshaywork on switching algorithms
2022-10-11 Jacob Lifshayworking on code
2022-10-10 Jacob Lifshaychange SSAVal to link to defining Op
2022-10-10 Jacob Lifshayadd EqualitySets
2022-10-08 Jacob Lifshayadd equality constraints
2022-10-08 Jacob Lifshayformat code
2022-10-08 Jacob Lifshayworking on toom_cook.py
2022-10-07 Jacob Lifshaystarted working on toom_cook.py
2022-10-06 Jacob Lifshayadd Matrix class
2022-10-06 Jacob Lifshayinitial commit