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
2011-07-17
Drop unused 'arg' variable
Cyrill Gorcunov
1
-2
/
+1
2011-07-02
preproc: Move Preproc type to preproc_ops structure
Cyrill Gorcunov
1
-4
/
+6
2011-06-25
nassm.c: Use evaluate for section alignment
Cyrill Gorcunov
1
-4
/
+16
2011-04-06
ofmt: Alias shortname must be used for __OUTPUT_FORMAT__ macro
Cyrill Gorcunov
1
-3
/
+9
2011-03-07
BR3200749: Fix "use after close" file pointer
Cyrill Gorcunov
1
-1
/
+4
2010-07-25
Revert "Improve process_ea and introduce -OL"
H. Peter Anvin
1
-16
/
+7
2010-07-24
Improve process_ea and introduce -OL
Victor van den Elzen
1
-7
/
+16
2010-07-15
Make -Ox the default
H. Peter Anvin
1
-5
/
+14
2010-07-13
No need for \n at __OUTPUT_FORMAT__ macro end
Cyrill Gorcunov
1
-1
/
+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
/
+2
2010-04-21
Introduce SEGALIGN directive
Cyrill Gorcunov
1
-1
/
+13
2010-04-21
nasm.c: Delete redundant goto
Cyrill Gorcunov
1
-2
/
+2
2010-04-07
nasm.c: smarter handling of missing directives
H. Peter Anvin
1
-4
/
+7
2010-04-06
Distinguish no directive present from unknown directive
H. Peter Anvin
1
-4
/
+4
2010-01-09
nasm.c: Restore strings broken by `indent`
Cyrill Gorcunov
1
-30
/
+14
2009-12-04
nasm.c: Use copy_filename to set error message file
Cyrill Gorcunov
1
-1
/
+1
2009-10-31
stdscan: switch to stdscan_get/set routines
Cyrill Gorcunov
1
-2
/
+2
2009-10-13
nasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()
H. Peter Anvin
1
-1
/
+1
2009-10-13
nasm.c: use string helpers
Cyrill Gorcunov
1
-19
/
+7
2009-10-13
nasm.c: getkw -- use string helpers
Cyrill Gorcunov
1
-36
/
+27
2009-08-08
nasm.c: fix stack overrun in assemble_file
H. Peter Anvin
1
-15
/
+31
2009-07-31
nasm.c: consistently use the 'murrican spelling "optimize"
H. Peter Anvin
1
-1
/
+1
2009-07-31
nasm.c -- update info on -O cmdline option
Cyrill Gorcunov
1
-1
/
+4
2009-07-30
Merge commit 'cyr/hpa-list'
H. Peter Anvin
1
-4
/
+2
2009-07-31
nasm.c -- update help message
Cyrill Gorcunov
1
-3
/
+11
2009-07-27
nasm.c -- use list helpers
Cyrill Gorcunov
1
-4
/
+2
2009-07-18
Drop efunc and evalfunc as input to the preprocessor
H. Peter Anvin
1
-13
/
+8
2009-07-18
Drop efunc and evaluate argument to parse_line()
H. Peter Anvin
1
-3
/
+1
2009-07-18
Drop the ofmt and errfunc arguments to label definition functions
H. Peter Anvin
1
-15
/
+9
2009-07-18
Remove function pointers in output, simplify error handling
H. Peter Anvin
1
-102
/
+86
2009-07-17
Merge commit 'nasm-2.07rc7' into new-preproc
H. Peter Anvin
1
-1
/
+2
2009-07-16
BR 2822263: don't re-invoke ofmt->symdef() in pass2 unless "special"
H. Peter Anvin
1
-1
/
+2
2009-07-14
Don't try to fclose() the output if ofile is NULL
H. Peter Anvin
1
-4
/
+6
2009-07-12
Hash even backend-specific directives, unify null functions
H. Peter Anvin
1
-2
/
+2
2009-07-12
Don't fclose() the output in the backend
H. Peter Anvin
1
-8
/
+11
2009-07-12
Use a phash to decode directives
H. Peter Anvin
1
-18
/
+10
2009-07-07
listing: preserve list file on error, include errors
H. Peter Anvin
1
-9
/
+15
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
-1
/
+1
2009-07-01
Fix early report_error(); avoid nuisance phase warnings
H. Peter Anvin
1
-14
/
+19
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
[next]