summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* outmac64.c: Fix memory clobber bug, clean up memory freemachofixH. Peter Anvin2016-02-111-5/+6
* macho64: remove LC_DATA_IN_CODE, change reloc type to 1H. Peter Anvin2016-02-111-10/+1
* macho64: fix alignment problems, add LC_DATA_IN_CODEH. Peter Anvin2016-02-111-20/+33
* LLVM portability fix for abs(size)H. Peter Anvin2016-02-0513-14/+14
* codeview.c: remove superfluous pointer testH. Peter Anvin2016-02-051-2/+2
* nasmlib.h: remove system definitions of ALIGN and ALIGN_MASKH. Peter Anvin2016-02-051-0/+2
* outmac64: Fix the handling of section data alignmentH. Peter Anvin2016-02-051-20/+30
* nasmlib: Add generic panic() macro, and no-return nasm_panic()H. Peter Anvin2016-02-023-7/+23
* Use a more optimal value for the UNUSED slotH. Peter Anvin2016-01-294-4/+4
* NASM 2.12rc2nasm-2.12rc2H. Peter Anvin2016-01-271-1/+1
* compiler.h: disable __STRICT_ANSI__ for djgppH. Peter Anvin2016-01-271-1/+6
* realpath.c: remove testing #ifdef unintentionally left inH. Peter Anvin2016-01-271-1/+1
* Add option to allow 64-bit code in any output formatKnut St. Osmundsen2016-01-262-15/+38
* make alldeps to remove unnecessary dependencies for realpath.cH. Peter Anvin2016-01-265-15/+5
* NASM 2.12rc1nasm-2.12rc1H. Peter Anvin2016-01-261-1/+1
* Portability improvements to nasm_realpath()H. Peter Anvin2016-01-268-22/+201
* coff: Add support for the Codeview 8 debug formatJim Kukunas2016-01-245-162/+927
* Add a MD5 implementationJim Kukunas2016-01-244-2/+274
* nasmlib: Add nasm_realpath()Jim Kukunas2016-01-242-0/+19
* NASM 2.11.09rc2nasm-2.11.09rc2H. Peter Anvin2016-01-151-1/+1
* smartalign.mac: Ignore smartalign in preprocess-only modeH. Peter Anvin2016-01-151-1/+3
* disasm: Drop unused variableCyrill Gorcunov2015-11-051-2/+0
* disasm: Fix disassembling of evex prefixCyrill Gorcunov2015-11-051-3/+3
* output: macho64 -- Fix OUT_REL4ADR on bigendiansCyrill Gorcunov2015-11-051-4/+5
* Restore AC_C_INLINEH. Peter Anvin2015-11-041-0/+1
* disasm: Fix for disassembly of BOUNDMark Scott2015-11-031-1/+1
* out: elf,stabs -- Fix @n_value attribute for HdrSym entryMark Scott2015-11-033-3/+3
* nasmlib: Plcate undefined behaviour in signed_bitsCyrill Gorcunov2015-10-111-1/+1
* disasm: Fix segment prefix nameCyrill Gorcunov2015-09-131-1/+1
* insns.dat: Add SMSW for 64 bit modeCyrill Gorcunov2015-09-131-0/+1
* output: aout -- Use nasm_x_space helpersCyrill Gorcunov2015-07-261-4/+1
* insns.dat: Add PKU instructionsCyrill Gorcunov2015-07-261-0/+3
* doc: Update changes listCyrill Gorcunov2015-07-261-0/+14
* NASM 2.11.09rc1nasm-2.11.09rc1Cyrill Gorcunov2015-07-251-1/+1
* out: maco64 -- Properly update the full 64 bit value when adding relocationsMartin Storsjö2015-07-241-3/+3
* output: outmacho32 -- Fix stack overwriteCyrill Gorcunov2015-07-211-1/+1
* output: outmach64 -- Use back WRITELONG for OUT_REL4ADRCyrill Gorcunov2015-07-191-1/+1
* out: Zeroify temp buffer before useCyrill Gorcunov2015-07-197-0/+14
* macros.pl: expand file wildcards in argumentsJim Kukunas2015-07-011-73/+76
* out: maco64 -- Fix erroneously small write for OUT_REL4ADRDelan Azabani2015-06-021-1/+1
* doc: typo occationallyCiro Santilli2015-05-241-1/+1
* output: outmac64 -- Fix the case when first hit matches the symbolCyrill Gorcunov2015-05-091-1/+1
* output: elf64 -- increase .symtab and .rel* alignment to 8Ed Maste2015-04-161-2/+2
* version: Fix the tagCyrill Gorcunov2015-02-231-1/+1
* NASM 2.11.08nasm-2.11.08nasm-2.11.xxCyrill Gorcunov2015-02-211-1/+1
* doc: changes -- Prepare for 2.11.08Cyrill Gorcunov2015-02-211-0/+22
* output: dbg,aout,elf32 -- Fix out for signed relocationsCyrill Gorcunov2015-02-213-5/+5
* output: bin -- Fix section length miscalc for OUT_ADDRESSCyrill Gorcunov2015-02-151-0/+6
* preproc: Warn if someone predefines non ID as definitionCyrill Gorcunov2015-02-081-0/+4
* rdoff/ldrdf.c: Add option to specify target RDF module name in command lineYuri Zaporozhets2015-01-201-9/+51