summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add %pragma list optionsH. Peter Anvin2019-08-106-18/+90
* preproc: avoid dropping the facility name in %pragmaH. Peter Anvin2019-08-101-6/+14
* preproc: fix double free in the handling of %pragmaH. Peter Anvin2019-08-101-0/+3
* preproc: add listing options to override nolist; some cleanupsH. Peter Anvin2019-08-102-37/+102
* listing: clean up before a restartH. Peter Anvin2019-08-101-23/+24
* listing: coalesce TIMES in non-final passes, print <len>, clarify hexH. Peter Anvin2019-08-102-13/+10
* outelf: change debug format default to dwarfH. Peter Anvin2019-08-101-3/+3
* Clean up backend format namesH. Peter Anvin2019-08-1011-43/+30
* Stylistic improvements to help textH. Peter Anvin2019-08-101-9/+6
* Additional listing options, improve help output, fix macro limitsH. Peter Anvin2019-08-107-154/+275
* listing: when listing lines in macros and rep blocks, show the actual lineH. Peter Anvin2019-08-094-21/+25
* warnings.pl: remove one more instance of "scalar(%hash)"H. Peter Anvin (Intel)2019-08-091-1/+1
* travis: update warning outputH. Peter Anvin (Intel)2019-08-094-111/+111
* preproc.c: make sure we have the correct token lengthsH. Peter Anvin (Intel)2019-08-091-48/+66
* asm/nasm.c: make --debug=level actually workH. Peter Anvin (Intel)2019-08-091-24/+43
* obsolete: make the message clearer in the case of NEVER,!NOPH. Peter Anvin (Intel)2019-08-091-1/+1
* obsolete handing: handle a few more subcases in a useful wayH. Peter Anvin (Intel)2019-08-095-15/+46
* BR 3392590: add warning for valid but obsolete instructionsH. Peter Anvin (Intel)2019-08-092-6/+25
* compiler.h: fix bad typedef in case of HAVE__BOOLOzkan Sezer2019-08-091-1/+1
* warnings.pl: BR 3392585: don't use scalar(%hash)H. Peter Anvin (Intel)2019-08-091-1/+1
* perl files: clean up warningsH. Peter Anvin (Intel)2019-08-0910-38/+38
* error.h: fix typo: nasm_intof -> nasm_infofH. Peter Anvin (Intel)2019-08-091-1/+1
* listing: add -L option for additional listing infoH. Peter Anvin (Intel)2019-08-096-46/+218
* Diagnostics: make debug more dynamic, note -> info, add listmsg levelH. Peter Anvin (Intel)2019-08-096-51/+86
* labels.c: don't use ERR_NOTE for additional informationH. Peter Anvin (Intel)2019-08-091-5/+4
* Add implicitly sized versions of the K instructionsH. Peter Anvin (Intel)2019-08-093-5/+233
* insns.pl: use less cantankerous string expansion; better error infoH. Peter Anvin (Intel)2019-08-092-43/+52
* preproc: fix parsing of single-line macro arguments, cleanupsH. Peter Anvin (Intel)2019-08-096-198/+323
* msvc.h: Allow building with MSVC versions older than 1700Iouri Kharon2019-08-071-1/+5
* update watcom config file.Ozkan Sezer2019-08-072-1/+18
* autogen.sh: allow overriding autotools location, and handle missingH. Peter Anvin (Intel)2019-08-071-11/+25
* fix pa_add_headers.m4 for development versions of autoconf (bug 3392471)Ozkan Sezer2019-08-071-1/+2
* br3392586: add test case for smacro descentH. Peter Anvin (Intel)2019-08-071-0/+8
* preproc.c: fix macro descentH. Peter Anvin (Intel)2019-08-071-78/+81
* autoconf: update helpers/config.{sub,guess}H. Peter Anvin2019-08-072-1290/+1257
* x86/insns-iflags.ph: add comments in iflag.cH. Peter Anvin2019-08-071-3/+6
* Merge empty reservations from TIMES; add counts in listingsH. Peter Anvin2019-08-075-49/+93
* Merge branch 'iflags'H. Peter Anvin (Intel)2019-08-071-0/+121
|\
| * iflags.ph: add file missing from commit 418138c8f2d1H. Peter Anvin (Intel)2019-08-071-0/+121
* | assemble: shuffle a few assignments aroundH. Peter Anvin (Intel)2019-08-061-6/+5
* | doc: actually build and propagate fontpath fileH. Peter Anvin (Intel)2019-08-062-4/+8
* | Warn if trying to assemble obsolete instructionsH. Peter Anvin (Intel)2019-08-063-5/+29
* | iflag.h: fix IF_CPU_LEVEL_MASK, add missing CPU definitionsH. Peter Anvin (Intel)2019-08-062-4/+8
* | iflag.h: simplify, fix iflag_cmp() when bit 31 is setH. Peter Anvin (Intel)2019-08-061-25/+14
|/
* iflags: move definitions to a separate file; auto-generate moreH. Peter Anvin (Intel)2019-08-065-162/+97
* outmacho.c: mark zeroing warning as WARN_ZEROINGH. Peter Anvin (Intel)2019-08-061-1/+1
* warnings.pl: move commentH. Peter Anvin (Intel)2019-08-061-1/+1
* warnings.pl: warn on duplicate definition instead of broken outputH. Peter Anvin (Intel)2019-08-061-4/+11
* Replace nasm_error(ERR_WARNING|...) with nasm_warn()H. Peter Anvin (Intel)2019-08-064-11/+11
* asm/assemble.c: stylistic fix to bnd warningH. Peter Anvin2019-06-061-2/+2