summary refs log tree commit diff
path: root/lisc/util.c
AgeCommit message (Expand)Author
2015-11-03add interference hintsQuentin Carbonneaux
2015-10-30fix bug in constants additionQuentin Carbonneaux
2015-10-30new function to add constantsQuentin Carbonneaux
2015-10-30rename spill field in Tmp to slotQuentin Carbonneaux
2015-10-13rename valloc and ballocQuentin Carbonneaux
2015-10-08rename ealloc to emallocQuentin Carbonneaux
2015-10-06uh oh, typo bug in freeall()Quentin Carbonneaux
2015-10-06add pool memory managementQuentin Carbonneaux
2015-10-06use new vector functions instead of reallocsQuentin Carbonneaux
2015-10-06split long line in idupQuentin Carbonneaux
2015-10-06specialize vdup into idupQuentin Carbonneaux
2015-10-06factor ins array edition in icpyQuentin Carbonneaux
2015-10-05factor vector duplication in vdup()Quentin Carbonneaux
2015-10-05rename blocka to ballocQuentin Carbonneaux
2015-10-05remove useless ntyp in util.cQuentin Carbonneaux
2015-10-05implement popcnt with a simple loopQuentin Carbonneaux
2015-10-05factor some utility functions/data in util.cQuentin Carbonneaux