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
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
2009-07-07
listing: preserve list file on error, include errors
H. Peter Anvin
1
-1
/
+5
2009-07-06
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
1
-12
/
+0
2009-07-05
Make it possible for outputs to be either text or binary
H. Peter Anvin
1
-5
/
+3
2009-06-28
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
1
-6
/
+45
2009-06-24
Add support for instructions which always use low 8-bit registers
H. Peter Anvin
1
-0
/
+1
2009-05-08
Add symbolic constants for REX_V "classes" (VEX, XOP, ...)
H. Peter Anvin
1
-0
/
+8
2009-05-03
Infrastructure support for AMD's new XOP prefix
H. Peter Anvin
1
-2
/
+2
2009-02-25
Do not confuse segmentless adresses and unknown forward references
Victor van den Elzen
1
-0
/
+2
2009-02-21
BR 2592476: Treat WAIT as a prefix even though it's really an instruction
H. Peter Anvin
1
-0
/
+2
2008-10-31
Move all version strings to a single compilation unit (ver.c)
H. Peter Anvin
1
-1
/
+9
2008-10-04
assemble.c: be smarter about when to suppress warnings due to SBYTE
H. Peter Anvin
1
-0
/
+1
2008-07-19
Avoid redundant "const" for macros_t
H. Peter Anvin
1
-1
/
+1
2008-07-19
BR 2003451: avoid "forwardness" leaks between operands
H. Peter Anvin
1
-1
/
+1
2008-06-21
Fix a few more <ctype.h> instances
H. Peter Anvin
1
-3
/
+3
2008-06-21
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
1
-3
/
+3
2008-06-20
Move the output format macros into the macros.pl mechanism
H. Peter Anvin
1
-1
/
+2
2008-06-14
Implement __utf16__() and __utf32__() for the DB family
H. Peter Anvin
1
-7
/
+19
2008-06-09
Make strings a first-class token type; defer evaluation
H. Peter Anvin
1
-3
/
+8
2008-05-29
Add the -MP option to emit phony targets
H. Peter Anvin
1
-1
/
+9
2008-05-29
Implement -MD, -MF, -MT, -MQ
H. Peter Anvin
1
-2
/
+2
2008-05-20
Add support for ymm0 in instructions
H. Peter Anvin
1
-0
/
+4
[next]