summary refs log tree commit diff
path: root/lisc/util.c
AgeCommit message (Collapse)Author
2016-02-26use memset to zero a bitsetQuentin Carbonneaux
2016-02-26get rid of BitsQuentin Carbonneaux
2016-02-26dirty fix bogus bsiter()Quentin Carbonneaux
2016-02-26move dumpts() into util, add bsequal()Quentin Carbonneaux
2016-02-26start conversion to dynamic bitsetsQuentin Carbonneaux
2016-02-25a little code compactionQuentin Carbonneaux
2016-02-25add some bitset functionsQuentin Carbonneaux
2016-02-24use default use/def counts in newtmp()Quentin Carbonneaux
This is paliative, before I check that all use counts in isel.c are correct.
2015-12-08sanitize constants representationQuentin Carbonneaux
2015-11-30change the wide bit to a class numberQuentin Carbonneaux
2015-11-13change initial vector size to 2Quentin Carbonneaux
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
valloc is actually a POSIX function that prevents compilation on some systems.
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