Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-17 | add cheap line reporting in die | Quentin Carbonneaux | |
2015-10-13 | rename valloc and balloc | Quentin Carbonneaux | |
valloc is actually a POSIX function that prevents compilation on some systems. | |||
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 | |
It's currently clumsy because they are given the type 'int *' instead of 'char *', the reason is that the char base type is not supported now. I don't think it would be hard to add proper support for char, though. | |||
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 | |
The detection of empty permutations was incorrect since the changes made to the vector routines. | |||
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 | |
2015-10-07 | start work on parsing data blocks | Quentin Carbonneaux | |
2015-10-06 | uh oh, typo bug in freeall() | Quentin Carbonneaux | |
2015-10-06 | add pool memory management | Quentin Carbonneaux | |
2015-10-06 | use new vector functions instead of reallocs | Quentin Carbonneaux | |
2015-10-06 | split long line in idup | Quentin Carbonneaux | |
2015-10-06 | specialize vdup into idup | Quentin Carbonneaux | |
2015-10-06 | factor ins array edition in icpy | Quentin Carbonneaux | |
2015-10-05 | factor vector duplication in vdup() | Quentin Carbonneaux | |
2015-10-05 | rename blocka to balloc | Quentin Carbonneaux | |
2015-10-05 | remove useless ntyp in util.c | Quentin Carbonneaux | |
2015-10-05 | implement popcnt with a simple loop | Quentin Carbonneaux | |
2015-10-05 | factor some utility functions/data in util.c | Quentin Carbonneaux | |
2015-10-05 | fix debug output of liveness | Quentin Carbonneaux | |
2015-10-05 | clean the command line interface | Quentin Carbonneaux | |
2015-10-04 | remove example file | Quentin Carbonneaux | |
2015-10-04 | add gitignore to minic/ | Quentin Carbonneaux | |