| Commit message (Expand) | Author | Age | Files | Lines |
* | preproc: %while ... %endwhile looploops | H. Peter Anvin | 2019-10-08 | 1 | -0/+5 |
* | preproc: fix the detection of the >= operator | H. Peter Anvin | 2019-10-07 | 1 | -1/+1 |
* | preproc: make %exitrep do what it is supposed to | H. Peter Anvin | 2019-10-07 | 1 | -0/+16 |
* | test: add a test for symbol prefixes via %pragma | H. Peter Anvin | 2019-09-30 | 1 | -0/+22 |
* | elf: fix "object" symbol keyword | H. Peter Anvin | 2019-09-12 | 1 | -0/+2 |
* | Drop unnecessary EXTERN symbols | H. Peter Anvin | 2019-09-12 | 1 | -1/+2 |
* | elf: support weak global and extern references | H. Peter Anvin | 2019-09-12 | 1 | -3/+20 |
* | preproc: fix varadic macros, add conditional comma operator | H. Peter Anvin (Intel) | 2019-08-20 | 1 | -0/+6 |
* | listing: add the -L+ option to enable all listing options | H. Peter Anvin (Intel) | 2019-08-19 | 1 | -1/+1 |
* | BR 3392472: don't complain on wraparound for lower bit modes | H. Peter Anvin (Intel) | 2019-08-16 | 1 | -0/+12 |
* | test: very simple test for MASM displacement syntax | H. Peter Anvin (Intel) | 2019-08-14 | 1 | -0/+36 |
* | Add %pragma list options | H. Peter Anvin | 2019-08-10 | 1 | -0/+2 |
* | obsolete handing: handle a few more subcases in a useful way | H. Peter Anvin (Intel) | 2019-08-09 | 1 | -0/+3 |
* | BR 3392590: add warning for valid but obsolete instructions | H. Peter Anvin (Intel) | 2019-08-09 | 1 | -0/+9 |
* | listing: add -L option for additional listing info | H. Peter Anvin (Intel) | 2019-08-09 | 1 | -0/+9 |
* | Add implicitly sized versions of the K instructions | H. Peter Anvin (Intel) | 2019-08-09 | 1 | -0/+137 |
* | br3392586: add test case for smacro descent | H. Peter Anvin (Intel) | 2019-08-07 | 1 | -0/+8 |
* | Add group aliases for all prefixed warnings. | H. Peter Anvin | 2019-06-06 | 1 | -1/+1 |
* | Merge branch 'evalmacro' | H. Peter Anvin (Intel) | 2019-04-24 | 5 | -0/+27 |
|\ |
|
| * | preproc: add %i... variants, evaluated macro parameters, cleanupsevalmacro | H. Peter Anvin | 2019-02-26 | 1 | -0/+4 |
| * | ELF: handle more than 32,633 sections | H. Peter Anvin | 2019-02-26 | 4 | -2/+19 |
| * | outelf: hash sections for performance | H. Peter Anvin | 2019-01-12 | 1 | -0/+6 |
* | | warnings: add [warning push] and [warning pop] | H. Peter Anvin (Intel) | 2019-01-11 | 1 | -0/+10 |
|/ |
|
* | BR 3392538: test case for double free in listing module | H. Peter Anvin | 2018-12-24 | 1 | -0/+27 |
* | insns.dat: accept explicit ax/eax/rax operand to CLZERO | H. Peter Anvin | 2018-12-22 | 1 | -0/+26 |
* | test/Makefile: add .aout target | H. Peter Anvin (Intel) | 2018-12-18 | 1 | -2/+5 |
* | BR 3392368: actually fix the documentation; add test case | H. Peter Anvin | 2018-11-26 | 1 | -5/+24 |
* | Correctly document the BR 3392368 fix, add test case | H. Peter Anvin | 2018-11-26 | 1 | -3/+9 |
* | asm: support the +n syntax for register sets | H. Peter Anvin | 2018-06-25 | 1 | -0/+12 |
* | test: make absolute.asm buildable even when not in binary mode | H. Peter Anvin, Intel | 2018-06-25 | 1 | -3/+4 |
* | test: add test for context-local labels and extern label promotion | H. Peter Anvin, Intel | 2018-06-25 | 1 | -0/+25 |
* | test: test for ELF symbol visibility | H. Peter Anvin | 2018-06-18 | 1 | -0/+10 |
* | pragma: define a hander for generic output (and debug) pragmas | H. Peter Anvin | 2018-06-18 | 1 | -3/+3 |
* | test/Makefile: qualify the names of list files with output format | H. Peter Anvin | 2018-06-18 | 1 | -15/+15 |
* | Cleanup of label renaming infrastructure, add subsection support | H. Peter Anvin | 2018-06-01 | 1 | -3/+4 |
* | test: add test for subsections via symbols | H. Peter Anvin | 2018-05-30 | 1 | -4/+2 |
* | pragma.c: make the generic "output" and "debug" pragma namespaces work | H. Peter Anvin | 2018-05-30 | 1 | -0/+39 |
* | Merge remote-tracking branch 'origin/nasm-2.13.xx' | H. Peter Anvin | 2018-02-20 | 1 | -0/+56 |
|\ |
|
| * | insns.dat: add aliases of the RET instruction with explicit operand size | H. Peter Anvin | 2018-02-14 | 1 | -0/+56 |
* | | Merge tag 'nasm-2.13.03' | H. Peter Anvin | 2018-02-07 | 1 | -0/+22 |
|\| |
|
| * | vaesenc.asm: add a few more test cases | H. Peter Anvin | 2018-02-07 | 1 | -1/+17 |
| * | iflag: automatically assign values, saner handling of CPU levels | H. Peter Anvin | 2018-02-06 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'origin/nasm-2.13.xx' | H. Peter Anvin | 2017-11-01 | 7 | -1/+66 |
|\| |
|
| * | BR 3392442: correct vmin in overflow_general() | H. Peter Anvin | 2017-10-11 | 1 | -0/+6 |
| * | BR 3392362: generate RMI versions of PEXTRW when possible | H. Peter Anvin | 2017-09-27 | 1 | -0/+3 |
| * | test: add Makefile target for RDOFF files | H. Peter Anvin | 2017-09-27 | 1 | -1/+4 |
| * | BR 3392411: smartalign: make sure we always define the end symbol | H. Peter Anvin | 2017-09-27 | 1 | -0/+22 |
| * | BR 3392437: Fix diagnostic for negative value in TIMES | H. Peter Anvin | 2017-09-27 | 1 | -0/+3 |
| * | BR 3392418: MachO: support 16-character section names, debug flag | H. Peter Anvin | 2017-09-27 | 1 | -0/+3 |
| * | test: add test code for BR 3392439 | H. Peter Anvin | 2017-09-27 | 1 | -0/+25 |