index
:
platform/upstream/nasm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
pristine-tar
sandbox/kevinthierry/bump-2.11.06
sandbox/kevinthierry/upstream
sandbox/pcoval/devel
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
upstream-2.10.07
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-04
bnd: Add a new nobnd prefix
Jin Kyu Song
1
-0
/
+1
2013-11-28
Add {vex3} and {vex2} prefixes by analogy with {evex}
H. Peter Anvin
1
-1
/
+3
2013-11-27
stdscan: Rework curly brace parsing routines
Jin Kyu Song
1
-1
/
+1
2013-11-20
match: Check the number of elements in broadcasting operands
Jin Kyu Song
1
-1
/
+2
2013-11-20
Build: Suppress warning messages
Jin Kyu Song
1
-1
/
+1
2013-11-20
AVX-512: Add {evex} instruction prefix
Jin Kyu Song
1
-0
/
+2
2013-11-20
MPX: Add BND prefix for branch instructions
Jin Kyu Song
1
-0
/
+1
2013-11-20
MPX: Add MPX instructions
Jin Kyu Song
1
-0
/
+7
2013-11-20
parser: support split base,index effective address
H. Peter Anvin
1
-18
/
+79
2013-11-20
parse: factor out mref parsing
H. Peter Anvin
1
-125
/
+132
2013-11-20
parser: simplify code by keeping a pointer to the current operand
H. Peter Anvin
1
-152
/
+132
2013-10-02
Add support for DZ and RESZ, document the ZWORD keyword
H. Peter Anvin
1
-4
/
+9
2013-08-29
AVX-512: Remember the position of operand with broadcast or embedded rounding
Jin Kyu Song
1
-0
/
+6
2013-08-22
AVX-512: Fix parser to handle opmask decorator correctly
Jin Kyu Song
1
-5
/
+8
2013-08-22
AVX-512: Add ZWORD keyword
Jin Kyu Song
1
-0
/
+5
2013-08-22
AVX-512: Reword comment about opmask decorators
Jin Kyu Song
1
-1
/
+1
2013-08-16
AVX-512: Add EVEX encoding and new instructions
Jin Kyu Song
1
-0
/
+6
2013-08-06
AVX-512: Add support for parsing braces
Jin Kyu Song
1
-2
/
+92
2013-07-19
BR 3392260: Handle instructions only separated by vector SIB size
H. Peter Anvin
1
-6
/
+21
2013-07-16
parse_line: Shrink code with memset helper
Cyrill Gorcunov
1
-3
/
+2
2013-03-01
Remove +s
Ben Rudiak-Gould
1
-17
/
+11
2012-09-10
opflags: Extend opflags_t to 64 bits
Cyrill Gorcunov
1
-1
/
+1
2012-02-24
HLE: Implement the basic mechanism for XACQUIRE/XRELEASE
H. Peter Anvin
1
-0
/
+2
2012-02-24
HLE: Split the LOCK and REP prefix slots
H. Peter Anvin
1
-1
/
+2
2011-11-12
BR3392198: Fix compilation warning on prefixes
Cyrill Gorcunov
1
-1
/
+1
2011-08-28
parser: No need to split line if it a bit longer than 80 chars
Cyrill Gorcunov
1
-2
/
+1
2011-08-28
Add IS_SREG and IS_FSGS helpers
Cyrill Gorcunov
1
-9
/
+11
2011-08-28
A few style fixups in parser.c
Cyrill Gorcunov
1
-59
/
+66
2010-11-07
BR3104852: only warn once for repeated prefixes
Victor van den Elzen
1
-1
/
+1
2010-08-27
parser.c: Drop space line and use hex notation
Cyrill Gorcunov
1
-3
/
+2
2010-08-24
Optimize mov r64,imm
H. Peter Anvin
1
-1
/
+8
2010-07-25
Revert "Improve process_ea and introduce -OL"
H. Peter Anvin
1
-1
/
+0
2010-07-24
Improve process_ea and introduce -OL
Victor van den Elzen
1
-0
/
+1
2009-11-01
Revert "BR 2887108: Use overflow_ helper to catch inappropriate imm optimizat...
Cyrill Gorcunov
1
-9
/
+8
2009-10-31
Various tab/space/comment cleanup
Cyrill Gorcunov
1
-209
/
+213
2009-10-31
stdscan: switch to stdscan_get/set routines
Cyrill Gorcunov
1
-5
/
+5
2009-10-31
nasmlib: Introduce idata_bytes helper
Cyrill Gorcunov
1
-37
/
+18
2009-10-31
BR 2887108: Use overflow_ helper to catch inappropriate imm optimization
Cyrill Gorcunov
1
-8
/
+9
2009-10-14
parser.c: pasrse_line -- fix alignment
Cyrill Gorcunov
1
-3
/
+3
2009-08-23
Use I_none opcode instead of hardcoded number
Cyrill Gorcunov
1
-18
/
+18
2009-08-11
Fix some format strings for nasm_error
Victor van den Elzen
1
-3
/
+3
2009-07-18
Drop efunc and evaluate argument to parse_line()
H. Peter Anvin
1
-49
/
+47
2009-07-18
Drop the ofmt and errfunc arguments to label definition functions
H. Peter Anvin
1
-4
/
+2
2009-07-06
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
1
-12
/
+0
2009-06-28
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
1
-6
/
+45
2009-06-27
parser.c: fix stylistic nitpick
H. Peter Anvin
1
-1
/
+0
2009-06-23
parser: don't use midcode declarations
H. Peter Anvin
1
-1
/
+2
2009-06-23
BR 2782055: reject invalid tokens after ]
Victor van den Elzen
1
-8
/
+16
2009-02-25
Do not confuse segmentless adresses and unknown forward references
Victor van den Elzen
1
-0
/
+8
2009-02-21
BR 2592476: Treat WAIT as a prefix even though it's really an instruction
H. Peter Anvin
1
-0
/
+2
[next]