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
/
nasm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-21
BR 3392279: Fix duplicated REX prefixes
H. Peter Anvin
1
-1
/
+2
2013-12-11
mib: Handle MIB EA in a different way from regular EA's
Jin Kyu Song
1
-2
/
+4
2013-12-04
bnd: Add a new nobnd prefix
Jin Kyu Song
1
-0
/
+2
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
-0
/
+6
2013-11-20
disasm: Add basic AVX512 support
Jin Kyu Song
1
-1
/
+6
2013-11-20
match: Check the number of elements in broadcasting operands
Jin Kyu Song
1
-0
/
+14
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-09-07
AVX-512: Fix rounding mode value in EVEX prefix with SAE
Jin Kyu Song
1
-1
/
+2
2013-08-29
AVX-512: Remove trailing space and align columns
Jin Kyu Song
1
-1
/
+1
2013-08-29
AVX-512: Fix comments
Jin Kyu Song
1
-1
/
+2
2013-08-29
AVX-512: Remember the position of operand with broadcast or embedded rounding
Jin Kyu Song
1
-0
/
+1
2013-08-28
AVX-512: Change the data type for instruction flags
Jin Kyu Song
1
-0
/
+2
2013-08-22
AVX-512: Add ZWORD keyword
Jin Kyu Song
1
-0
/
+1
2013-08-22
AVX-512: Fix instruction match function
Jin Kyu Song
1
-2
/
+16
2013-08-16
AVX-512: Add EVEX encoding and new instructions
Jin Kyu Song
1
-4
/
+50
2013-08-06
AVX-512: Add support for parsing braces
Jin Kyu Song
1
-1
/
+107
2013-07-14
ea_type: Fix typo in comment
Cyrill Gorcunov
1
-1
/
+1
2013-03-03
Move conditional opcodes close to enum ccode definition
Cyrill Gorcunov
1
-0
/
+11
2013-02-15
Align enum prefixes members
Cyrill Gorcunov
1
-4
/
+18
2012-05-31
eval: add general support for "integer functions" and add ilog2*()
H. Peter Anvin
1
-0
/
+8
2012-05-07
preproc: Move NOP preprocessor into separate file
Cyrill Gorcunov
1
-0
/
+1
2012-05-07
preproc: Split get rid of global preproc methods
Cyrill Gorcunov
1
-0
/
+13
2012-02-25
Add support for UTF-16BE and UTF-32BE
H. Peter Anvin
1
-1
/
+5
2012-02-24
HLE: Implement the basic mechanism for XACQUIRE/XRELEASE
H. Peter Anvin
1
-2
/
+2
2012-02-24
HLE: Split the LOCK and REP prefix slots
H. Peter Anvin
1
-3
/
+4
2011-11-12
BR3392198: Fix compilation warning on prefixes
Cyrill Gorcunov
1
-1
/
+1
2011-08-28
Style tuneup of nasm.h
Cyrill Gorcunov
1
-208
/
+227
2011-07-17
nasm.h: Reorder tokenval members to drop padding
Cyrill Gorcunov
1
-3
/
+3
2011-07-07
Remove support for DREX encoding
H. Peter Anvin
1
-5
/
+3
2011-07-02
preproc: Move Preproc type to preproc_ops structure
Cyrill Gorcunov
1
-6
/
+6
2011-06-25
Move numvalue herleper into nasmlib.h
Cyrill Gorcunov
1
-4
/
+0
2011-06-22
Add support for VSIB instructions
H. Peter Anvin
1
-1
/
+7
2011-04-06
ofmt: Alias shortname must be used for __OUTPUT_FORMAT__ macro
Cyrill Gorcunov
1
-1
/
+10
2010-07-25
Revert "Improve process_ea and introduce -OL"
H. Peter Anvin
1
-2
/
+1
2010-07-25
nasm.h: move "regs.h" to top; make is_register() a bool
H. Peter Anvin
1
-5
/
+3
2010-07-25
move is_register helper to nasm.h
Cyrill Gorcunov
1
-0
/
+6
2010-07-24
Improve process_ea and introduce -OL
Victor van den Elzen
1
-1
/
+2
2010-06-15
Rename filenames to 8.3 format
H. Peter Anvin
1
-1
/
+1
2010-05-06
Add support for one-byte relocations
H. Peter Anvin
1
-0
/
+1
2010-04-21
Rename SEGALIGN to SECTALIGN
Cyrill Gorcunov
1
-3
/
+3
2010-04-21
ofmt: Implement null_segalign stubs
Cyrill Gorcunov
1
-0
/
+6
2009-10-13
opflags: more int32_t -> opflags_t conversions
H. Peter Anvin
1
-196
/
+1
2009-10-13
nasm.h: introduce is_class macro helper
Cyrill Gorcunov
1
-0
/
+2
2009-10-13
use opflags_t type for operands
Cyrill Gorcunov
1
-1
/
+1
2009-07-18
Drop efunc and evalfunc as input to the preprocessor
H. Peter Anvin
1
-1
/
+1
2009-07-18
Drop the ofmt and errfunc arguments to label definition functions
H. Peter Anvin
1
-4
/
+2
2009-07-18
Remove function pointers in output, simplify error handling
H. Peter Anvin
1
-23
/
+25
2009-07-12
Hash even backend-specific directives, unify null functions
H. Peter Anvin
1
-1
/
+2
[next]