summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.14rc7nasm-2.14rc7H. Peter Anvin2018-06-181-1/+1
* RAA: make pointer vs integer RAAs type safeH. Peter Anvin2018-06-183-52/+76
* outmacho: don't use raa_read() for pointer valuesH. Peter Anvin2018-06-181-1/+1
* labels: pass the mangled name to the backend for fixupsH. Peter Anvin2018-06-181-1/+1
* NASM 2.14rc6nasm-2.14rc6H. Peter Anvin2018-06-181-1/+1
* Makefile.in: fix building RDOFFH. Peter Anvin2018-06-181-1/+1
* MSVC: fix dependency generation and building RDOFF under MSVCH. Peter Anvin2018-06-183-47/+41
* .gitignore: add asm/directbl.hH. Peter Anvin2018-06-181-0/+1
* test: test for ELF symbol visibilityH. Peter Anvin2018-06-181-0/+10
* pragma: define a hander for generic output (and debug) pragmasH. Peter Anvin2018-06-183-14/+25
* test/Makefile: qualify the names of list files with output formatH. Peter Anvin2018-06-181-15/+15
* nasm.h: remove unused constantsH. Peter Anvin2018-06-181-8/+0
* NASM 2.14rc5nasm-2.14rc5H. Peter Anvin2018-06-161-1/+1
* insns.dat: update with instructions from ISE 319433-034H. Peter Anvin2018-06-162-3/+138
* Make limits 64 bits, add globallines limit to configurable limitsH. Peter Anvin2018-06-155-23/+27
* Makefile.in: remove duplicated $(ALL_CFLAGS)H. Peter Anvin2018-06-151-3/+3
* Merge commit '7daa26f9ba3ca45813d16ce540564448c13b16fa' into nasm-2.14.xxH. Peter Anvin2018-06-153-2/+6
|\
| * gcc: fix mistakes discovered by recent gccH. Peter Anvin2018-06-022-2/+3
| * gcc: newer gcc trip on -Wstringop-truncation for valid uses of strncpy()H. Peter Anvin2018-06-021-0/+3
* | NASM 2.14rc4nasm-2.14rc4H. Peter Anvin2018-06-141-1/+1
* | labels: allocation of a segment number counts as a changeH. Peter Anvin2018-06-141-5/+2
* | Don't keep assigning segment numbers to EXTERN or COMMONH. Peter Anvin2018-06-142-3/+7
* | NASM 2.14rc3nasm-2.14rc3H. Peter Anvin2018-06-141-1/+1
* | outmacho: don't do encoding magic in the segment indexH. Peter Anvin2018-06-141-49/+73
* | labels: add a subsection field available for backend useH. Peter Anvin2018-06-145-17/+34
* | segalloc: DO NOT reset segment numbersH. Peter Anvin2018-06-143-21/+0
* | RAA: add functions for storing pointers in RAA'sH. Peter Anvin2018-06-142-20/+54
* | NASM 2.14rc2nasm-2.14rc2H. Peter Anvin2018-06-121-1/+1
* | Fix parsing of long options; actually warn on bad limitH. Peter Anvin2018-06-121-9/+22
* | Make any execution limit configurable, add eval limitH. Peter Anvin2018-06-1210-101/+255
* | NASM 2.14rc1nasm-2.14rc1H. Peter Anvin2018-06-111-1/+1
* | Unbreak special segment symbols, unbreak COMMONH. Peter Anvin2018-06-115-22/+52
* | Add --pragma and --before option; make --include = -PH. Peter Anvin2018-06-114-39/+91
* | directive: Make cpu directive case insensitive back againCyrill Gorcunov2018-06-071-1/+1
|/
* asm/directiv.c: fix bug in perm_alloc()H. Peter Anvin2018-06-012-4/+14
* macho: Turn off OFMT_KEEP_ADDRH. Peter Anvin2018-06-011-2/+2
* Cleanup of label renaming infrastructure, add subsection supportH. Peter Anvin2018-06-0121-522/+500
* test: add test for subsections via symbolsH. Peter Anvin2018-05-301-4/+2
* Add support for backend-defined subsections and label hacksH. Peter Anvin2018-05-3018-32/+203
* pragma.c: make the generic "output" and "debug" pragma namespaces workH. Peter Anvin2018-05-302-2/+52
* configure.ac: add -fvisibility=hidden if supportedH. Peter Anvin2018-05-301-0/+6
* malloc: simplify nasm_malloc code, add nasm_strcatn()H. Peter Anvin2018-05-305-22/+85
* Revert "output: macho -- Check the actual size of 64-bit absolute address"H. Peter Anvin2018-05-081-2/+1
* Fix implicit fallthrough that trips -WerrorH. Peter Anvin2018-05-082-2/+6
* assemble: Check global line limitChang S. Bae2018-05-051-1/+6
* output: macho -- Avoid conversion of addresses to RAWDATAChang S. Bae2018-05-053-10/+15
* output: macho -- Check the actual size of 64-bit absolute addressChang S. Bae2018-05-051-1/+2
* output: codeview -- change version number writtenFabian Giesen2018-04-201-4/+16
* Revert "compiler: Add fallthrough() helper"Cyrill Gorcunov2018-02-253-40/+0
* Revert "Use fallthrough() to placate compiler"Cyrill Gorcunov2018-02-252-3/+1