Age | Commit message (Expand) | Author |
---|---|---|
2015-09-15 | bugfix in regalloc (Div,Rem) and in peucl | Quentin Carbonneaux |
2015-09-15 | attempt to implement euclide algorithm | Quentin Carbonneaux |
2015-09-15 | restore addition in test | Quentin Carbonneaux |
2015-09-15 | generate code for the division | Quentin Carbonneaux |
2015-09-15 | reserve edx in all cases for divisions | Quentin Carbonneaux |
2015-09-15 | fix code emitting for x = y op x | Quentin Carbonneaux |
2015-09-15 | fix addition opcodes | Quentin Carbonneaux |
2015-09-15 | do a bigger test computation | Quentin Carbonneaux |
2015-09-15 | cleanup overflow computation | Quentin Carbonneaux |
2015-09-15 | fix spill code | Quentin Carbonneaux |
2015-09-15 | add `Ret jump and dump elf files | Quentin Carbonneaux |
2015-04-04 | write down some more ideas | Quentin Carbonneaux |
2015-04-01 | do not freeze r when allocating for r2 | Quentin Carbonneaux |
2015-03-31 | tentative fix of messed up spills for phis | Quentin Carbonneaux |
2015-03-31 | avoid evicting arguments | Quentin Carbonneaux |
2015-03-31 | add move constant to spill | Quentin Carbonneaux |
2015-03-31 | better support for constants | Quentin Carbonneaux |
2015-03-25 | expect reg in brz, might not be true | Quentin Carbonneaux |
2015-03-25 | simplify label logic | Quentin Carbonneaux |
2015-03-25 | branch code | Quentin Carbonneaux |
2015-03-25 | more codegen | Quentin Carbonneaux |
2015-03-25 | start writing some codegen | Quentin Carbonneaux |
2015-02-20 | fix bugs in movgen | Quentin Carbonneaux |
2015-02-20 | start work on movgen | Quentin Carbonneaux |
2015-02-18 | cosmetics | Quentin Carbonneaux |
2015-02-18 | add spill test | Quentin Carbonneaux |
2015-02-18 | kind of working! | Quentin Carbonneaux |
2015-02-18 | wip | Quentin Carbonneaux |
2015-02-18 | wip | Quentin Carbonneaux |
2015-02-15 | add notes | Quentin Carbonneaux |
2015-02-13 | finished interval building, untested | Quentin Carbonneaux |
2015-02-13 | attempt a new linear scan implementation | Quentin Carbonneaux |
2015-01-22 | release also non-register locations | Quentin Carbonneaux |
2015-01-22 | add some test programs | Quentin Carbonneaux |
2015-01-22 | implement linear scan ideas in lo2.ml | Quentin Carbonneaux |
2015-01-14 | start hacking new regalloc | Quentin Carbonneaux |
2015-01-11 | more types | Quentin Carbonneaux |
2015-01-09 | type surgery | Quentin Carbonneaux |
2015-01-08 | try new presentation in lo2.ml | Quentin Carbonneaux |