Age | Commit message (Expand) | Author |
---|---|---|
2015-11-13 | change initial vector size to 2 | Quentin Carbonneaux |
2015-11-03 | add interference hints | Quentin Carbonneaux |
2015-10-30 | fix bug in constants addition | Quentin Carbonneaux |
2015-10-30 | new function to add constants | Quentin Carbonneaux |
2015-10-30 | rename spill field in Tmp to slot | Quentin Carbonneaux |
2015-10-13 | rename valloc and balloc | Quentin Carbonneaux |
2015-10-08 | rename ealloc to emalloc | 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 |