projects
/
platform
/
upstream
/
nasm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
AVX-512: Reword comment about opmask decorators
[platform/upstream/nasm.git]
/
parser.c
2013-08-22
Jin Kyu Song
AVX-512: Reword comment about opmask decorators
blob
|
commitdiff
2013-08-16
Jin Kyu Song
AVX-512: Add EVEX encoding and new instructions
blob
|
commitdiff
|
diff to current
2013-08-06
Jin Kyu Song
AVX-512: Add support for parsing braces
blob
|
commitdiff
|
diff to current
2013-07-20
H. Peter Anvin
BR 3392260: Handle instructions only separated by vecto...
blob
|
commitdiff
|
diff to current
2013-07-15
Cyrill Gorcunov
parse_line: Shrink code with memset helper
blob
|
commitdiff
|
diff to current
2013-03-01
Ben Rudiak-Gould
Remove +s
blob
|
commitdiff
|
diff to current
2012-09-09
Cyrill Gorcunov
opflags: Extend opflags_t to 64 bits
blob
|
commitdiff
|
diff to current
2012-02-25
H. Peter Anvin
HLE: Implement the basic mechanism for XACQUIRE/XRELEASE
blob
|
commitdiff
|
diff to current
2012-02-25
H. Peter Anvin
HLE: Split the LOCK and REP prefix slots
blob
|
commitdiff
|
diff to current
2011-11-12
Cyrill Gorcunov
BR3392198: Fix compilation warning on prefixes
blob
|
commitdiff
|
diff to current
2011-08-28
Cyrill Gorcunov
parser: No need to split line if it a bit longer than...
blob
|
commitdiff
|
diff to current
2011-08-28
Cyrill Gorcunov
Add IS_SREG and IS_FSGS helpers
blob
|
commitdiff
|
diff to current
2011-08-28
Cyrill Gorcunov
A few style fixups in parser.c
blob
|
commitdiff
|
diff to current
2011-07-15
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2011-07-03
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2011-06-23
H. Peter Anvin
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2011-06-23
H. Peter Anvin
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2011-04-06
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2011-03-15
H. Peter Anvin
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2011-03-12
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2011-02-28
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2011-02-22
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2011-02-21
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2011-02-20
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2011-02-14
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2010-11-23
Cyrill Gorcunov
Merge branch 'insns'
blob
|
commitdiff
|
diff to current
2010-11-21
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2010-11-21
Victor van den Elzen
BR3104852: only warn once for repeated prefixes
blob
|
commitdiff
|
diff to current
2010-11-16
H. Peter Anvin
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2010-11-07
Victor van den Elzen
BR3104852: only warn once for repeated prefixes
blob
|
commitdiff
|
diff to current
2010-10-27
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2010-10-06
H. Peter Anvin
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2010-09-17
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2010-09-15
Cyrill Gorcunov
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2010-09-15
H. Peter Anvin
Merge branch 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2010-09-07
Cyrill Gorcunov
Merge branches 'master' and 'nasm-2.09.xx'
blob
|
commitdiff
|
diff to current
2010-08-27
Cyrill Gorcunov
parser.c: Drop space line and use hex notation
blob
|
commitdiff
|
diff to current
2010-08-24
H. Peter Anvin
Optimize mov r64,imm
blob
|
commitdiff
|
diff to current
2010-07-25
H. Peter Anvin
Revert "Improve process_ea and introduce -OL"
blob
|
commitdiff
|
diff to current
2010-07-24
Victor van den Elzen
Improve process_ea and introduce -OL
blob
|
commitdiff
|
diff to current
2009-11-01
Cyrill Gorcunov
Revert "BR 2887108: Use overflow_ helper to catch inapp...
blob
|
commitdiff
|
diff to current
2009-10-31
Cyrill Gorcunov
Various tab/space/comment cleanup
blob
|
commitdiff
|
diff to current
2009-10-31
Cyrill Gorcunov
stdscan: switch to stdscan_get/set routines
blob
|
commitdiff
|
diff to current
2009-10-31
Cyrill Gorcunov
nasmlib: Introduce idata_bytes helper
blob
|
commitdiff
|
diff to current
2009-10-31
Cyrill Gorcunov
BR 2887108: Use overflow_ helper to catch inappropriate...
blob
|
commitdiff
|
diff to current
2009-10-14
Cyrill Gorcunov
parser.c: pasrse_line -- fix alignment
blob
|
commitdiff
|
diff to current
2009-08-23
Cyrill Gorcunov
Use I_none opcode instead of hardcoded number
blob
|
commitdiff
|
diff to current
2009-08-11
Victor van den Elzen
Fix some format strings for nasm_error
blob
|
commitdiff
|
diff to current
2009-07-26
H. Peter Anvin
Merge branch 'nasm-2.07.xx'
blob
|
commitdiff
|
diff to current
2009-07-26
H. Peter Anvin
Merge branch 'nasm-2.07.xx'
blob
|
commitdiff
|
diff to current
2009-07-20
H. Peter Anvin
Merge branch 'new-preproc'
blob
|
commitdiff
|
diff to current
2009-07-19
H. Peter Anvin
Drop efunc and evaluate argument to parse_line()
blob
|
commitdiff
|
diff to current
2009-07-19
H. Peter Anvin
Drop the ofmt and errfunc arguments to label definition...
blob
|
commitdiff
|
diff to current
2009-07-06
H. Peter Anvin
NASM: relicense under the 2-clause BSD license
blob
|
commitdiff
|
diff to current
2009-06-29
H. Peter Anvin
Add copyright headers to the *.c/*.h files in the main...
blob
|
commitdiff
|
diff to current
2009-06-27
H. Peter Anvin
parser.c: fix stylistic nitpick
blob
|
commitdiff
|
diff to current
2009-06-23
H. Peter Anvin
parser: don't use midcode declarations
blob
|
commitdiff
|
diff to current
2009-06-23
Victor van den Elzen
BR 2782055: reject invalid tokens after ]
blob
|
commitdiff
|
diff to current
2009-02-25
Victor van den Elzen
Do not confuse segmentless adresses and unknown forward...
blob
|
commitdiff
|
diff to current
2009-02-22
H. Peter Anvin
BR 2592476: Treat WAIT as a prefix even though it's...
blob
|
commitdiff
|
diff to current
2008-09-24
Charles Crayne
Allow value to TIMES to be negative while optimization...
blob
|
commitdiff
|
diff to current
2008-09-11
Charles Crayne
Decouple forward references from optimization
blob
|
commitdiff
|
diff to current
2008-06-17
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-16
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-16
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-16
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-16
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-16
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-16
H. Peter Anvin
Free EOT_DB_STRING_FREE in cleanup_insn()
blob
|
commitdiff
|
diff to current
2008-06-15
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-15
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-14
H. Peter Anvin
Implement __utf16__() and __utf32__() for the DB family
blob
|
commitdiff
|
diff to current
2008-06-12
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-10
H. Peter Anvin
Make strings a first-class token type; defer evaluation
blob
|
commitdiff
|
diff to current
2008-06-04
Charles Crayne
Merge branch 'master' of git+ssh://ccrayne@repo.or...
blob
|
commitdiff
|
diff to current
2008-06-04
Charles Crayne
Remove EQU for critical expression list
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
No 32-byte floating point format: fix error for DY
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
Avoid #including .c files; instead compile as separate...
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
Add DY, YWORD, and the SY instruction flag
blob
|
commitdiff
|
diff to current
2008-04-04
H. Peter Anvin
Correctly identify SBYTE in the optimizer
blob
|
commitdiff
|
diff to current
2008-03-27
Charles Crayne
Restore critical expression checking when optimizer...
blob
|
commitdiff
|
diff to current
2007-12-29
Beroset
regularized spelling of license to match name of LICENS...
blob
|
commitdiff
|
diff to current
2007-11-19
H. Peter Anvin
Clean up remaining build warnings
blob
|
commitdiff
|
diff to current
2007-11-05
H. Peter Anvin
Permit opcode names as labels as long as they are follo...
blob
|
commitdiff
|
diff to current
2007-10-30
H. Peter Anvin
Use a 32-bit floating-point limb size; support 8-bit...
blob
|
commitdiff
|
diff to current
2007-10-30
Charles Crayne
Reduce severity of redundant prefixes from error to...
blob
|
commitdiff
|
diff to current
2007-10-29
H. Peter Anvin
Clean up stealth whitespace
blob
|
commitdiff
|
diff to current
2007-10-29
H. Peter Anvin
64-bit addressing and prefix handling changes
blob
|
commitdiff
|
diff to current
2007-10-10
H. Peter Anvin
Use the compiler-provided booleans if available, otherw...
blob
|
commitdiff
|
diff to current
2007-10-04
H. Peter Anvin
Change cloc_t to struct location, and reorder the members
blob
|
commitdiff
|
diff to current
2007-10-04
H. Peter Anvin
BR 1352920: change loc_t -> cloc_t
blob
|
commitdiff
|
diff to current
2007-10-03
H. Peter Anvin
Portability fixes
blob
|
commitdiff
|
diff to current
2007-09-21
Charles Crayne
Merge branch 'master' of git+ssh://ccrayne@repo.or...
blob
|
commitdiff
|
diff to current
2007-09-20
Frank Kotler
Merge branch 'master' of git+ssh://fbkotler@repo.or...
blob
|
commitdiff
|
diff to current
2007-09-19
H. Peter Anvin
Merge commit 'origin/sse5'
blob
|
commitdiff
|
diff to current
2007-09-19
H. Peter Anvin
Merge commit 'origin/master' into sse5
blob
|
commitdiff
|
diff to current
2007-09-19
H. Peter Anvin
Fix handling of DO; support unary + for floating-point...
blob
|
commitdiff
|
diff to current
2007-09-18
H. Peter Anvin
Support 16-bit IEEE floating point; used in SSE5
blob
|
commitdiff
|
diff to current
2007-09-18
H. Peter Anvin
Merge commit 'origin/master' into sse5
blob
|
commitdiff
|
diff to current
2007-09-18
H. Peter Anvin
Implement "oword" (128 bits) as a first-class size
blob
|
commitdiff
|
diff to current
next