summaryrefslogtreecommitdiff
path: root/asm
Commit message (Expand)AuthorAgeFilesLines
* BR 3392681: handle a64 instruction patters correctlyH. Peter Anvin (Intel)2020-06-221-1/+0
* BR 3392648: rename float.[ch] to floats.[ch]H. Peter Anvin (Intel)2020-06-146-10/+10
* %line: quote filenames with double spaces, use unsigned char checkH. Peter Anvin (Intel)2020-06-141-3/+8
* preproc, srcfile: much saner handling of %line directivesH. Peter Anvin (Intel)2020-06-144-154/+234
* preproc.c: make extra sure we always have a null-terminated tokenH. Peter Anvin (Intel)2020-06-141-7/+13
* preproc.c: make extra sure tokens are always null-terminatedH. Peter Anvin (Intel)2020-06-141-7/+10
* preproc: even more handling of backwards compatibility for mmacrosH. Peter Anvin (Intel)2020-06-141-99/+161
* preproc: %clear options, backwards compatibility hack for x264H. Peter Anvin (Intel)2020-06-081-107/+341
* preproc: need to look at mmac->in_progress not mstk->in_progressH. Peter Anvin (Intel)2020-06-081-2/+3
* Fix missing "here" from error messagesH. Peter Anvin (Intel)2020-06-051-0/+4
* preproc: %ifdef needs to accept any argument countH. Peter Anvin (Intel)2020-06-051-1/+1
* preproc: commas inside parens don't break macro argumentsH. Peter Anvin2020-06-041-2/+2
* BR 3392662: handle empty argument at end of mmacro callH. Peter Anvin (Intel)2020-06-041-3/+10
* nasm.c: correctly print errors once committed; assert errhold_stack emptyH. Peter Anvin (Intel)2020-06-041-5/+10
* preproc: don't call nasm_error_hold_push() twiceH. Peter Anvin (Intel)2020-06-041-1/+0
* BR 3392652: hold smacro expansion warnings until we are sureH. Peter Anvin (Intel)2020-06-042-34/+138
* asm/error.c: handle warning "all" correctlyH. Peter Anvin (Intel)2020-06-041-2/+6
* BR 3392667: more reasonable limit for expression descentH. Peter Anvin (Intel)2020-06-011-3/+15
* preproc: error out if an include file exists but can't be openedH. Peter Anvin (Intel)2020-06-011-6/+9
* BR 3392669: in expand_one_smacro(), we may reach EOL before tafterH. Peter Anvin (Intel)2020-06-011-1/+1
* BR 3392668: in %define, don't set "definining" until confirmedH. Peter Anvin (Intel)2020-06-011-6/+11
* BR 3392668: preproc: test for macro in TOK_LOCAL_SYMBOLH. Peter Anvin (Intel)2020-06-011-3/+15
* preproc: Fix in accessing the definition structure of a single-line macroChang S. Bae2020-04-211-1/+1
* preproc: Fix the macro-parameter check for conditional codeChang S. Bae2020-04-211-1/+1
* preproc: Fix the token in expanding the macro-parametersChang S. Bae2020-04-211-2/+0
* preproc: Fix the token iterator in expanding single-line macroChang S. Bae2020-04-211-1/+3
* preproc: Fix to reset %rep list line number after every iterationChang S. Bae2020-04-171-0/+1
* preproc: fix %undef of macro aliases, and add %ifdefaliasH. Peter Anvin (Intel)2019-10-232-35/+38
* listing: make it possible to flush the listing output after every lineH. Peter Anvin (Intel)2019-10-232-1/+7
* preproc: properly protect %xdefine params (see below), cleanupsH. Peter Anvin (Intel)2019-10-231-73/+102
* preproc: reserve space for terminal NUL in %strcatH. Peter Anvin (Intel)2019-10-171-1/+1
* preproc: fix %strcat and %substrH. Peter Anvin (Intel)2019-10-161-4/+9
* preproc: %xdefine must process arguments before expandingH. Peter Anvin (Intel)2019-10-161-4/+12
* Implement an enhanced version of MASM's dup() and "db ?" syntax.H. Peter Anvin (Intel)2019-10-164-269/+465
* preproc: fix the detection of the >= operatorH. Peter Anvin2019-10-071-1/+3
* preproc: make %exitrep do what it is supposed toH. Peter Anvin2019-10-071-1/+1
* warnings.pl: correct the documentation output for aliasesH. Peter Anvin2019-10-071-1/+1
* warnings: do a line break before enabled/disabled noteH. Peter Anvin2019-10-032-2/+1
* warnings: make it possible to put blank lines in doc textH. Peter Anvin2019-10-032-40/+37
* pragma: handle default name/fallback handler for NULL list; cleanupsH. Peter Anvin2019-09-301-68/+145
* preprocessor: major cleanups; inline text into Tokenpp-inlineH. Peter Anvin2019-09-234-681/+1038
* preproc: fix multiple memory corruption issuesH. Peter Anvin (Intel)2019-09-181-88/+104
* preproc: fix list corruption bug; clean up token handlingH. Peter Anvin (Intel)2019-09-181-302/+319
* preproc: add %ifusable and %ifusing directivesH. Peter Anvin2019-09-122-3/+21
* preproc: move %use package parsing to a separate routineH. Peter Anvin2019-09-121-18/+52
* eval: don't try to poke *opflags if opflags is NULLH. Peter Anvin2019-09-121-1/+2
* preproc: correct handling of %ifdef for aliasesH. Peter Anvin2019-09-121-1/+1
* assemble: fix too aggressive dropping of overflow warningsH. Peter Anvin2019-09-121-2/+3
* Change LBL_NONE to LBL_noneH. Peter Anvin2019-09-122-3/+3
* Drop unnecessary EXTERN symbolsH. Peter Anvin2019-09-124-37/+59