summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* BR 3392601: allow the user to disable pedantic warningsH. Peter Anvin (Intel)2019-08-161-3/+6
* BR 3392597: the system malloc() can return NULLH. Peter Anvin (Intel)2019-08-162-7/+42
* autoconf: update check for gcc inlinesH. Peter Anvin (Intel)2019-08-161-1/+1
* config.h: separate function and function pointer attributes; automateH. Peter Anvin (Intel)2019-08-169-100/+104
* preproc: fix mmacro nesting preventionH. Peter Anvin (Intel)2019-08-153-16/+47
* macros.pl: remove a debugging printH. Peter Anvin (Intel)2019-08-151-2/+0
* macros: can't use the __USE_*__ macro string anymore; fix comment strippingH. Peter Anvin (Intel)2019-08-153-25/+41
* stdmac: handle up to 160 directives, make macros.c more readableH. Peter Anvin (Intel)2019-08-152-36/+68
* pptok.pl: don't leak internal codes into pptok.cH. Peter Anvin (Intel)2019-08-151-1/+1
* preproc: simplify handling of conditionals and casesenseH. Peter Anvin (Intel)2019-08-153-169/+140
* preproc: introduce alias smacros, cleanupsH. Peter Anvin (Intel)2019-08-142-314/+276
* masm.mac: tbyte -> twordH. Peter Anvin (Intel)2019-08-141-0/+2
* test: very simple test for MASM displacement syntaxH. Peter Anvin (Intel)2019-08-141-0/+36
* masm.mac, parser: VERY limited MASM emulation packageH. Peter Anvin (Intel)2019-08-144-142/+256
* LEA: allow immediate syntax; ignore operand size entirelyH. Peter Anvin (Intel)2019-08-144-4/+11
* list_option_mask(): return 0 (empty mask) for < '0'H. Peter Anvin2019-08-101-0/+2
* listing: encapsulate the list_options encoding, make more comprehensiveH. Peter Anvin2019-08-103-18/+36
* 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