summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* preproc: add new %note directivenoteH. Peter Anvin (Intel)2018-06-275-8/+50
* listing: add support for multiple errors and dropping the current lineH. Peter Anvin (Intel)2018-06-272-33/+49
* NASM 2.14rc13nasm-2.14rc13H. Peter Anvin (Intel)2018-06-271-1/+1
* asm: add a default-off warning for phase error in pass 1H. Peter Anvin (Intel)2018-06-273-4/+20
* NASM 2.14rc12nasm-2.14rc12H. Peter Anvin (Intel)2018-06-271-1/+1
* subsections: don't lose the offset in the parent sectionH. Peter Anvin (Intel)2018-06-274-8/+26
* nasm.c: min 2 optimization passes, don't re-run pass 1H. Peter Anvin (Intel)2018-06-271-1/+8
* doc/rdsrc.pl: fix unescaped braceH. Peter Anvin (Intel)2018-06-251-2/+2
* NASM 2.14rc11nasm-2.14rc11H. Peter Anvin (Intel)2018-06-251-1/+1
* insns.dat: add Intel Software Guard Extensions (SGX) instructionsH. Peter Anvin (Intel)2018-06-252-0/+6
* doc: add a few more updatesH. Peter Anvin (Intel)2018-06-252-22/+22
* insns.dat: V4F(N)MADDSS are .lig not .512H. Peter Anvin (Intel)2018-06-251-2/+2
* NASM 2.14rc10nasm-2.14rc10H. Peter Anvin2018-06-251-1/+1
* insns.dat: fix the opcodes for the V4FNM* instructionsH. Peter Anvin2018-06-251-2/+2
* NASM 2.14rc9nasm-2.14rc9H. Peter Anvin2018-06-251-1/+1
* asm: support the +n syntax for register setsH. Peter Anvin2018-06-256-18/+82
* insns.dat: add support for the V4* and VP4* 4-way instructionsnasm-2.14rc8H. Peter Anvin (Intel)2018-06-252-0/+12
* insns.dat: add PTWRITE instructionH. Peter Anvin (Intel)2018-06-251-0/+4
* changes.src: cleanup and fixesH. Peter Anvin (Intel)2018-06-251-15/+17
* doc: 2.14 change logChang S. Bae2018-06-252-1/+48
* doc: document new feature from version 2.14Chang S. Bae2018-06-251-6/+139
* nasm: fix some typo and description for the option helpChang S. Bae2018-06-251-4/+6
* NASM 2.14rc8H. Peter Anvin (Intel)2018-06-251-1/+1
* absolute: in absolute space, need to use absolute.segmentH. Peter Anvin (Intel)2018-06-252-1/+3
* test: make absolute.asm buildable even when not in binary modeH. Peter Anvin, Intel2018-06-251-3/+4
* test: add test for context-local labels and extern label promotionH. Peter Anvin, Intel2018-06-251-0/+25
* labels: auto-promote EXTERN labels to GLOBAL if definedH. Peter Anvin, Intel2018-06-251-1/+7
* labels: if we have overridden EXTERN, don't call define_label()H. Peter Anvin, Intel2018-06-251-1/+1
* labels: fix formatting of warning messageH. Peter Anvin, Intel2018-06-251-2/+2
* nasm: need to call init_labels() before command line parsingH. Peter Anvin, Intel2018-06-251-7/+7
* labels: don't update the local variable base for *ANY* dot labelsH. Peter Anvin, Intel2018-06-251-10/+22
* 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