Fix regular expression at doc/rdsrc.pl
[platform/upstream/nasm.git] / parser.c
2013-12-05 Jin Kyu Songbnd: Add a new nobnd prefix
2013-11-28 H. Peter AnvinAdd {vex3} and {vex2} prefixes by analogy with {evex}
2013-11-27 Jin Kyu Songstdscan: Rework curly brace parsing routines
2013-11-20 Jin Kyu Songmatch: Check the number of elements in broadcasting...
2013-11-20 Jin Kyu SongBuild: Suppress warning messages
2013-11-20 Jin Kyu SongAVX-512: Add {evex} instruction prefix
2013-11-20 Jin Kyu SongMPX: Add BND prefix for branch instructions
2013-11-20 Jin Kyu SongMPX: Add MPX instructions
2013-11-20 H. Peter Anvinparser: support split base,index effective address
2013-11-20 H. Peter Anvinparse: factor out mref parsing
2013-11-20 H. Peter Anvinparser: simplify code by keeping a pointer to the curre...
2013-10-03 Cyrill GorcunovMerge branch 'nasm-2.10.xx'
2013-10-03 H. Peter AnvinAdd support for DZ and RESZ, document the ZWORD keyword
2013-10-02 H. Peter AnvinMerge branch 'avx512'
2013-08-29 Jin Kyu SongAVX-512: Remember the position of operand with broadcas...
2013-08-22 Jin Kyu SongAVX-512: Fix parser to handle opmask decorator correctly
2013-08-22 Jin Kyu SongAVX-512: Add ZWORD keyword
2013-08-22 Jin Kyu SongAVX-512: Reword comment about opmask decorators
2013-08-16 Jin Kyu SongAVX-512: Add EVEX encoding and new instructions
2013-08-06 Jin Kyu SongAVX-512: Add support for parsing braces
2013-07-20 H. Peter AnvinBR 3392260: Handle instructions only separated by vecto...
2013-07-15 Cyrill Gorcunovparse_line: Shrink code with memset helper
2013-03-01 Ben Rudiak-GouldRemove +s
2012-09-09 Cyrill Gorcunovopflags: Extend opflags_t to 64 bits
2012-02-25 H. Peter AnvinHLE: Implement the basic mechanism for XACQUIRE/XRELEASE
2012-02-25 H. Peter AnvinHLE: Split the LOCK and REP prefix slots
2011-11-12 Cyrill GorcunovBR3392198: Fix compilation warning on prefixes
2011-08-28 Cyrill Gorcunovparser: No need to split line if it a bit longer than...
2011-08-28 Cyrill GorcunovAdd IS_SREG and IS_FSGS helpers
2011-08-28 Cyrill GorcunovA few style fixups in parser.c
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-21 Victor van den ElzenBR3104852: only warn once for repeated prefixes
2010-11-16 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2010-11-07 Victor van den ElzenBR3104852: only warn once for repeated prefixes
2010-10-27 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-10-06 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2010-09-17 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-09-15 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-09-15 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2010-09-07 Cyrill GorcunovMerge branches 'master' and 'nasm-2.09.xx'
2010-08-27 Cyrill Gorcunovparser.c: Drop space line and use hex notation
2010-08-24 H. Peter AnvinOptimize mov r64,imm
2010-07-25 H. Peter AnvinRevert "Improve process_ea and introduce -OL"
2010-07-24 Victor van den ElzenImprove process_ea and introduce -OL
2009-11-01 Cyrill GorcunovRevert "BR 2887108: Use overflow_ helper to catch inapp...
2009-10-31 Cyrill GorcunovVarious tab/space/comment cleanup
2009-10-31 Cyrill Gorcunovstdscan: switch to stdscan_get/set routines
2009-10-31 Cyrill Gorcunovnasmlib: Introduce idata_bytes helper
2009-10-31 Cyrill GorcunovBR 2887108: Use overflow_ helper to catch inappropriate...
2009-10-14 Cyrill Gorcunovparser.c: pasrse_line -- fix alignment
2009-08-23 Cyrill GorcunovUse I_none opcode instead of hardcoded number
2009-08-11 Victor van den ElzenFix some format strings for nasm_error
2009-07-26 H. Peter AnvinMerge branch 'nasm-2.07.xx'
2009-07-26 H. Peter AnvinMerge branch 'nasm-2.07.xx'
2009-07-20 H. Peter AnvinMerge branch 'new-preproc'
2009-07-19 H. Peter AnvinDrop efunc and evaluate argument to parse_line()
2009-07-19 H. Peter AnvinDrop the ofmt and errfunc arguments to label definition...
2009-07-06 H. Peter AnvinNASM: relicense under the 2-clause BSD license
2009-06-29 H. Peter AnvinAdd copyright headers to the *.c/*.h files in the main...
2009-06-27 H. Peter Anvinparser.c: fix stylistic nitpick
2009-06-23 H. Peter Anvinparser: don't use midcode declarations
2009-06-23 Victor van den ElzenBR 2782055: reject invalid tokens after ]
2009-02-25 Victor van den ElzenDo not confuse segmentless adresses and unknown forward...
2009-02-22 H. Peter AnvinBR 2592476: Treat WAIT as a prefix even though it's...
2008-09-24 Charles CrayneAllow value to TIMES to be negative while optimization...
2008-09-11 Charles CrayneDecouple forward references from optimization
2008-06-17 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinFree EOT_DB_STRING_FREE in cleanup_insn()
2008-06-15 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-15 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-14 H. Peter AnvinImplement __utf16__() and __utf32__() for the DB family
2008-06-12 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-10 H. Peter AnvinMake strings a first-class token type; defer evaluation
2008-06-04 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-06-04 Charles CrayneRemove EQU for critical expression list
2008-05-20 H. Peter AnvinNo 32-byte floating point format: fix error for DY
2008-05-20 H. Peter AnvinAvoid #including .c files; instead compile as separate...
2008-05-20 H. Peter AnvinAdd DY, YWORD, and the SY instruction flag
2008-04-04 H. Peter AnvinCorrectly identify SBYTE in the optimizer
2008-03-27 Charles CrayneRestore critical expression checking when optimizer...
2007-12-29 Berosetregularized spelling of license to match name of LICENS...
2007-11-19 H. Peter AnvinClean up remaining build warnings
next