index
:
delta/nasm.git
avx512
baserock/morph
branch-0_98-j
branch-0_98-j5
branch-0_98_24-gasalign
branch-0_98bf
branch-0_98e
buildfix-2.03rc4
ctype
defid
elf
elf16
elfmerge
evalmacro
evalstr
extnames
indirect
insns
insns-flags
latex
loops
macho64
machofix
machomerge
master
mempool
mkwarnings
nasm-0.98.x
nasm-2.03.x
nasm-2.05.xx
nasm-2.07.xx
nasm-2.08.xx
nasm-2.09.xx
nasm-2.10.xx
nasm-2.11.xx
nasm-2.12.xx
nasm-2.13.xx
nasm-2.14.xx
nasm-2.15.xx
nasm-2.15.xx-pre
new-preproc
newaddr
note
nsis
nsis2
owc
path
phi
pp-inline
pragma
preproc-paste-fix
preproc-rewrite
reldef
signrel
sse5
repo.or.cz: nasm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "BR 2887108: Use overflow_ helper to catch inappropriate imm optimizat...
Cyrill Gorcunov
2009-11-01
1
-9
/
+8
*
Various tab/space/comment cleanup
Cyrill Gorcunov
2009-10-31
1
-209
/
+213
*
stdscan: switch to stdscan_get/set routines
Cyrill Gorcunov
2009-10-31
1
-5
/
+5
*
nasmlib: Introduce idata_bytes helper
Cyrill Gorcunov
2009-10-31
1
-37
/
+18
*
BR 2887108: Use overflow_ helper to catch inappropriate imm optimization
Cyrill Gorcunov
2009-10-31
1
-8
/
+9
*
parser.c: pasrse_line -- fix alignment
Cyrill Gorcunov
2009-10-14
1
-3
/
+3
*
Use I_none opcode instead of hardcoded number
Cyrill Gorcunov
2009-08-23
1
-18
/
+18
*
Fix some format strings for nasm_error
Victor van den Elzen
2009-08-11
1
-3
/
+3
*
Drop efunc and evaluate argument to parse_line()
H. Peter Anvin
2009-07-18
1
-49
/
+47
*
Drop the ofmt and errfunc arguments to label definition functions
H. Peter Anvin
2009-07-18
1
-4
/
+2
*
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
2009-07-06
1
-12
/
+0
*
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
2009-06-28
1
-6
/
+45
*
parser.c: fix stylistic nitpick
H. Peter Anvin
2009-06-27
1
-1
/
+0
*
parser: don't use midcode declarations
H. Peter Anvin
2009-06-23
1
-1
/
+2
*
BR 2782055: reject invalid tokens after ]
Victor van den Elzen
2009-06-23
1
-8
/
+16
*
Do not confuse segmentless adresses and unknown forward references
Victor van den Elzen
2009-02-25
1
-0
/
+8
*
BR 2592476: Treat WAIT as a prefix even though it's really an instruction
H. Peter Anvin
2009-02-21
1
-0
/
+2
*
Allow value to TIMES to be negative while optimization is in progress
Charles Crayne
2008-09-23
1
-1
/
+1
*
Decouple forward references from optimization
Charles Crayne
2008-09-10
1
-11
/
+3
*
Free EOT_DB_STRING_FREE in cleanup_insn()
H. Peter Anvin
2008-06-15
1
-3
/
+4
*
Implement __utf16__() and __utf32__() for the DB family
H. Peter Anvin
2008-06-14
1
-72
/
+102
*
Make strings a first-class token type; defer evaluation
H. Peter Anvin
2008-06-09
1
-1
/
+1
*
Remove EQU for critical expression list
Charles Crayne
2008-06-04
1
-1
/
+1
*
No 32-byte floating point format: fix error for DY
H. Peter Anvin
2008-05-20
1
-0
/
+5
*
Avoid #including .c files; instead compile as separate units
H. Peter Anvin
2008-05-20
1
-7
/
+6
*
Add DY, YWORD, and the SY instruction flag
H. Peter Anvin
2008-05-20
1
-2
/
+12
*
Correctly identify SBYTE in the optimizer
H. Peter Anvin
2008-04-04
1
-3
/
+10
*
Restore critical expression checking when optimizer enabled
Charles Crayne
2008-03-26
1
-1
/
+2
*
regularized spelling of license to match name of LICENSE file
Beroset
2007-12-29
1
-1
/
+1
*
Clean up remaining build warnings
H. Peter Anvin
2007-11-18
1
-3
/
+4
*
Permit opcode names as labels as long as they are followed by a colon
H. Peter Anvin
2007-11-04
1
-2
/
+20
*
Use a 32-bit floating-point limb size; support 8-bit float
H. Peter Anvin
2007-10-29
1
-1
/
+4
*
Reduce severity of redundant prefixes from error to warning.
Charles Crayne
2007-10-29
1
-1
/
+5
*
Clean up stealth whitespace
H. Peter Anvin
2007-10-28
1
-1
/
+1
*
64-bit addressing and prefix handling changes
H. Peter Anvin
2007-10-28
1
-103
/
+152
*
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
2007-10-10
1
-9
/
+9
*
Change cloc_t to struct location, and reorder the members
H. Peter Anvin
2007-10-03
1
-2
/
+2
*
BR 1352920: change loc_t -> cloc_t
H. Peter Anvin
2007-10-03
1
-2
/
+2
*
Portability fixes
H. Peter Anvin
2007-10-02
1
-0
/
+2
*
Fix handling of DO; support unary + for floating-point numbers
H. Peter Anvin
2007-09-18
1
-7
/
+11
*
Support 16-bit IEEE floating point; used in SSE5
H. Peter Anvin
2007-09-18
1
-9
/
+15
*
Implement "oword" (128 bits) as a first-class size
H. Peter Anvin
2007-09-18
1
-10
/
+25
*
Fix a few instances of missing renumbers
H. Peter Anvin
2007-09-17
1
-2
/
+2
*
Support r/m operands for non-integer types
H. Peter Anvin
2007-09-12
1
-1
/
+2
*
Use enumerations where practical to ease debugging
H. Peter Anvin
2007-09-12
1
-0
/
+2
*
Finishing touches on perfect hash tokenizer; actually turn the thing on
H. Peter Anvin
2007-08-30
1
-0
/
+1
*
Correct the logic for recording fs: and gs: overrides.
H. Peter Anvin
2007-08-29
1
-1
/
+1
*
Add [default] directive
H. Peter Anvin
2007-08-29
1
-5
/
+0
*
Suppress IP-relative only for fs: and gs: overrides
H. Peter Anvin
2007-08-29
1
-2
/
+3
*
Implement REL/ABS modifiers
H. Peter Anvin
2007-08-28
1
-7
/
+29
[next]