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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-30
Finishing touches on perfect hash tokenizer; actually turn the thing on
H. Peter Anvin
1
-1
/
+2
2007-08-29
Add [default] directive
H. Peter Anvin
1
-37
/
+51
2007-08-28
Implement REL/ABS modifiers
H. Peter Anvin
1
-0
/
+1
2007-05-29
Clean up the existing operand flag definitions, and document
H. Peter Anvin
1
-4
/
+5
2007-04-17
Handle "LOCK as REX.R" for MOV CRx; fix warning for invalid 64-bit regs
H. Peter Anvin
1
-2
/
+2
2007-04-14
Placated unreferenced types.
Keith Kanios
1
-0
/
+1
2007-04-14
c99 printf/fprintf compliance.
Keith Kanios
1
-4
/
+4
2007-04-13
Fixed distinction between char and int8_t data types.
Keith Kanios
1
-51
/
+54
2007-04-12
Remove obsolete types; add <inttypes.h> where needed; header fixes
H. Peter Anvin
1
-1
/
+1
2007-04-12
General push for x86-64 support, dubbed 0.99.00.
Keith Kanios
1
-68
/
+86
2005-01-15
Apply Nindent to all .c and .h files
H. Peter Anvin
1
-1189
/
+1227
2005-01-14
Consistent capitalization
H. Peter Anvin
1
-2
/
+2
2004-12-15
changed sprintf to more secure snprintf to prevent vulnerability to buffer
Ed Beroset
1
-1
/
+1
2003-09-26
Backed out another patch =)
Stanislav Karchebny
1
-1
/
+1
2003-09-25
Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string const
Stanislav Karchebny
1
-1
/
+1
2003-09-10
If we don't specify -g, actually suppress debugging output
H. Peter Anvin
1
-0
/
+4
2003-08-29
Update documentation slightly; remove weird special-casing of -O2 and -O3
H. Peter Anvin
1
-1
/
+0
2003-08-15
Allow leading whitespace on output format specific directives.
Michael K. Ter Louw
1
-8
/
+11
2003-06-14
apply dborca's patch - make the "-U" switch work - finally!
Frank Kotler
1
-0
/
+2
2003-04-01
Remove "malloc.h" from rdoff/symtab.c - BSD build problem?
Frank Kotler
1
-0
/
+3
2003-02-24
Add support for the new instructions in Prescott
H. Peter Anvin
1
-0
/
+1
2002-06-11
corrected comment above the report_error_vc function
Ed Beroset
1
-6
/
+6
2002-06-10
Visual C++ error format needs <space>:<space> after the parentheses.
H. Peter Anvin
1
-2
/
+2
2002-06-09
Addressed feature request 555987 (Visual Studio integration) by adding the
Ed Beroset
1
-19
/
+111
2002-06-07
Fix for BR 561137 (gcc3 compilation issue.)
H. Peter Anvin
1
-5
/
+9
2002-05-28
Add the JMPE instruction.
H. Peter Anvin
1
-0
/
+6
2002-05-26
Undo accidental checkin of old code
H. Peter Anvin
1
-8
/
+8
2002-05-26
Reversed a change in 1.27 that affects ABSOLUTE.
Debbie Wiles
1
-3
/
+3
2002-05-26
Move optimizer output from '-g' switch to '-Ov' switch
John Coffman
1
-18
/
+30
2002-05-26
Make "ABSOLUTE <label>" work again; code based on 0.97.
H. Peter Anvin
1
-10
/
+7
2002-05-25
Make it an error to supply a non-constant expression to ABSOLUTE
H. Peter Anvin
1
-2
/
+6
2002-05-22
No C++ comments, please!
H. Peter Anvin
1
-1
/
+1
2002-05-22
Fixed the ABSOLUTE LABEL problem
Debbie Wiles
1
-3
/
+2
2002-05-14
Change "const static" -> "static const" to keep gcc happy
H. Peter Anvin
1
-2
/
+2
2002-05-14
Code cleanup fixes from Ed Beroset
H. Peter Anvin
1
-9
/
+9
2002-05-06
Change NASMOPT to NASMENV
H. Peter Anvin
1
-2
/
+2
2002-05-04
Change the NASM environment variable to NASMOPT.
H. Peter Anvin
1
-2
/
+2
2002-04-30
NASM 0.98.30
H. Peter Anvin
1
-3
/
+5
2002-04-30
NASM 0.98.20
H. Peter Anvin
1
-1
/
+4
2002-04-30
NASM 0.98.16
H. Peter Anvin
1
-7
/
+11
2002-04-30
NASM 0.98.14
H. Peter Anvin
1
-5
/
+6
2002-04-30
NASM 0.98.12
H. Peter Anvin
1
-11
/
+16
2002-04-30
NASM 0.98.11
H. Peter Anvin
1
-5
/
+5
2002-04-30
NASM 0.98.09
H. Peter Anvin
1
-95
/
+65
2002-04-30
NASM 0.98.08
H. Peter Anvin
1
-53
/
+232
2002-04-30
NASM 0.98.03
H. Peter Anvin
1
-541
/
+589
2002-04-30
NASM 0.98
H. Peter Anvin
1
-18
/
+9
2002-04-30
NASM 0.98p7
H. Peter Anvin
1
-8
/
+9
2002-04-30
NASM 0.98p6
H. Peter Anvin
1
-88
/
+134
2002-04-30
NASM 0.98p3
H. Peter Anvin
1
-351
/
+550
[next]