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
/
output
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-01
output/outbin.c -- use list helpers
Cyrill Gorcunov
1
-15
/
+15
2009-07-28
outaout.c -- use list helpers
Cyrill Gorcunov
1
-6
/
+4
2009-07-26
Merge branch 'nasm-2.07.xx'
H. Peter Anvin
1
-6
/
+6
2009-07-26
BR 2827397: fix invalid C in outcoff AddExports()
H. Peter Anvin
1
-6
/
+6
2009-07-18
Drop the ofmt and errfunc arguments to label definition functions
H. Peter Anvin
8
-57
/
+35
2009-07-18
Remove function pointers in output, simplify error handling
H. Peter Anvin
16
-931
/
+799
2009-07-17
Merge commit 'nasm-2.07rc7' into new-preproc
H. Peter Anvin
2
-5
/
+5
2009-07-16
outcoff: fix invalid reference to ofmt
H. Peter Anvin
1
-1
/
+1
2009-07-16
outcoff: this is COFF, not binary
H. Peter Anvin
1
-2
/
+2
2009-07-16
outform.h: update comments regarding macho32/macho64
Keith Kanios
1
-4
/
+4
2009-07-14
outobj: don't fclose() the output
H. Peter Anvin
1
-1
/
+0
2009-07-13
Merge branch 'master' into new-preproc
H. Peter Anvin
2
-1
/
+9
2009-07-13
ELF: add debug support for TY_YWORD
H. Peter Anvin
2
-0
/
+8
2009-07-13
elf32: debug32_typevalue - fix TY_OWORD size
Cyrill Gorcunov
1
-1
/
+1
2009-07-12
Hash even backend-specific directives, unify null functions
H. Peter Anvin
14
-128
/
+147
2009-07-12
Don't fclose() the output in the backend
H. Peter Anvin
12
-17
/
+0
2009-07-08
macho64: Manually merge macho64 branch with master branch.
Keith Kanios
4
-18
/
+1584
2009-07-07
outmacho.c: fix section/relocation alignment issue
Keith Kanios
1
-3
/
+7
2009-07-07
outdbg: be excrutiatingly correct...
H. Peter Anvin
1
-1
/
+1
2009-07-07
outdbg: fix OUT_REL*ADR, add OUT_REL8ADR
H. Peter Anvin
1
-3
/
+8
2009-07-06
outbin: be consistent in spelling "Intel hex" with those caps
H. Peter Anvin
1
-1
/
+1
2009-07-06
outmacho: fixed section/relocation alignment issue
Keith Kanios
1
-4
/
+4
2009-07-06
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
9
-108
/
+0
2009-07-06
outbin: minor cleanups
H. Peter Anvin
1
-6
/
+8
2009-07-05
outbin: when using saa_rnbytes() we have to saa_rewind()
H. Peter Anvin
1
-0
/
+2
2009-07-05
outbin: when writing S-records, write head record
H. Peter Anvin
1
-0
/
+3
2009-07-05
outbin: add support for Intel hex and Motorola S-records
H. Peter Anvin
2
-29
/
+293
2009-07-05
Make it possible for outputs to be either text or binary
H. Peter Anvin
12
-57
/
+62
2009-07-01
outobj: handle the case of SEG <undefined> in pass 0
H. Peter Anvin
1
-4
/
+12
2009-06-30
outmacho: change license to 2-BSD
H. Peter Anvin
1
-12
/
+0
2009-06-30
ELF64: fix incorrect type for the .strtab section header
Cyrill Gorcunov
1
-1
/
+1
2009-06-28
Add new copyright headers to the output modules
H. Peter Anvin
23
-83
/
+798
2009-06-28
Add copyright headers to macro files
H. Peter Anvin
9
-0
/
+405
2009-06-27
Move prototypes for null_debug to outform.h and outlib.h
H. Peter Anvin
5
-0
/
+17
2009-06-27
Move backend-specific code to output/; break out null debug stuff
H. Peter Anvin
18
-20
/
+475
2009-06-27
debug: make *all* the null debug routines available as a library
H. Peter Anvin
2
-20
/
+2
2009-06-27
output: call debug init from a central location
H. Peter Anvin
3
-5
/
+1
2009-06-27
outelf.c: add appropriate #ifdefs
H. Peter Anvin
1
-0
/
+5
2009-06-27
outdbg: make outdbg.c compile cleanly
H. Peter Anvin
1
-10
/
+12
2009-06-25
ELF: make debugging functions static
H. Peter Anvin
2
-65
/
+70
2009-06-25
ELF: remove loop invariant calculation of global offset
H. Peter Anvin
2
-6
/
+18
2009-06-25
ELF: clean up the arithmetic for global symbols
H. Peter Anvin
2
-32
/
+52
2009-06-25
ELF: bump GLOBAL_TEMP_BASE
H. Peter Anvin
1
-1
/
+1
2009-06-25
ELF: eliminate hard-coded section numbers
H. Peter Anvin
3
-81
/
+143
2009-06-25
Handle the new ELF headers in the dependency generation
H. Peter Anvin
5
-11
/
+11
2009-06-25
ELF: add header files, begin merging common code, drop .comment
H. Peter Anvin
8
-314
/
+661
2009-04-30
outbin: replace fprintf(rf, not_defined); with fputs(not_defined, rf);
H. Peter Anvin
1
-5
/
+5
2009-03-18
outcoff: BR 2685756: fix SAFESEH with an internal symbol
Andy Polyakov
1
-1
/
+3
2009-03-18
outelf32/64: fix uninitialized rbtree
Michael Scherer
2
-0
/
+4
2009-02-21
outelf32/64: remove align_str in favor of fwritezero()
H. Peter Anvin
2
-8
/
+4
[next]