summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'github/nasm-2.15.xx'H. Peter Anvin2020-07-051-3/+27
|\
| * Make debug info and error messages correctly reflect macros and repsH. Peter Anvin (Intel)2020-07-051-3/+27
* | Merge remote-tracking branch 'github/nasm-2.15.xx'H. Peter Anvin (Intel)2020-06-302-1/+162
|\ \ | |/
| * 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
* | Merge tag 'nasm-2.15'H. Peter Anvin (Intel)2020-06-273-10/+35
|\ \ | |/
| * 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
* | Merge tag 'nasm-2.15rc8'H. Peter Anvin (Intel)2020-06-142-0/+8
|\ \ | |/
| * 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
* | preproc: add %require directiveH. Peter Anvin (Intel)2020-06-051-0/+2
|/
* 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