summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.12.02rc8nasm-2.12.02rc8H. Peter Anvin2016-06-161-1/+1
* preproc: for include files, include correct path in filenameJim Kukunas2016-06-161-7/+23
* outmacho: Fix relative relocations for 32-bit Mach-O (fix typo)H. Peter Anvin2016-06-141-1/+1
* NASM 2.12.02rc7nasm-2.12.02rc7H. Peter Anvin2016-06-031-1/+1
* outobj.c: Fix for RIP relative addressing relocation.knut st. osmundsen2016-06-031-2/+36
* NASM 2.12.02rc6nasm-2.12.02rc6H. Peter Anvin2016-05-251-1/+1
* codeview: use nasm_realpath() to find the canonical name of the outfileH. Peter Anvin2016-05-241-21/+18
* NASM 2.12.02rc5nasm-2.12.02rc5H. Peter Anvin2016-05-241-1/+1
* ifunc.mac: the ilog2 warning may want to be both ceil and floorH. Peter Anvin2016-05-243-8/+14
* codeview: don't walk the file list for every lineH. Peter Anvin2016-05-241-43/+54
* codeview.c: register all filenamesJim Kukunas2016-05-171-2/+2
* codeview.c: Add support for multiple source filesJim Kukunas2016-05-171-34/+120
* configure: correctly discover -W options for clangH. Peter Anvin2016-05-161-0/+4
* doc: remove obsolete referencesH. Peter Anvin2016-05-161-5/+0
* Fix building in a separate directory from the source codeH. Peter Anvin2016-05-169-117/+98
* Unbreak building in a separate object directoryH. Peter Anvin2016-05-166-7/+7
* autogen.sh: remove configure-generated filesH. Peter Anvin2016-05-161-0/+1
* codeview: use nasm_free() instead of plain free()H. Peter Anvin2016-05-101-3/+3
* preproc: Don't dereference nil @istkCyrill Gorcunov2016-05-101-1/+2
* srcfile.c: remove unnecessary #include'sH. Peter Anvin2016-05-101-4/+0
* NASM 2.12.02rc4nasm-2.12.02rc4H. Peter Anvin2016-05-101-1/+1
* stdscan: put some error message strings in quotesH. Peter Anvin2016-05-101-2/+2
* Use a hash to keep exactly one copy of each filename aroundH. Peter Anvin2016-05-1012-87/+180
* quote: make the input argument to nasm_quote() constH. Peter Anvin2016-05-102-3/+4
* codeview: Call register_file only when producing line numbersFabian Giesen2016-05-101-3/+3
* codeview: Make md5sum calc read file in 'binary' modeFabian Giesen2016-05-103-8/+8
* codeview: Look up %include path when determining files to hash.Fabian Giesen2016-05-103-1/+22
* NASM 2.12.02rc3nasm-2.12.02rc3H. Peter Anvin2016-05-091-1/+1
* doc: document warning improvementsH. Peter Anvin2016-05-092-2/+16
* .gitignore: add .s and .i filesH. Peter Anvin2016-05-091-1/+3
* Fix and clean up listing of macro expansionH. Peter Anvin2016-05-092-8/+17
* Show the expanded macro stack when displaying diagnosticsH. Peter Anvin2016-05-098-13/+78
* Ignore unrecognized warning namesH. Peter Anvin2016-05-091-5/+2
* doc/changes.src: document PTR warningH. Peter Anvin2016-05-091-0/+4
* Specifically if we encounter the PTR keywordH. Peter Anvin2016-05-096-4/+18
* Fix the handling of pass1 warnings, display control option for warningsH. Peter Anvin2016-05-091-7/+15
* outmacho: Fix missing braceH. Peter Anvin2016-05-091-1/+1
* NASM 2.12.02rc2nasm-2.12.02rc2H. Peter Anvin2016-05-091-1/+1
* changes.src: update as of the current timeH. Peter Anvin2016-05-091-0/+5
* outmacho: Fix relative relocations for 32-bit Mach-OZenith4322016-05-091-0/+4
* NASM 2.12.02rc1nasm-2.12.02rc1H. Peter Anvin2016-04-051-1/+1
* changes.src: document %if error fixH. Peter Anvin2016-04-051-0/+5
* preproc: correct the logic in the suppression of preproc errorsH. Peter Anvin2016-04-051-1/+1
* changes.src: fix old typoH. Peter Anvin2016-04-051-1/+1
* insns.dat: Bring back rax for 64 bit mode of MONITORXCyrill Gorcunov2016-03-271-0/+1
* insns.dat: Fix monitorx instructionCyrill Gorcunov2016-03-271-1/+2
* insns.dat: Allow MONITORX, MWAITX and CLZERO in 32bit mode as wellCyrill Gorcunov2016-03-231-5/+5
* NASM 2.12.01nasm-2.12.01H. Peter Anvin2016-03-171-1/+1
* msvc.mak: /Ox and /Oy are redundant with /O2H. Peter Anvin2016-03-081-1/+4
* nasmdoc.src: remove unimplemented %comment directiveH. Peter Anvin2016-03-071-11/+0