summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version: bump to 2.13.04rc0 until we have an actual -rcnasm-2.13.xxH. Peter Anvin2018-02-141-1/+1
* insns.dat: add aliases of the RET instruction with explicit operand sizeH. Peter Anvin2018-02-143-1/+81
* nasmlib: Drop pure_func attrib from seg_allocCyrill Gorcunov2018-02-101-1/+1
* nasmlib: Drop unused seg_initCyrill Gorcunov2018-02-101-2/+0
* NASM 2.13.03nasm-2.13.03H. Peter Anvin2018-02-071-1/+1
* doc: some more documentation on 64-bit programmingH. Peter Anvin2018-02-071-7/+14
* doc: clarify need for ABS QWORD to do a 64-bit absolute loadH. Peter Anvin2018-02-071-1/+1
* doc: add a bit more text about 64-bit immediates and pointersH. Peter Anvin2018-02-071-1/+19
* NASM 2.13.03rc6nasm-2.13.03rc6H. Peter Anvin2018-02-071-1/+1
* doc/changes.src: add missing blank line between bullet pointsH. Peter Anvin2018-02-071-0/+1
* vaesenc.asm: add a few more test casesH. Peter Anvin2018-02-071-1/+17
* NASM 2.13.03rc5nasm-2.13.03rc5H. Peter Anvin2018-02-061-1/+1
* Merge remote-tracking branch 'origin/nasm-2.13.xx' into nasm-2.13.xxH. Peter Anvin2018-02-061-1/+1
|\
| * NASM 2.13.03rc4nasm-2.13.03rc4Cyrill Gorcunov2018-02-071-1/+1
| * iflag: Fix iflag_cmp_cpu_levelCyrill Gorcunov2018-02-061-2/+2
* | iflag: automatically assign values, saner handling of CPU levelsH. Peter Anvin2018-02-067-209/+283
|/
* NASM 2.13.03rc3nasm-2.13.03rc3Cyrill Gorcunov2018-02-051-1/+1
* Revert "insns.dat: Add VAESENC, VAESENCLAST instructions"Cyrill Gorcunov2018-02-051-24/+0
* NASM 2.13.03rc2nasm-2.13.03.rc2Cyrill Gorcunov2018-02-051-1/+1
* changes.doc: document dwarf issueCyrill Gorcunov2018-02-051-0/+1
* output: elf -- Add missing dwarf loc sectionCyrill Gorcunov2018-02-051-0/+3
* insns.dat: Add VAESENC, VAESENCLAST instructionsTomasz Kantecki2018-02-051-0/+24
* NASM 2.13.03rc1nasm-2.13.03rc1H. Peter Anvin2018-01-081-1/+1
* changes.doc: document VAES* and VPCLMULQDQH. Peter Anvin2018-01-081-0/+4
* insns.dat: Add VPCLMULQDQ instruictionsTomasz Kantecki2018-01-081-0/+27
* insns-flags: Add VPCLMULQDQ flagCyrill Gorcunov2018-01-081-0/+1
* insns.dat: Move VAES instructions to AES groupCyrill Gorcunov2018-01-081-24/+25
* insns.dat: Add VAESENC, VAESENCLAST instructionsTomasz Kantecki2018-01-081-0/+24
* insns-iflags: Add AES, VAES flagsCyrill Gorcunov2018-01-081-19/+21
* NASM 2.13.02nasm-2.13.02H. Peter Anvin2017-11-291-1/+1
* doc: clean up 2.13.02 release notes, document MachO debug optionH. Peter Anvin2017-11-292-19/+8
* doc: clarify the BITS issue for 2.13.02.H. Peter Anvin2017-11-291-1/+2
* NASM 2.13.02rc3nasm-2.13.02rc3Cyrill Gorcunov2017-11-261-1/+1
* docs: changes -- Drop leftoverCyrill Gorcunov2017-11-251-1/+1
* doc: Update changes for 2.13.02Cyrill Gorcunov2017-11-251-0/+36
* prepoc: Fix heap-buffer-overflow in detokenCyrill Gorcunov2017-10-221-1/+2
* preproc: Fix SIGSEGV if not data provided for implicit pastingCyrill Gorcunov2017-10-221-2/+2
* preproc: Fix sigsegv in find_ccCyrill Gorcunov2017-10-221-0/+2
* peproc: Fix sigsevg in smacro expansionCyrill Gorcunov2017-10-221-0/+10
* prepoc: mmacro -- Don't left nparam_max less than nparam_minCyrill Gorcunov2017-10-221-1/+4
* preproc: Don't access offsting byte on unterminated stringsCyrill Gorcunov2017-10-221-1/+3
* configure.ac: more debugging optionsH. Peter Anvin2017-10-111-5/+20
* Remove duplicate warnings for immediate overflowH. Peter Anvin2017-10-111-18/+0
* BR 3392442: correct vmin in overflow_general()H. Peter Anvin2017-10-112-1/+7
* NASM 2.13.02rc2nasm-2.13.02rc2H. Peter Anvin2017-09-271-1/+1
* BR 3392362: generate RMI versions of PEXTRW when possibleH. Peter Anvin2017-09-272-4/+9
* test: add Makefile target for RDOFF filesH. Peter Anvin2017-09-272-1/+5
* .gitignore: add more test file extensionsH. Peter Anvin2017-09-271-1/+6
* BR 3392411: smartalign: make sure we always define the end symbolH. Peter Anvin2017-09-272-2/+24
* BR 3392437: Fix diagnostic for negative value in TIMESH. Peter Anvin2017-09-273-3/+8