doc: Document --v and duplicate REX prefix fix
[platform/upstream/nasm.git] / tokhash.pl
2013-11-27 Jin Kyu Songstdscan: Rework curly brace parsing routines
2013-10-03 Cyrill GorcunovMerge branch 'nasm-2.10.xx'
2013-10-02 H. Peter AnvinMerge branch 'avx512'
2013-08-06 Jin Kyu SongAVX-512: Add support for parsing braces
2011-07-15 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-07-03 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-06-23 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2011-06-23 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2011-04-06 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-03-15 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2011-03-12 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-28 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-22 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-21 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-20 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-14 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-11-23 Cyrill GorcunovMerge branch 'insns'
2010-11-21 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-11-16 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2010-11-07 Victor van den ElzenFix Perl deprecation warnings.
2009-06-28 H. Peter AnvinAdd copyright verbiage to Perl scripts; update LICENSE
2008-05-28 H. Peter AnvinMerge commit 'autotest/master'
2008-05-27 H. Peter Anvintokhash.pl: fix comment
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