index
:
users/hpa/nasm.git
avx512
branch-0_98-j
branch-0_98-j5
branch-0_98_24-gasalign
branch-0_98bf
branch-0_98e
buildfix-2.03rc4
ctype
defid
elf
elf16
elfmerge
evalmacro
evalstr
extnames
indirect
insns
latex
loops
macho64
machofix
machomerge
master
mempool
mkwarnings
nasm-0.98.x
nasm-2.03.x
nasm-2.05.xx
nasm-2.07.xx
nasm-2.08.xx
nasm-2.09.xx
nasm-2.10.xx
nasm-2.11.xx
nasm-2.12.xx
nasm-2.13.xx
nasm-2.14.xx
nasm-2.15.xx
nasm-2.15.xx-pre
new-preproc
newaddr
note
nsis
nsis2
owc
path
pp-inline
pragma
preproc-paste-fix
preproc-rewrite
reldef
signrel
sse5
travis
Unnamed repository; edit this file 'description' to name the repository.
H. Peter Anvin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
NASM 2.13.02rc2
nasm-2.13.02rc2
H. Peter Anvin
2017-09-27
1
-1
/
+1
*
BR 3392362: generate RMI versions of PEXTRW when possible
H. Peter Anvin
2017-09-27
2
-4
/
+9
*
test: add Makefile target for RDOFF files
H. Peter Anvin
2017-09-27
2
-1
/
+5
*
.gitignore: add more test file extensions
H. Peter Anvin
2017-09-27
1
-1
/
+6
*
BR 3392411: smartalign: make sure we always define the end symbol
H. Peter Anvin
2017-09-27
2
-2
/
+24
*
BR 3392437: Fix diagnostic for negative value in TIMES
H. Peter Anvin
2017-09-27
3
-3
/
+8
*
outelf.c: fix a typo in previous commit
H. Peter Anvin
2017-09-27
1
-1
/
+1
*
BR 3392417: always end the DWARF .debug_abbrev section with a null
H. Peter Anvin
2017-09-27
2
-0
/
+4
*
.gitignore: add .mo and .mo64 as generated file extensions
H. Peter Anvin
2017-09-27
1
-0
/
+2
*
BR 3392418: MachO: support 16-character section names, debug flag
H. Peter Anvin
2017-09-27
2
-9
/
+19
*
.gitignore: ignore *.dep
H. Peter Anvin
2017-09-27
1
-0
/
+1
*
test: add test code for BR 3392439
H. Peter Anvin
2017-09-27
1
-0
/
+25
*
BR3392439: make sure to update globalbits if appropriate
H. Peter Anvin
2017-09-27
1
-1
/
+2
*
.gitignore: add *.od and /misc/omfdump
H. Peter Anvin
2017-09-27
1
-0
/
+2
*
NASM 2.13.02rc1
nasm-2.13.02rc1
H. Peter Anvin
2017-08-16
1
-1
/
+1
*
doc: update for upcoming 2.13.02 release
H. Peter Anvin
2017-08-16
2
-1
/
+25
*
nasm: when using -MW, quote filenames containing &
H. Peter Anvin
2017-08-16
1
-0
/
+1
*
nasm: when using -MW, enclose whitespace in double quotes
H. Peter Anvin
2017-08-16
2
-1
/
+25
*
nasm: when generating null targets for WMAKE, add %null
H. Peter Anvin
2017-08-16
1
-4
/
+6
*
BR 3392421: consider mode decorators in instruction matching
H. Peter Anvin
2017-08-16
1
-0
/
+7
*
nasmdoc: the dbg output format is compiled in by default
H. Peter Anvin
2017-08-16
1
-3
/
+2
*
nasm: new option -MW to emit Watcom-style Makefile rules
H. Peter Anvin
2017-08-16
3
-13
/
+98
*
doc/rdsrc: don't treat \# as a comment marker if preceeded by \
H. Peter Anvin
2017-08-16
1
-1
/
+1
*
test/Makefile: output dependency information files
H. Peter Anvin
2017-08-16
1
-20
/
+20
*
asm/preproc.c: use nasm_add_string_to_strlist()
H. Peter Anvin
2017-08-16
1
-6
/
+1
*
misc/omfdump.c: expand dDEPFILE COMENT records
H. Peter Anvin
2017-08-16
1
-1
/
+29
*
outobj: emit file dependency information
H. Peter Anvin
2017-08-16
7
-54
/
+397
*
preproc: Add found files to the list of dependencies even when cached
Martin Storsjö
2017-08-16
1
-0
/
+8
*
configure: Add --enable-gdb option
Cyrill Gorcunov
2017-08-16
1
-0
/
+6
*
preproc: Free token's text if only it has been modified
Cyrill Gorcunov
2017-08-16
1
-1
/
+1
*
preproc: Workaround a usage after free bug
Adam Majer
2017-08-16
1
-1
/
+11
*
preproc: Only concat tok->text if we accounted for its size
Adam Majer
2017-08-16
1
-2
/
+8
*
timestamp: centralize handing of compilation timestamp
H. Peter Anvin
2017-08-02
3
-57
/
+84
*
nasmlib/md5c: Fix typo in WORDS_LITTLEENDIAN
Cyrill Gorcunov
2017-06-25
1
-1
/
+1
*
test/Makefile: separate NASM and NASMDEP
H. Peter Anvin
2017-06-25
1
-17
/
+18
*
saa: fix typo: LITTEENDIAN -> LITTLEENDIAN
H. Peter Anvin
2017-06-23
1
-1
/
+1
*
outmacho: always use symbol-relative relocations for MachO64
H. Peter Anvin
2017-06-22
1
-30
/
+52
*
outdbg: make the output for relative relocations more clear
H. Peter Anvin
2017-06-22
1
-3
/
+3
*
test/reldef.asm: add some global symbols
H. Peter Anvin
2017-06-22
1
-0
/
+3
*
reldef.asm: add more test cases for reference
H. Peter Anvin
2017-06-22
1
-8
/
+16
*
reldef.asm: more comprehensive test
H. Peter Anvin
2017-06-22
1
-4
/
+41
*
BR 3392409: idata_bytes() and resv_bytes() don't match their prototypes
sezeroz
2017-06-01
1
-2
/
+2
*
nasmdoc.css: add more space between columns and a column separator
H. Peter Anvin
2017-05-02
1
-0
/
+10
*
Document/update dependencies for the documentation
H. Peter Anvin
2017-05-02
2
-0
/
+23
*
NASM 2.13.01
nasm-2.13.01
H. Peter Anvin
2017-05-01
1
-1
/
+1
*
insns.h: change ITEMPLATE_END to not warn on some compilers
H. Peter Anvin
2017-05-01
1
-1
/
+1
*
doc/changes.src: update with the latest changes
H. Peter Anvin
2017-05-01
1
-0
/
+5
*
a) Fix handling of DZ/ZWORD; b) don't crash on TIMES JMP
H. Peter Anvin
2017-05-01
11
-179
/
+216
*
listing: fix base address for TIMES
H. Peter Anvin
2017-05-01
1
-3
/
+4
*
Revert "asm/assemble.c: correct the listing address for TIMES"
H. Peter Anvin
2017-05-01
1
-13
/
+10
[next]