Age | Commit message (Expand) | Author |
---|---|---|
2015-10-30 | start work on fusing loads in arithmetic | Quentin Carbonneaux |
2015-10-30 | first attempt at address matching | Quentin Carbonneaux |
2015-10-30 | new function to add constants | Quentin Carbonneaux |
2015-10-30 | cosmetics on address numbering code | Quentin Carbonneaux |
2015-10-30 | store addressability infos in a struct | Quentin Carbonneaux |
2015-10-30 | do not give an addressability number to scales | Quentin Carbonneaux |
2015-10-30 | store child matchings in the addressing table | Quentin Carbonneaux |
2015-10-30 | missed a few cases in the tree automaton | Quentin Carbonneaux |
2015-10-30 | make the echo test return 0 | Quentin Carbonneaux |
2015-10-30 | fix bug in pretty printer | Quentin Carbonneaux |
2015-10-30 | start adress mode recognition | Quentin Carbonneaux |
2015-10-30 | rename spill field in Tmp to slot | Quentin Carbonneaux |
2015-10-30 | use new loadl instruction in echo | Quentin Carbonneaux |
2015-10-30 | emit code for extensions, move slots into RAlt | Quentin Carbonneaux |
2015-10-25 | add atoi prototype in queen.c test | Quentin Carbonneaux |
2015-10-19 | uniformize sign extension and mem loads | Quentin Carbonneaux |
2015-10-17 | add cheap line reporting in die | Quentin Carbonneaux |
2015-10-13 | rename valloc and balloc | Quentin Carbonneaux |
2015-10-13 | use an array of pointers in queen | Quentin Carbonneaux |
2015-10-13 | add void type | Quentin Carbonneaux |
2015-10-13 | improve error detection in mcc | Quentin Carbonneaux |
2015-10-13 | no, 9 is not prime | Quentin Carbonneaux |
2015-10-12 | ignore output of mcc | Quentin Carbonneaux |
2015-10-12 | cosmetics in queen.c | Quentin Carbonneaux |
2015-10-12 | add for loops | Quentin Carbonneaux |
2015-10-12 | make the queen test work | Quentin Carbonneaux |
2015-10-12 | add & binop to minic | Quentin Carbonneaux |
2015-10-12 | add new test | Quentin Carbonneaux |
2015-10-12 | add return, break, globals in minic | Quentin Carbonneaux |
2015-10-12 | limit the amount of warnings in prime example | Quentin Carbonneaux |
2015-10-12 | make mcc script more robust | Quentin Carbonneaux |
2015-10-12 | fix stupid bug in the example | Quentin Carbonneaux |
2015-10-12 | fix minor parsing issues | Quentin Carbonneaux |
2015-10-12 | add one small test | Quentin Carbonneaux |
2015-10-12 | finish rough implementation of calls | Quentin Carbonneaux |
2015-10-12 | add a cheap implementation of sizeof | Quentin Carbonneaux |
2015-10-12 | add super cheap constant folding in minic | Quentin Carbonneaux |
2015-10-09 | start implementing basic function calls | Quentin Carbonneaux |
2015-10-08 | uniformize naming in minic | Quentin Carbonneaux |
2015-10-08 | add clumsy support for string literals | Quentin Carbonneaux |
2015-10-08 | update miniyacc | Quentin Carbonneaux |
2015-10-08 | change end comment for functions | Quentin Carbonneaux |
2015-10-08 | fix minor bug in rega | Quentin Carbonneaux |
2015-10-08 | improve debug output | Quentin Carbonneaux |
2015-10-08 | allow multiple functions in file | Quentin Carbonneaux |
2015-10-08 | use DEnd for strings too | Quentin Carbonneaux |
2015-10-08 | emit alignment directives properly | Quentin Carbonneaux |
2015-10-08 | rename ealloc to emalloc | Quentin Carbonneaux |
2015-10-07 | store the byte array in max.ssa | Quentin Carbonneaux |
2015-10-07 | finish implementing data parsing | Quentin Carbonneaux |