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
2008-04-04
Correctly identify SBYTE in the optimizer
H. Peter Anvin
1
-2
/
+6
2008-01-21
nasm.h: make t_type an enum
H. Peter Anvin
1
-17
/
+17
2008-01-08
Sanitize the pass logic, and only issue PASS1 warnings on pass0 == 1
H. Peter Anvin
1
-0
/
+1
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-12
Fix handling of XCHG in 64-bit mode
H. Peter Anvin
1
-75
/
+81
2007-11-09
Don't combine type and size into a single argument
H. Peter Anvin
1
-30
/
+30
2007-11-08
Fix building under OpenWatcom
H. Peter Anvin
1
-8
/
+9
2007-11-08
Move elements() to nasmlib.h
H. Peter Anvin
1
-13
/
+0
2007-11-06
Pass 64-bit instruction lengths to back-ends.
Charles Crayne
1
-9
/
+10
2007-11-05
Upgrade label functions to 64-bit
Charles Crayne
1
-4
/
+4
2007-10-29
Use a 32-bit floating-point limb size; support 8-bit float
H. Peter Anvin
1
-0
/
+1
2007-10-28
64-bit addressing and prefix handling changes
H. Peter Anvin
1
-10
/
+31
2007-10-24
Fix the handling of floating-point tokens in the preprocessor
H. Peter Anvin
1
-1
/
+1
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-32
/
+32
2007-10-11
Additional uses of bool and enum
H. Peter Anvin
1
-4
/
+4
2007-10-10
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
1
-13
/
+2
2007-10-03
Change cloc_t to struct location, and reorder the members
H. Peter Anvin
1
-3
/
+3
2007-10-03
BR 1352920: change loc_t -> cloc_t
H. Peter Anvin
1
-1
/
+1
2007-10-02
Portability fixes
H. Peter Anvin
1
-1
/
+2
2007-09-24
Support __float*__ for floating-point numbers in expressions
H. Peter Anvin
1
-1
/
+12
2007-09-22
Add TY_OWORD for "DO" output
H. Peter Anvin
1
-0
/
+1
2007-09-19
Make nasm_malloc() et al available from inside ndisasm
H. Peter Anvin
1
-42
/
+13
2007-09-18
Implement "oword" (128 bits) as a first-class size
H. Peter Anvin
1
-4
/
+6
2007-09-17
Actually generate SSE5 instructions
H. Peter Anvin
1
-1
/
+11
2007-09-17
Initial support for generating DREX suffixes
H. Peter Anvin
1
-1
/
+4
2007-09-17
Initial support for four arguments per instruction
H. Peter Anvin
1
-1
/
+2
2007-09-17
Cleaner way to handle MSVC's _snprintf() underscore damage
H. Peter Anvin
1
-5
/
+1
2007-09-12
Add (untested!) SSSE3, SSE4.1, SSE4.2 instructions
H. Peter Anvin
1
-0
/
+4
2007-09-12
Support r/m operands for non-integer types
H. Peter Anvin
1
-7
/
+13
2007-09-12
Use enumerations where practical to ease debugging
H. Peter Anvin
1
-4
/
+7
2007-09-12
Use a perfect hash to look up preprocessor directives
H. Peter Anvin
1
-1
/
+3
2007-09-11
Use enums to make debugging easier
H. Peter Anvin
1
-6
/
+8
2007-09-10
Fix the MMXREG and XMMREG flags definitions.
H. Peter Anvin
1
-2
/
+2
2007-08-29
Add [default] directive
H. Peter Anvin
1
-0
/
+12
2007-08-29
Suppress IP-relative only for fs: and gs: overrides
H. Peter Anvin
1
-1
/
+1
2007-08-28
Implement REL/ABS modifiers
H. Peter Anvin
1
-11
/
+23
2007-08-17
Changed MMXREG and XMMREG flags to help resolve invalid REX prefix generation...
Keith Kanios
1
-2
/
+2
2007-05-30
Avoid magic values; we have more than 124 registers now
H. Peter Anvin
1
-11
/
+8
2007-05-30
Get rid of magic open-coded "register numbers"
H. Peter Anvin
1
-5
/
+17
2007-05-30
Rename REGNORM to REG_EA
H. Peter Anvin
1
-1
/
+1
2007-05-30
More instruction flag surgery
H. Peter Anvin
1
-27
/
+28
2007-05-30
More cleanup of operand flags/register classes
H. Peter Anvin
1
-20
/
+23
2007-05-29
Clean up the existing operand flag definitions, and document
H. Peter Anvin
1
-65
/
+136
2007-04-16
Initial 64-bit support for ndisasm. Still a work in progress.
H. Peter Anvin
1
-1
/
+1
2007-04-15
Clean up the 64-bitification of regs.dat for 64-bit ndisasm support
H. Peter Anvin
1
-1
/
+0
2007-04-13
Fixed REGRIP -> RIPREG to match regs.dat.
Keith Kanios
1
-1
/
+1
2007-04-13
AIf we have config.h, we should actually include it!!
H. Peter Anvin
1
-0
/
+4
2007-04-13
Fixed distinction between char and int8_t data types.
Keith Kanios
1
-29
/
+30
2007-04-12
General push for x86-64 support, dubbed 0.99.00.
Keith Kanios
1
-64
/
+75
2005-01-15
Apply Nindent to all .c and .h files
H. Peter Anvin
1
-145
/
+144
[next]