MPX: Adapt GAS's mib syntax with an index reg only
[platform/upstream/nasm.git] / hashtbl.c
2009-11-06 Cyrill Gorcunovhash_init: check for size being power of two
2009-11-06 Cyrill Gorcunovhashtbl.c: Unify common hash ops by macros
2009-10-13 Cyrill Gorcunovstyle cleanup
2009-06-29 H. Peter AnvinAdd copyright headers to the *.c/*.h files in the main...
2009-06-27 H. Peter Anvinhashtbl: make hash_iterate() not crash on an uninitaliz...
2008-05-28 H. Peter Anvinhash user allocates struct hash_table
2008-05-28 H. Peter AnvinMerge commit 'autotest/master'
2008-05-22 H. Peter AnvinUse hash tables even for context-sensitive macros
2007-10-19 H. Peter AnvinFormatting: kill off "stealth whitespace"
2007-10-03 H. Peter AnvinPortability fixes
2007-10-03 H. Peter AnvinUse the crc64 we already use as the perfect hash functi...
2007-09-28 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-25 H. Peter AnvinAdd nasm_zalloc() to nasmlib.c
2007-09-17 H. Peter AnvinSwitch the preprocessor over to using the hash table...
2007-09-14 H. Peter AnvinDefine a proper hash table library