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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-01
Beginnings of a crude utility to dump the contents of an OMF file
H. Peter Anvin
1
-0
/
+223
2009-07-01
Fix early report_error(); avoid nuisance phase warnings
H. Peter Anvin
1
-14
/
+19
2009-07-01
outobj: handle the case of SEG <undefined> in pass 0
H. Peter Anvin
1
-4
/
+12
2009-07-01
nasmlib: add nasm_assert(); use const char * for filenames
H. Peter Anvin
2
-14
/
+28
2009-07-01
compiler.h: new macro for a non-returning function
H. Peter Anvin
1
-0
/
+9
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-29
NASM 2.06
H. Peter Anvin
1
-1
/
+1
2009-06-28
headers/doc: copyright header for documentation files
H. Peter Anvin
1
-0
/
+45
2009-06-28
Add new copyright headers to the rdoff code
H. Peter Anvin
17
-55
/
+579
2009-06-28
Add new copyright headers to the output modules
H. Peter Anvin
23
-83
/
+798
2009-06-28
Add copyright headers to standard macro packages
H. Peter Anvin
2
-0
/
+66
2009-06-28
Add copyright headers to macro files
H. Peter Anvin
10
-0
/
+450
2009-06-28
Macro file copyright header
H. Peter Anvin
1
-0
/
+45
2009-06-28
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
41
-138
/
+1571
2009-06-28
In memory of Chuck...
H. Peter Anvin
1
-0
/
+4
2009-06-28
Add copyright header to nasmdoc.src
H. Peter Anvin
1
-0
/
+32
2009-06-28
LICENSE: include the actual BSD license
H. Peter Anvin
1
-2
/
+31
2009-06-28
Add copyright notices to other *.dat files
H. Peter Anvin
3
-0
/
+99
2009-06-28
Add copyright notice to insns.dat
H. Peter Anvin
1
-6
/
+35
2009-06-28
Add copyright verbiage to Perl scripts; update LICENSE
H. Peter Anvin
15
-15
/
+480
2009-06-28
Standard copyright verbiage headers
H. Peter Anvin
2
-0
/
+90
2009-06-28
LICENSE: give the current license status.
H. Peter Anvin
1
-1
/
+5
2009-06-28
NASM 2.06rc16
H. Peter Anvin
1
-1
/
+1
2009-06-27
Run make alldeps
H. Peter Anvin
5
-20
/
+30
2009-06-27
Move prototypes for null_debug to outform.h and outlib.h
H. Peter Anvin
6
-14
/
+17
2009-06-27
Move backend-specific code to output/; break out null debug stuff
H. Peter Anvin
27
-194
/
+222
2009-06-27
debug: make *all* the null debug routines available as a library
H. Peter Anvin
3
-20
/
+12
2009-06-27
output: call debug init from a central location
H. Peter Anvin
4
-5
/
+2
2009-06-27
test/Makefile: add rule to produce a .dbg file
H. Peter Anvin
1
-0
/
+3
2009-06-27
outform: build ALL formats by default, including DBG
H. Peter Anvin
1
-0
/
+6
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-27
NASM 2.06rc15
H. Peter Anvin
1
-1
/
+1
2009-06-27
BR 2781900: handle common labels while optimizing
H. Peter Anvin
2
-70
/
+81
2009-06-27
parser.c: fix stylistic nitpick
H. Peter Anvin
1
-1
/
+0
2009-06-27
assemble.c: stylistic nitpick
H. Peter Anvin
1
-3
/
+2
2009-06-27
preproc: use %if 0 instead of %ifdef BOGUS
H. Peter Anvin
1
-5
/
+6
2009-06-27
hashtbl: make hash_iterate() not crash on an uninitalized table
H. Peter Anvin
1
-1
/
+4
2009-06-27
nasm.c: clean up pass exit logic
H. Peter Anvin
1
-26
/
+25
2009-06-26
ndisasm: fix disassembly of JRCXZ
H. Peter Anvin
3
-3
/
+3
2009-06-26
NASM 2.06rc14
H. Peter Anvin
1
-1
/
+1
2009-06-26
insns.dat: reformat
H. Peter Anvin
1
-104
/
+104
2009-06-26
insns.dat: add relaxed forms for XOP/FMA4/CVT16 instructions
H. Peter Anvin
1
-146
/
+148
2009-06-26
Add Cyrill Gorcunov to AUTHORS
H. Peter Anvin
1
-0
/
+4
2009-06-25
insns.pl: remove stray whitespace
H. Peter Anvin
1
-1
/
+1
2009-06-25
insns.pl: add "nohi" code for REX_NH
H. Peter Anvin
1
-0
/
+2
2009-06-25
insns.pl: fix indentation
H. Peter Anvin
1
-141
/
+141
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
[next]