Clean up elf symbol table section
[platform/upstream/nasm.git] / tokhash.pl
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-24 H. Peter AnvinSupport __float*__ for floating-point numbers in expres...
2007-09-24 H. Peter Anvintokhash: allow a bit smarter pattern matching
2007-09-21 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-20 Frank KotlerMerge branch 'master' of git+ssh://fbkotler@repo.or...
2007-09-19 H. Peter AnvinMerge commit 'origin/sse5'
2007-09-19 H. Peter AnvinSlightly optimize the interface to nasm_token_hash()
2007-09-19 H. Peter AnvinMerge commit 'origin/master' into sse5
2007-09-18 H. Peter AnvinMerge commit 'origin/master' into sse5
2007-09-18 H. Peter AnvinChange the token prehash function for better convergence
2007-09-13 H. Peter AnvinUse enumerations where practical to ease debugging
2007-09-10 H. Peter Anvintokhash: correct duplicate-token test
2007-09-10 H. Peter Anvintokhash: adjust table types to reduce size
2007-08-31 H. Peter Anvinphash: don't rely on the build platform Perl version...
2007-08-31 H. Peter Anvintokhash.pl: formatting changes for readability
2007-08-31 H. Peter Anvintokhash: Speed up the rejection of unhashed values
2007-08-31 H. Peter Anvintokhash.pl: "ix" should have the same width as the...
2007-08-31 H. Peter AnvinAdd "do not edit" comment to tokhash.c
2007-08-31 H. Peter AnvinMake the token hash a bit smaller by using 16-bit hash...
2007-08-30 H. Peter AnvinFinishing touches on perfect hash tokenizer; actually...
2007-08-30 H. Peter AnvinGenerate a perfect hash for the token parser