summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elf16: WIP: support for 16-bit segmented relocations in ELF32elf16H. Peter Anvin2018-12-242-70/+126
* elf.h: add relocation numbers for segmented supportH. Peter Anvin2018-12-241-1/+4
* Makefile: make doc depend on warnings.srcH. Peter Anvin2018-12-241-1/+1
* test: nasm-t -- Use plain stderr extension for error streamCyrill Gorcunov2018-12-232-1/+1
* test: nasm-t -- Add clzero caseCyrill Gorcunov2018-12-234-0/+51
* build: Add missing PA_ADD_LDFLAGS helperCyrill Gorcunov2018-12-232-1/+10
* Merge tag 'nasm-2.14.01'H. Peter Anvin2018-12-222-0/+29
|\
| * NASM 2.14.01nasm-2.14.01H. Peter Anvin2018-12-221-1/+1
| * insns.dat: accept explicit ax/eax/rax operand to CLZEROH. Peter Anvin2018-12-222-0/+29
* | autogen.sh: add code to re-run configure afterwardsH. Peter Anvin2018-12-222-2/+13
* | autoconf: use librarized autoconf setupH. Peter Anvin2018-12-2222-215/+4406
* | test: nasm-t -- Add more details into READMECyrill Gorcunov2018-12-201-7/+69
* | assemble_file(): break up this gigantic messH. Peter Anvin2018-12-182-176/+209
* | Makefile.in: add target for running travisH. Peter Anvin2018-12-181-0/+5
* | Don't convert the various RESx instructions to RESBH. Peter Anvin2018-12-183-19/+9
* | With buffered warnings, change the handling of error passesH. Peter Anvin (Intel)2018-12-1815-89/+102
* | Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin (Intel)2018-12-181-2/+5
|\ \ | |/
| * test/Makefile: add .aout targetH. Peter Anvin (Intel)2018-12-181-2/+5
* | Clean up the handling of various passesH. Peter Anvin (Intel)2018-12-1822-299/+353
* | test: nasm-t -- Update testsCyrill Gorcunov2018-12-164-9/+2826
* | nasm: Fix condition in skip_this_passCyrill Gorcunov2018-12-161-1/+1
* | asm/nasm.c: Drop tabsCyrill Gorcunov2018-12-151-45/+45
* | test: nasm-t -- Make read buffer up to 4MCyrill Gorcunov2018-12-151-2/+2
* | compier: Zap __builtin_constant_p on gcc 4.x seriesCyrill Gorcunov2018-12-151-1/+5
* | build: aclocal.m4 -- Provide arguments to mainCyrill Gorcunov2018-12-151-1/+1
* | nasmlib: Fix space/tabs messCyrill Gorcunov2018-12-151-28/+28
* | compiler: Brace __builtin_constant_p argumentCyrill Gorcunov2018-12-151-1/+1
* | test: nasm-t -- Update multisectionCyrill Gorcunov2018-12-152-2/+2
* | test: nasm-t -- Update riprelCyrill Gorcunov2018-12-151-6592/+5184
* | test: nasm-t -- Update prefix66Cyrill Gorcunov2018-12-151-6/+6
* | test: nasm-t -- Update multisectionCyrill Gorcunov2018-12-151-1/+1
* | test: nasm-t -- Update moutCyrill Gorcunov2018-12-151-1/+1
* | test: nasm-t -- Fix typoCyrill Gorcunov2018-12-152-3/+5
* | test: nasm-t -- Update floatb testCyrill Gorcunov2018-12-152-1/+8
* | test: nasm-t -- Update bcd testCyrill Gorcunov2018-12-151-2/+2
* | test: nasm-t -- Reverse the comparision orderCyrill Gorcunov2018-12-151-2/+2
* | test: nasm-t -- Move data reading out of cmp_stdCyrill Gorcunov2018-12-151-12/+15
* | nasm_assert(): try to run at compile time if possibleH. Peter Anvin (Intel)2018-12-145-21/+71
* | warnings: make WARN_* constant obligatory for warningsH. Peter Anvin (Intel)2018-12-147-47/+46
* | nasm_warnf() -> nasm_warn()H. Peter Anvin (Intel)2018-12-1417-98/+106
* | Merge tag 'nasm-2.14.01rc5'H. Peter Anvin (Intel)2018-12-147-26/+55
|\ \ | |/
| * NASM 2.14.01rc5nasm-2.14.01rc5H. Peter Anvin (Intel)2018-12-141-1/+1
| * Document the -Ov option, minor fix for gcc -OgH. Peter Anvin (Intel)2018-12-142-2/+9
| * labels.c: redefine test should be passn, not pass0H. Peter Anvin (Intel)2018-12-141-4/+5
| * --no-line: new option to ignore %line directivesH. Peter Anvin (Intel)2018-12-146-22/+40
* | build: Add warnings to PERLREQCyrill Gorcunov2018-12-141-0/+1
* | Restore the ability to have ? in identifiers, except ? itselfH. Peter Anvin (Intel)2018-12-146-5/+9
* | Define and use offsetin() instead of offsetof()H. Peter Anvin (Intel)2018-12-142-1/+8
* | strlist, warnings: improve strlist, buffer warnings until errorH. Peter Anvin (Intel)2018-12-145-22/+73
* | hashtbl: fix errors in hash_iterate() and hash_free()H. Peter Anvin (Intel)2018-12-141-13/+10