summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.13rc1nasm-2.13rc1H. Peter Anvin2017-01-221-1/+1
* output/outmacho.c: use UINT64_C() instead of 1LH. Peter Anvin2017-01-221-1/+1
* insns.dat: Fix SHA256RNDS2 optional xmm0 argumentCyrill Gorcunov2017-01-081-0/+1
* macros: Define ofmt specific macros lateCyrill Gorcunov2017-01-061-1/+10
* macros: standart -- Shift endmacro leftCyrill Gorcunov2017-01-061-1/+1
* preproc: Use found path when opening includeCyrill Gorcunov2017-01-061-1/+1
* rdoff: check return value of freopenMartin Lindhe2017-01-051-1/+5
* assemble_file: Get rid of global variable @sbMartin Lindhe2017-01-051-1/+2
* parser: Get rid of global variableMartin Lindhe2017-01-051-1/+1
* macho: Improve macho_calculate_sizesMartin Lindhe2017-01-051-1/+1
* Move @debugid declaration to same level as @qMartin Lindhe2017-01-051-1/+1
* nasmlib: md5c -- Use size of struct ctx for memsetMartin Lindhe2017-01-051-1/+1
* disasm: matches -- fix operator priority error with parenthesisMartin Lindhe2017-01-051-1/+1
* outas86: Shrink as86_section_namesMartin Lindhe2017-01-051-3/+2
* outcoff: Shrink coff_section_namesMartin Lindhe2017-01-051-2/+1
* output,aout: Improve aout_section_namesMartin Lindhe2017-01-051-3/+2
* Drop redundant test with isnumcharMartin Lindhe2017-01-051-1/+1
* Drop redundant test with isnumcharMartin Lindhe2017-01-051-1/+1
* Dont set @mod twiceMartin Lindhe2017-01-051-1/+0
* If we have new features introduced by C11, use themH. Peter Anvin2016-12-205-5/+44
* asm/parser.c -- Fix typo in testing for registerCyrill Gorcunov2016-11-291-1/+1
* compiler.h: use the correct symbol to test for __builtin_expect()H. Peter Anvin2016-11-151-1/+1
* Various fixes to the ilog2 functionsH. Peter Anvin2016-11-152-6/+13
* nasmlib: we need the exact size for the clz functionsH. Peter Anvin2016-11-151-2/+2
* Better support for function attributes, autoconf cleanupsH. Peter Anvin2016-11-154-86/+97
* Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-11-153-0/+28
|\
| * doc/changes.src: document the RDPID instructionH. Peter Anvin2016-11-151-0/+2
| * Add rdpid instructionH. Peter Anvin2016-11-152-0/+26
| * output: outelf,dwarf -- Add missing DW_LNS_copyCyrill Gorcunov2016-11-062-0/+2
| * x86/insns.dat -- Fix typo in VMOVDQA instructionCyrill Gorcunov2016-11-051-1/+1
* | output: outelf,dwarf -- Add missing DW_LNS_copyHilmar Ackermann2016-11-051-0/+1
* | Allow relative references to external symbols in dataH. Peter Anvin2016-10-315-22/+90
* | x86/insns.dat -- Fix typo in VMOVDQA instructionCyrill Gorcunov2016-10-231-1/+1
* | nsis: Use Program Files (x86) directory for nasm installation on x86-64Cyrill Gorcunov2016-10-231-0/+8
* | nsis: Import x64.nshCyrill Gorcunov2016-10-231-0/+54
* | Move canned OpenWatcom config to config/watcom.h.H. Peter Anvin2016-10-197-685/+802
* | compiler.h: include <sys/types.h>H. Peter Anvin2016-10-194-9/+5
* | Run make alldepsH. Peter Anvin2016-10-145-6/+6
* | compiler.h: fix typo in the non-gcc caseH. Peter Anvin2016-10-141-1/+1
* | compiler.h: for newer gcc attributes, we can use __has_attribute()H. Peter Anvin2016-10-141-7/+17
* | output/legacy.c: include outlib.hH. Peter Anvin2016-10-061-0/+1
* | rdoff/rdlar.h: include "compiler.h" not "config.h"H. Peter Anvin2016-10-061-4/+1
* | distclean: clean up config/config.hH. Peter Anvin2016-10-061-1/+1
* | alldeps: handle uses of full pathnames, e.g. "config/config.h"H. Peter Anvin2016-10-066-899/+1082
* | nasmint.h: change header guards to NASM_NASMINT_HH. Peter Anvin2016-10-041-4/+4
* | nasmint.h: add support for the MSVS < 2005 __int64 typeH. Peter Anvin2016-10-041-2/+20
* | config/msvc.h: inttypes.h and stdbool.h introduced in MSVS 2013H. Peter Anvin2016-10-041-2/+2
* | config: add configuration file for unknown compilersH. Peter Anvin2016-10-042-3/+52
* | Move config.h to a subdirectory, add MSVC-specific config fileH. Peter Anvin2016-10-047-27/+244
* | test: simple pragma preprocessor testH. Peter Anvin2016-10-041-0/+10