index
:
delta/nasm.git
avx512
baserock/morph
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
insns-flags
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
phi
pp-inline
pragma
preproc-paste-fix
preproc-rewrite
reldef
signrel
sse5
repo.or.cz: nasm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
NASM 2.13.03rc2
nasm-2.13.03.rc2
Cyrill Gorcunov
2018-02-05
1
-1
/
+1
|
|
*
changes.doc: document dwarf issue
Cyrill Gorcunov
2018-02-05
1
-0
/
+1
|
|
*
output: elf -- Add missing dwarf loc section
Cyrill Gorcunov
2018-02-05
1
-0
/
+3
|
|
*
insns.dat: Add VAESENC, VAESENCLAST instructions
Tomasz Kantecki
2018-02-05
1
-0
/
+24
|
*
|
output: elf -- Add missing dwarf loc section
Cyrill Gorcunov
2018-01-28
1
-0
/
+3
*
|
|
Introduce cold function attribute
H. Peter Anvin
2018-02-22
5
-8
/
+25
*
|
|
outbin: check the status of lookup_label()
H. Peter Anvin
2018-02-22
1
-2
/
+5
*
|
|
outelf: fix possibly uninitialized variable
H. Peter Anvin
2018-02-22
1
-3
/
+2
*
|
|
Merge tag 'nasm-2.13.03rc1'
H. Peter Anvin
2018-01-08
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
NASM 2.13.03rc1
nasm-2.13.03rc1
H. Peter Anvin
2018-01-08
1
-1
/
+1
|
*
changes.doc: document VAES* and VPCLMULQDQ
H. Peter Anvin
2018-01-08
1
-0
/
+4
|
*
insns.dat: Add VPCLMULQDQ instruictions
Tomasz Kantecki
2018-01-08
1
-0
/
+27
|
*
insns-flags: Add VPCLMULQDQ flag
Cyrill Gorcunov
2018-01-08
1
-0
/
+1
|
*
insns.dat: Move VAES instructions to AES group
Cyrill Gorcunov
2018-01-08
1
-24
/
+25
|
*
insns.dat: Add VAESENC, VAESENCLAST instructions
Tomasz Kantecki
2018-01-08
1
-0
/
+24
|
*
insns-iflags: Add AES, VAES flags
Cyrill Gorcunov
2018-01-08
1
-19
/
+21
*
|
insns.dat: Add VPCLMULQDQ instruictions
Tomasz Kantecki
2017-12-29
1
-0
/
+27
*
|
insns-flags: Add VPCLMULQDQ flag
Cyrill Gorcunov
2017-12-29
1
-0
/
+1
*
|
insns.dat: Move VAES instructions to AES group
Cyrill Gorcunov
2017-12-29
1
-24
/
+25
*
|
insns.dat: Add VAESENC, VAESENCLAST instructions
Tomasz Kantecki
2017-12-29
1
-0
/
+24
*
|
insns-iflags: Add AES, VAES flags
Cyrill Gorcunov
2017-12-29
1
-19
/
+21
*
|
Eliminate filename length restrictions, remote ofmt->filename()
H. Peter Anvin
2017-12-20
23
-235
/
+169
*
|
error: add --enable-panic-abort config options
H. Peter Anvin
2017-12-20
2
-1
/
+10
*
|
error: add ERR_TOPFILE
H. Peter Anvin
2017-12-20
2
-12
/
+16
*
|
nasm.c: better handling of errors without a file without ERR_NOFILE
H. Peter Anvin
2017-12-20
1
-4
/
+5
*
|
saa.c: unify the various saa_write*() routines
H. Peter Anvin
2017-11-29
1
-58
/
+4
*
|
bytesex.h: more simplifications and add const
H. Peter Anvin
2017-11-29
1
-86
/
+69
*
|
bytesex.h: make sure WRITE*() doesn't screw up on wrong pointer type
H. Peter Anvin
2017-11-29
1
-10
/
+15
*
|
bytesex.h: remove an unnecessary double expansion in WRITEADDR()
H. Peter Anvin
2017-11-29
1
-2
/
+3
*
|
bytesex.h: simplify the trivial case of cpu_to_le*()
H. Peter Anvin
2017-11-29
1
-3
/
+3
*
|
nasmlib/file.c: simplify and unify fwriteint*/addr()
H. Peter Anvin
2017-11-29
1
-35
/
+4
*
|
compiler.h: HAVE___BUILTIN_CONSTANT_P has 3 underscores
H. Peter Anvin
2017-11-29
1
-1
/
+1
*
|
compiler.h: indentation cleanup
H. Peter Anvin
2017-11-29
1
-3
/
+3
*
|
bytesex.h: unify and optimize WRITEADDR()
H. Peter Anvin
2017-11-29
1
-17
/
+25
*
|
compiler.h: add is_constant()
H. Peter Anvin
2017-11-29
1
-0
/
+7
*
|
configure.ac: add endian headers to configure test
H. Peter Anvin
2017-11-29
1
-1
/
+6
*
|
aclocal.m4: correct and update PA_HAVE_FUNC()
H. Peter Anvin
2017-11-29
1
-5
/
+12
*
|
Makefile.in: fix typo in pathname
H. Peter Anvin
2017-11-29
1
-1
/
+1
*
|
Merge tag 'nasm-2.13.02'
H. Peter Anvin
2017-11-29
2
-1
/
+27
|
\
\
|
|
/
|
*
NASM 2.13.02
nasm-2.13.02
H. Peter Anvin
2017-11-29
1
-1
/
+1
|
*
doc: clean up 2.13.02 release notes, document MachO debug option
H. Peter Anvin
2017-11-29
2
-19
/
+8
|
*
doc: clarify the BITS issue for 2.13.02.
H. Peter Anvin
2017-11-29
1
-1
/
+2
|
*
NASM 2.13.02rc3
nasm-2.13.02rc3
Cyrill Gorcunov
2017-11-26
1
-1
/
+1
|
*
docs: changes -- Drop leftover
Cyrill Gorcunov
2017-11-25
1
-1
/
+1
|
*
doc: Update changes for 2.13.02
Cyrill Gorcunov
2017-11-25
1
-0
/
+36
*
|
msvc.mak: fix yet another recursion situation
H. Peter Anvin
2017-11-08
1
-3
/
+6
*
|
msvc.mak: avoid infinite recursion on msvc.dep
H. Peter Anvin
2017-11-08
1
-2
/
+2
*
|
msvc.mak: (hopefully) make external dependencies work with NMAKE
H. Peter Anvin
2017-11-08
2
-12
/
+32
*
|
More autoconf modernizations; upgrade AC_PREREQ to 2.69
H. Peter Anvin
2017-11-08
4
-22
/
+21
*
|
Make dependency generation a bit more robust
H. Peter Anvin
2017-11-06
4
-51
/
+98
[prev]
[next]