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
2009-06-28
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
1
-5
/
+46
2009-06-27
Move backend-specific code to output/; break out null debug stuff
H. Peter Anvin
1
-1
/
+1
2009-06-27
output: call debug init from a central location
H. Peter Anvin
1
-0
/
+1
2009-06-27
BR 2781900: handle common labels while optimizing
H. Peter Anvin
1
-55
/
+56
2009-06-27
nasm.c: clean up pass exit logic
H. Peter Anvin
1
-26
/
+25
2009-03-07
BR 2672117: handle long lines for db/dw/etc.
H. Peter Anvin
1
-13
/
+13
2009-02-26
nasm.c: another readability cleanup
H. Peter Anvin
1
-3
/
+2
2009-02-26
nasm.c: readability cleanup for seg:off parsing
H. Peter Anvin
1
-14
/
+8
2009-02-13
BR 2593349: Move version message back to stdout
H. Peter Anvin
1
-2
/
+2
2009-01-05
Fix the [warning] directive
H. Peter Anvin
1
-30
/
+28
2008-11-05
Fix BR #916647
Victor van den Elzen
1
-2
/
+0
2008-11-03
Prevent erroneous extra "final" pass
Charles Crayne
1
-1
/
+1
2008-10-31
Move all version strings to a single compilation unit (ver.c)
H. Peter Anvin
1
-10
/
+3
2008-10-26
Better description of the number-overflow warning
H. Peter Anvin
1
-1
/
+1
2008-10-26
BR: 2196966: make the -w/-W options work again
H. Peter Anvin
1
-3
/
+3
2008-10-06
Better warnings for out-of-range values
H. Peter Anvin
1
-1
/
+2
2008-09-30
Put the static information about warnings in a structure
H. Peter Anvin
1
-57
/
+48
2008-09-30
Allow %warning output to be suppressed
H. Peter Anvin
1
-3
/
+6
2008-09-25
Set __PASS__ to 3 for preprocess only
H. Peter Anvin
1
-1
/
+1
2008-09-11
Halt assembly if addresses are not converging.
Charles Crayne
1
-11
/
+14
2008-09-11
Limit number of passes to 1000
Victor van den Elzen
1
-3
/
+13
2008-09-11
Remove obsolete ROL-EQU hack
Victor van den Elzen
1
-29
/
+0
2008-09-10
Decouple forward references from optimization
Charles Crayne
1
-6
/
+5
2008-08-06
Add macro-defaults warning class and documentation.
Victor van den Elzen
1
-4
/
+5
2008-07-16
Fix multipass inline warning (dis/en)abling
Victor van den Elzen
1
-15
/
+28
2008-07-16
Fix fclose bug on error.
Victor van den Elzen
1
-4
/
+5
2008-06-21
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
1
-12
/
+12
2008-06-11
Make -F imply -g (BR 1991213)
H. Peter Anvin
1
-0
/
+1
2008-06-11
Use an explicit table for tolower() to avoid a function call
H. Peter Anvin
1
-0
/
+2
2008-06-10
Add %warning, saner unquoting of %error
H. Peter Anvin
1
-1
/
+3
2008-06-09
Move all the RAA code out of nasmlib
H. Peter Anvin
1
-0
/
+1
2008-06-09
Move all the SAA code out of nasmlib
H. Peter Anvin
1
-0
/
+1
2008-05-29
Add the -MP option to emit phony targets
H. Peter Anvin
1
-36
/
+69
2008-05-29
Implement -MD, -MF, -MT, -MQ
H. Peter Anvin
1
-16
/
+165
2008-05-20
Add DY, YWORD, and the SY instruction flag
H. Peter Anvin
1
-0
/
+13
2008-05-04
First cut at AVX machinery.
H. Peter Anvin
1
-6
/
+6
2008-02-16
BR 774131: date and time macros
H. Peter Anvin
1
-6
/
+86
2008-01-22
Ignore ERR_PASS1 except for actual warnings
H. Peter Anvin
1
-10
/
+7
2008-01-21
nasm.c: clean up the handing of response files
H. Peter Anvin
1
-13
/
+15
2008-01-13
Remove debugging printf
H. Peter Anvin
1
-2
/
+0
2008-01-08
Sanitize the pass logic, and only issue PASS1 warnings on pass0 == 1
H. Peter Anvin
1
-33
/
+29
2008-01-08
Remove magic "five pass minimum" - I'm pretty sure optimizer is fixed.
H. Peter Anvin
1
-5
/
+1
2008-01-08
Optimizer: force progression through final passes when hitting limit
H. Peter Anvin
1
-2
/
+3
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-19
BR 1834731: Remove redundant error messages for no input file
H. Peter Anvin
1
-4
/
+3
2007-11-18
BR 1091926: Bounds checking for command line parsing
H. Peter Anvin
1
-6
/
+20
2007-11-15
Clean up the command-line parsing; make -w/-W match others
H. Peter Anvin
1
-117
/
+146
2007-11-13
Enable a few warnings by default; clean up warning descriptions
H. Peter Anvin
1
-4
/
+4
2007-11-13
Add gcc-style -W/-Wno- warning selections; -Wall; -Werror
H. Peter Anvin
1
-21
/
+41
2007-11-13
Address data is int64_t; simplify writing an address object
H. Peter Anvin
1
-2
/
+2
[next]