index
:
nasm/nasm-daily.git
HEAD
avx512
branch-0_98-j
branch-0_98-j5
branch-0_98_24-gasalign
branch-0_98bf
branch-0_98e
buildfix-2.03rc4
ctype
debug-macros
defid
elf
elf16
elfmerge
emacs
evalmacro
evalstr
extnames
indirect
insns
latex
loops
macho-unify
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
nasm-2.15.xx-travis
nasm-2.16.xx
new-preproc
newaddr
note
nsis
nsis2
owc
path
pp-inline
pragma
preproc-paste-fix
preproc-rewrite
rebin
reldef
signrel
sse5
travis
NASM daily build tags
NASM build server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'github/nasm-2.16.xx'
HEAD
nasm-2.17rc0-20221222
master
H. Peter Anvin
2022-12-21
2
-42
/
+66
|
\
|
*
doc: html: add Chapter 1 to navbar in the TOC
H. Peter Anvin
2022-12-21
1
-11
/
+17
|
*
doc: fix HTML table of contents generation
H. Peter Anvin
2022-12-21
2
-31
/
+46
*
|
version: this is now the 2.17 development branch
nasm-2.17rc0-20221221
H. Peter Anvin
2022-12-20
1
-0
/
+5
|
/
*
doc/changes.src: document obj segment fix
H. Peter Anvin
2022-12-07
1
-0
/
+4
*
Document CPU LATEVEX, add CPU EVEX and CPU VEX flags
H. Peter Anvin
2022-12-07
2
-32
/
+87
*
doc: bring doc/changes.src up to date
nasm-2.16rc10-20221123
H. Peter Anvin
2022-11-23
1
-3
/
+52
*
preproc: add conditional-string smacro parameters; simplify functions
H. Peter Anvin
2022-11-21
1
-9
/
+20
*
preproc: add %abs(), modify %num(), refactor
H. Peter Anvin
2022-11-17
1
-3
/
+14
*
doc: document the %num() function
nasm-2.16rc8-20221116
H. Peter Anvin
2022-11-15
1
-4
/
+31
*
preproc: add %count() function
H. Peter Anvin
2022-11-14
1
-4
/
+19
*
doc: add clarification to %sel()
H. Peter Anvin
2022-11-13
1
-0
/
+2
*
preproc: implement the %cond() and %sel() functions; fix memory leak
H. Peter Anvin
2022-11-13
1
-0
/
+26
*
doc: replace %define with %xdefine in some preproc function examples
H. Peter Anvin
2022-11-13
1
-12
/
+12
*
doc: document preprocessor functions
H. Peter Anvin
2022-11-11
2
-17
/
+289
*
doc: improve the HTML index readability
nasm-2.16rc4-20221110
H. Peter Anvin
2022-11-09
2
-26
/
+51
*
doc/changes.src: begin changes.src for 2.16
H. Peter Anvin
2022-11-09
1
-0
/
+14
*
doc: don't include "chapter", "section" etc in the HTML index
H. Peter Anvin
2022-11-09
1
-4
/
+11
*
doc: allow replicated index entries (\IR), make index sorting smarter
H. Peter Anvin
2022-11-09
1
-55
/
+77
*
doc: move instruction list to the end
nasm-2.16rc4-20221109
H. Peter Anvin
2022-11-08
1
-11
/
+11
*
asm: factor out more warnings into warning classes
H. Peter Anvin
2022-11-08
1
-8
/
+18
*
doc/genps.pl: handle large lists of index entries
H. Peter Anvin
2022-11-08
1
-7
/
+16
*
psfonts.ph: add more font aliases
H. Peter Anvin
2022-11-08
1
-18
/
+41
*
Merge remote-tracking branch 'chengzhycn/fix/fonts'
H. Peter Anvin
2022-11-07
1
-7
/
+7
|
\
|
*
fix/doc: correct SourceCodePro and SourceSansPro fonts' names
chengzhycn
2022-02-15
1
-7
/
+7
*
|
rdoff: kill it off
H. Peter Anvin
2022-11-07
2
-112
/
+10
*
|
Merge remote-tracking branch 'ElyesH/typos'
H. Peter Anvin
2022-11-07
6
-31
/
+31
|
\
\
|
*
|
Fix some typos
Elyes HAOUAS
2022-01-09
6
-31
/
+31
|
|
/
*
/
document `%imacro` → `%unimacro` (case-insensitive)
Kai Burghardt
2022-10-09
1
-1
/
+3
|
/
*
docs: Update comdat section attribute
Igor Glucksmann
2021-12-17
1
-0
/
+38
*
doc/changes: Document rdf header fix
Cyrill Gorcunov
2020-10-10
1
-0
/
+5
*
doc: improve documentation of %ifid et al
H. Peter Anvin (Intel)
2020-09-11
2
-5
/
+9
*
Add option to create reproducible output
H. Peter Anvin (Intel)
2020-08-27
2
-0
/
+9
*
BR 3392715: fix %ifid with $ and $$
H. Peter Anvin (Intel)
2020-08-27
1
-0
/
+5
*
rdoff: disable broken backend, document deprecation
H. Peter Anvin (Intel)
2020-08-17
2
-7
/
+15
*
doc: document long-standing restrictions in the use of $ in Dx
H. Peter Anvin (Intel)
2020-08-17
2
-10
/
+27
*
Fix inefficient encoding of MPX instructions
H. Peter Anvin
2020-08-13
1
-0
/
+3
*
eval, float: fix the __float80e__ and __float128h__ conversions
H. Peter Anvin
2020-08-13
1
-0
/
+3
*
nasm: don't make -L+ imply -Lw
H. Peter Anvin (Intel)
2020-07-30
2
-2
/
+6
*
BR 2292703: Add memory sizes to SSE and some other instructions
H. Peter Anvin (Intel)
2020-07-27
1
-0
/
+3
*
changes.src: document COFF alignment fix
H. Peter Anvin (Intel)
2020-07-27
1
-0
/
+9
*
nasmdoc.src: document when $*? and $*?? were introduced
H. Peter Anvin
2020-07-18
1
-0
/
+1
*
preproc: add %*? and %*??
H. Peter Anvin
2020-07-18
2
-6
/
+55
*
doc: one more copyright year issue. Add metadata macros to fix.
H. Peter Anvin
2020-07-17
2
-8
/
+17
*
doc/nasmdoc.src: update copyright year
H. Peter Anvin
2020-07-17
1
-1
/
+1
*
rdsrc.pl: allow code paragraphs up to 80 characters long
H. Peter Anvin
2020-07-17
1
-5
/
+7
*
doc/pspdf.pl: remove .setpdfwrite from gs command line
H. Peter Anvin
2020-07-17
1
-1
/
+1
*
changes.src: slighly better description of new instructions
H. Peter Anvin
2020-07-17
1
-1
/
+3
*
fp: support bfloat16 constants
H. Peter Anvin
2020-07-16
2
-3
/
+20
*
Add support for new instructions from ISE June 2020
H. Peter Anvin
2020-07-16
1
-0
/
+3
[next]