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-08-09
disasm.c: eatbyte -- use snprintf to prevent potential buffer overflow
Cyrill Gorcunov
1
-1
/
+1
2009-08-09
headers/c: strip off useless spaces
Cyrill Gorcunov
1
-2
/
+2
2009-08-08
insns.pl: remove redundant empty line in enum opcode
Cyrill Gorcunov
1
-1
/
+1
2009-08-08
nasm.c: fix stack overrun in assemble_file
H. Peter Anvin
1
-15
/
+31
2009-08-07
Merge commit 'cyr/hpa-dat'
H. Peter Anvin
1
-820
/
+820
2009-08-07
Merge commit 'cyr/hpa-list'
H. Peter Anvin
1
-15
/
+15
2009-08-07
insns.dat -- convert FMA instructions
Cyrill Gorcunov
1
-192
/
+192
2009-08-07
insns.dat -- convert AVX instructions part2
Cyrill Gorcunov
1
-347
/
+347
2009-08-07
insns.dat -- convert AVX instructions part1
Cyrill Gorcunov
1
-281
/
+281
2009-08-02
doc: \ needs to be repeated except in \c-line context; daily snapshots
H. Peter Anvin
1
-5
/
+7
2009-08-01
output/outbin.c -- use list helpers
Cyrill Gorcunov
1
-15
/
+15
2009-07-31
nasm.c: consistently use the 'murrican spelling "optimize"
H. Peter Anvin
1
-1
/
+1
2009-07-31
nasm.1 -- update contents
Cyrill Gorcunov
1
-1
/
+50
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
3
-12
/
+8
2009-07-31
nasm.c -- update help message
Cyrill Gorcunov
1
-3
/
+11
2009-07-28
outaout.c -- use list helpers
Cyrill Gorcunov
1
-6
/
+4
2009-07-27
insns.dat: operand-size syntax for XOP instructions
Cyrill Gorcunov
1
-18
/
+18
2009-07-27
assemble.c -- use list helpers
Cyrill Gorcunov
1
-2
/
+2
2009-07-27
assemble.c: quiet warning
H. Peter Anvin
1
-0
/
+3
2009-07-27
nasm.c -- use list helpers
Cyrill Gorcunov
1
-4
/
+2
2009-07-27
insns.dat -- operand-size syntax for XOP instructions
Cyrill Gorcunov
1
-150
/
+150
2009-07-26
assemble.c: clean up matches()
H. Peter Anvin
1
-79
/
+44
2009-07-26
Merge branch 'nasm-2.07.xx'
H. Peter Anvin
1
-3
/
+4
2009-07-26
BR 2826669: update licensing information in README
H. Peter Anvin
1
-3
/
+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-26
insns.pl: smarter handling of operand flags
H. Peter Anvin
1
-12
/
+31
2009-07-25
assemble: defer "operand size missing" until end of type check
H. Peter Anvin
1
-1
/
+5
2009-07-25
Enable fuzzy matching of operand sizes
H. Peter Anvin
2
-14
/
+60
2009-07-25
assemble: move the instruction-matching loop into a common function
H. Peter Anvin
1
-184
/
+203
2009-07-25
assemble: replace random integers with an enum for match results
H. Peter Anvin
1
-33
/
+53
2009-07-20
sync.c - introduce swap_sync helper
Cyrill Gorcunov
1
-16
/
+12
2009-07-20
preproc.c - remove redundant assignment
Cyrill Gorcunov
1
-1
/
+0
2009-07-20
nasmlib.h - introduce list iterator helpers
Cyrill Gorcunov
1
-0
/
+12
2009-07-19
Merge branch 'new-preproc'
H. Peter Anvin
42
-2017
/
+2449
2009-07-19
NASM 2.07
H. Peter Anvin
1
-1
/
+1
2009-07-18
Drop efunc and evalfunc as input to the preprocessor
H. Peter Anvin
3
-23
/
+13
2009-07-18
Drop efunc and evaluate argument to parse_line()
H. Peter Anvin
3
-56
/
+51
2009-07-18
Drop the ofmt and errfunc arguments to label definition functions
H. Peter Anvin
14
-104
/
+66
2009-07-18
Run make alldeps
H. Peter Anvin
5
-66
/
+66
2009-07-18
Remove function pointers in output, simplify error handling
H. Peter Anvin
23
-1114
/
+958
2009-07-17
Merge commit 'nasm-2.07rc7' into new-preproc
H. Peter Anvin
5
-9
/
+23
2009-07-17
NASM 2.07rc7
H. Peter Anvin
1
-1
/
+1
2009-07-16
outcoff: fix invalid reference to ofmt
H. Peter Anvin
1
-1
/
+1
2009-07-16
test/Makefile: add more output rules
H. Peter Anvin
1
-2
/
+15
2009-07-16
outcoff: this is COFF, not binary
H. Peter Anvin
1
-2
/
+2
2009-07-16
BR 2822263: don't re-invoke ofmt->symdef() in pass2 unless "special"
H. Peter Anvin
1
-1
/
+2
2009-07-16
outform.h: update comments regarding macho32/macho64
Keith Kanios
1
-4
/
+4
2009-07-16
xcrcgen: tool to create a "generalized CRC" hash table
H. Peter Anvin
1
-0
/
+80
[next]