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-11-07
Upgrade RAA functions to hold 64-bit data.
Charles Crayne
1
-2
/
+3
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-18
/
+18
2007-10-18
Suppress a few signedness warnings
Charles Crayne
1
-1
/
+1
2007-10-16
Implement floating-point option control directive
H. Peter Anvin
1
-3
/
+10
2007-10-16
Floating-point warning fixes; fix round-to-overflow
H. Peter Anvin
1
-2
/
+2
2007-10-16
Handle rounding of denorms correctly; make fp overflow a warning
H. Peter Anvin
1
-6
/
+10
2007-10-11
Additional uses of bool and enum
H. Peter Anvin
1
-8
/
+10
2007-10-10
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
1
-35
/
+35
2007-10-10
Create option -Ox to tell NASM to do unlimited passes
H. Peter Anvin
1
-29
/
+43
2007-10-04
Rewrite the handling of SAA's to allow random access
H. Peter Anvin
1
-1
/
+1
2007-10-03
Change cloc_t to struct location, and reorder the members
H. Peter Anvin
1
-1
/
+1
2007-10-03
BR 1352920: change loc_t -> cloc_t
H. Peter Anvin
1
-1
/
+1
2007-10-03
BR 1352920: Handle upper case %line
H. Peter Anvin
1
-1
/
+1
2007-10-02
Portability fixes
H. Peter Anvin
1
-0
/
+2
2007-10-01
Unspecified files are null strings, not null pointers
H. Peter Anvin
1
-4
/
+2
2007-10-01
Check for the most basic filename overlaps
H. Peter Anvin
1
-10
/
+19
2007-09-30
modified: nasm.1 to add newer command line options
Charles Crayne
1
-8
/
+14
2007-09-26
nasm option reshuffling, -E -> -Z
H. Peter Anvin
1
-7
/
+6
2007-09-25
Fix BR 1445441: uninitialized use of "error_file"
H. Peter Anvin
1
-2
/
+2
2007-09-24
Implement the -MG option (SF RFE 1564264)
H. Peter Anvin
1
-3
/
+8
2007-09-22
Add TY_OWORD for "DO" output
H. Peter Anvin
1
-0
/
+3
2007-09-22
Disallow optimizing by less than 5 passes.
H. Peter Anvin
1
-2
/
+6
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
[next]