Remove +s
[platform/upstream/nasm.git] / parser.c
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
2007-11-05 H. Peter AnvinPermit opcode names as labels as long as they are follo...
2007-10-30 H. Peter AnvinUse a 32-bit floating-point limb size; support 8-bit...
2007-10-30 Charles CrayneReduce severity of redundant prefixes from error to...
2007-10-29 H. Peter AnvinClean up stealth whitespace
2007-10-29 H. Peter Anvin64-bit addressing and prefix handling changes
2007-10-10 H. Peter AnvinUse the compiler-provided booleans if available, otherw...
2007-10-04 H. Peter AnvinChange cloc_t to struct location, and reorder the members
2007-10-04 H. Peter AnvinBR 1352920: change loc_t -> cloc_t
2007-10-03 H. Peter AnvinPortability fixes
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 AnvinMerge commit 'origin/master' into sse5
2007-09-19 H. Peter AnvinFix handling of DO; support unary + for floating-point...
2007-09-18 H. Peter AnvinSupport 16-bit IEEE floating point; used in SSE5
2007-09-18 H. Peter AnvinMerge commit 'origin/master' into sse5
2007-09-18 H. Peter AnvinImplement "oword" (128 bits) as a first-class size
2007-09-17 H. Peter AnvinFix a few instances of missing renumbers
2007-09-13 H. Peter AnvinSupport r/m operands for non-integer types
2007-09-13 H. Peter AnvinUse enumerations where practical to ease debugging
2007-08-30 H. Peter AnvinFinishing touches on perfect hash tokenizer; actually...
2007-08-29 H. Peter AnvinCorrect the logic for recording fs: and gs: overrides.
next