summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.13rc3nasm-2.13rc3H. Peter Anvin2017-02-231-1/+1
* nasmlib/file.c: fix various portability problemsH. Peter Anvin2017-02-231-6/+29
* asm/exprlib.c: use PRId64 to print a 64-bit numberH. Peter Anvin2017-02-231-1/+1
* compiler.h: watcom_switch_hack() improvementsH. Peter Anvin2017-02-231-2/+5
* compiler.h: only use watcom_switch_hack() if necessaryH. Peter Anvin2017-02-231-1/+1
* NASM 2.13rc2nasm-2.13rc2H. Peter Anvin2017-02-231-1/+1
* changes.src: update to fit current 2.13 branch statusH. Peter Anvin2017-02-231-2/+18
* insns.dat: use the officially documented UD0 and UD1 formsH. Peter Anvin2017-02-231-4/+10
* assemble: for relative addresses, convert *this segment* to fixedH. Peter Anvin2017-02-211-1/+4
* nasmlib.h: add nasm_zeron()H. Peter Anvin2017-02-211-0/+1
* We can have a WRT for a relative referenceH. Peter Anvin2017-02-211-1/+1
* Properly keep track of the base of relative relocationsH. Peter Anvin2017-02-213-35/+67
* test/pcrel.asm: make test output a bit easier to understandH. Peter Anvin2017-02-201-3/+5
* Support self-relative expressions in offsets and immediatesH. Peter Anvin2017-02-205-124/+241
* watcom.h: horrific hack to support OpenWatcom switch limitationsH. Peter Anvin2017-02-202-0/+18
* assemble.c: don't use a case for get_broadcast_num()H. Peter Anvin2017-02-201-13/+7
* disasm: Add support for 64-bit originRuslan Kabatsayev2017-02-125-13/+13
* nasm_delete(): ugly hack to make it side-effect-freeH. Peter Anvin2017-01-241-3/+14
* Put in a comment that nasm_delete isn't side effect safeH. Peter Anvin2017-01-241-0/+4
* nasmlib.h: add a nasm_zero() macro to the pointer helpersH. Peter Anvin2017-01-241-0/+1
* nasm_build_assert() -> nasm_static_assert()H. Peter Anvin2017-01-242-4/+4
* nasm_build_assert(): use better fallback implementationH. Peter Anvin2017-01-241-2/+4
* nasmlib.h: slightly tidy up the definition of nasm_build_assert()H. Peter Anvin2017-01-221-6/+6
* 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