summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* emptyarg.asm: add expansion test for a range with a single parameterH. Peter Anvin (Intel)2020-06-301-0/+8
* preproc: fix %{:} macro operand rangesH. Peter Anvin (Intel)2020-06-301-1/+139
* listing: list short reserved blocks as ?? instead of <res ...>H. Peter Anvin (Intel)2020-06-271-0/+15
* test: add Makefile target for elfx32H. Peter Anvin (Intel)2020-06-261-0/+3
* test: enable debugging outputH. Peter Anvin (Intel)2020-06-261-8/+8
* doc: document operator and Dx changesH. Peter Anvin (Intel)2020-06-251-2/+2
* BR 3392681: handle a64 instruction patters correctlyH. Peter Anvin (Intel)2020-06-221-0/+22
* preproc: even more handling of backwards compatibility for mmacrosH. Peter Anvin (Intel)2020-06-141-0/+1
* test/ifdef.asm: test for simple %ifdefH. Peter Anvin (Intel)2020-06-051-0/+7
* BR 3392667: more reasonable limit for expression descentH. Peter Anvin (Intel)2020-06-011-0/+0
* preproc: error out if an include file exists but can't be openedH. Peter Anvin (Intel)2020-06-011-0/+2
* BR 3392669: in expand_one_smacro(), we may reach EOL before tafterH. Peter Anvin (Intel)2020-06-011-0/+0
* BR 3392668: preproc: test for macro in TOK_LOCAL_SYMBOLH. Peter Anvin (Intel)2020-06-011-0/+0
* test: Add BR3392607Chang S. Bae2020-04-221-0/+2
* test: Add BR3392661Chang S. Bae2020-04-221-0/+8
* test: Add BR3392660Chang S. Bae2020-04-211-0/+9
* test: Add BR3392640Chang S. Bae2020-04-211-0/+4
* test: Add BR3392630Chang S. Bae2020-04-211-1/+5
* test: Add BR3392626Chang S. Bae2020-04-211-0/+6
* test: test case for BR 3392655, overflow during bin format linkH. Peter Anvin2020-03-311-0/+37
* preproc: fix %undef of macro aliases, and add %ifdefaliasH. Peter Anvin (Intel)2019-10-231-0/+52
* preproc: properly protect %xdefine params (see below), cleanupsH. Peter Anvin (Intel)2019-10-232-0/+17
* Implement an enhanced version of MASM's dup() and "db ?" syntax.H. Peter Anvin (Intel)2019-10-161-0/+21
* preproc: fix the detection of the >= operatorH. Peter Anvin2019-10-071-1/+1
* preproc: make %exitrep do what it is supposed toH. Peter Anvin2019-10-071-0/+16
* test: add a test for symbol prefixes via %pragmaH. Peter Anvin2019-09-301-0/+22
* elf: fix "object" symbol keywordH. Peter Anvin2019-09-121-0/+2
* Drop unnecessary EXTERN symbolsH. Peter Anvin2019-09-121-1/+2
* elf: support weak global and extern referencesH. Peter Anvin2019-09-121-3/+20
* preproc: fix varadic macros, add conditional comma operatorH. Peter Anvin (Intel)2019-08-201-0/+6
* listing: add the -L+ option to enable all listing optionsH. Peter Anvin (Intel)2019-08-191-1/+1
* BR 3392472: don't complain on wraparound for lower bit modesH. Peter Anvin (Intel)2019-08-161-0/+12
* test: very simple test for MASM displacement syntaxH. Peter Anvin (Intel)2019-08-141-0/+36
* Add %pragma list optionsH. Peter Anvin2019-08-101-0/+2
* obsolete handing: handle a few more subcases in a useful wayH. Peter Anvin (Intel)2019-08-091-0/+3
* BR 3392590: add warning for valid but obsolete instructionsH. Peter Anvin (Intel)2019-08-091-0/+9
* listing: add -L option for additional listing infoH. Peter Anvin (Intel)2019-08-091-0/+9
* Add implicitly sized versions of the K instructionsH. Peter Anvin (Intel)2019-08-091-0/+137
* br3392586: add test case for smacro descentH. Peter Anvin (Intel)2019-08-071-0/+8
* Add group aliases for all prefixed warnings.H. Peter Anvin2019-06-061-1/+1
* Merge branch 'evalmacro'H. Peter Anvin (Intel)2019-04-245-0/+27
|\
| * preproc: add %i... variants, evaluated macro parameters, cleanupsevalmacroH. Peter Anvin2019-02-261-0/+4
| * ELF: handle more than 32,633 sectionsH. Peter Anvin2019-02-264-2/+19
| * outelf: hash sections for performanceH. Peter Anvin2019-01-121-0/+6
* | warnings: add [warning push] and [warning pop]H. Peter Anvin (Intel)2019-01-111-0/+10
|/
* BR 3392538: test case for double free in listing moduleH. Peter Anvin2018-12-241-0/+27
* insns.dat: accept explicit ax/eax/rax operand to CLZEROH. Peter Anvin2018-12-221-0/+26
* test/Makefile: add .aout targetH. Peter Anvin (Intel)2018-12-181-2/+5
* BR 3392368: actually fix the documentation; add test caseH. Peter Anvin2018-11-261-5/+24
* Correctly document the BR 3392368 fix, add test caseH. Peter Anvin2018-11-261-3/+9