summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.11.07nasm-2.11.07Cyrill Gorcunov2014-12-091-1/+1
* doc: Update changes for 2.11.07Cyrill Gorcunov2014-12-091-0/+12
* insns.dat: Fix 256-bit vmovntpsHenrik Gramner2014-11-301-1/+1
* nasm: Fix -MD operating modeCyrill Gorcunov2014-11-291-1/+1
* compiler: Fix typo for HAVE__VSNPRINTFCyrill Gorcunov2014-11-261-1/+1
* configure.in: Remove redundant -Werror=trigraphsH. Peter Anvin2014-11-251-1/+0
* Add missing static declarations in rdoff/segtab.cH. Peter Anvin2014-11-251-3/+3
* Add missing static declarations in rdoff/rdoff.cH. Peter Anvin2014-11-251-6/+6
* Add missing static declaration in rdoff/rdlib.cH. Peter Anvin2014-11-251-2/+2
* Add missing static declarations in rdoff/rdflib.cH. Peter Anvin2014-11-251-2/+2
* Add missing static declaration in rdoff/rdfdump.cH. Peter Anvin2014-11-251-2/+2
* configure.in: promote some C warnings to errorsH. Peter Anvin2014-11-251-0/+11
* Run "make alldeps" to add missing header file dependenciesH. Peter Anvin2014-11-255-29/+31
* Add missing prototype in tokhash.c (from tokhash.pl)H. Peter Anvin2014-11-251-1/+2
* Add missing static declarations in rdoff/ldrdf.cH. Peter Anvin2014-11-251-8/+8
* Add missing static declarations in output/outobj.cH. Peter Anvin2014-11-251-2/+2
* Add missing static declaration in output/outdbg.cH. Peter Anvin2014-11-251-1/+1
* Add missing static declaration in output/outieee.cH. Peter Anvin2014-11-251-1/+1
* Add missing static declaration in output/outcoff.cH. Peter Anvin2014-11-251-2/+2
* Add missing header file in output/nulldbg.cH. Peter Anvin2014-11-251-1/+2
* Add missing header file in labels.cH. Peter Anvin2014-11-251-1/+2
* Add missing header file in crc64.cH. Peter Anvin2014-11-251-1/+2
* nasmlib: Fix typo in fwriteint32_t()Jim Kukunas2014-11-251-1/+1
* msvc.mak: Add support for generating PDBs for debuggingJim Kukunas2014-11-251-4/+12
* quote: Fix returning out of string pointerCyrill Gorcunov2014-11-231-1/+3
* parser: Check for eval error before memory reference parsingCyrill Gorcunov2014-11-221-0/+2
* rdoff: don't check fwritezero() return value.Jim Kukunas2014-11-101-2/+1
* Replace unchecked fwrite() callsH. Peter Anvin2014-10-2113-64/+63
* NASM 2.11.06nasm-2.11.06Jim Kukunas2014-10-171-1/+1
* doc: Document -MF/-MD and updated AVX512 instructionsJim Kukunas2014-10-171-0/+9
* Sync to public Intel EAS version 021.Mark Charney2014-10-166-651/+1649
* output: elf -- Use common elf_ structuresCyrill Gorcunov2014-09-213-188/+77
* output: elf -- Move common structures into outelf.h headerCyrill Gorcunov2014-09-211-0/+39
* output: elf -- Move elf_directive into single instanceCyrill Gorcunov2014-08-295-129/+50
* output: elf -- Rename section_attrib to elf_section_attribCyrill Gorcunov2014-08-295-12/+12
* insns: Move 'np' mnemonic into @plain_codesCyrill Gorcunov2014-08-252-6/+5
* assemble.c: Introduce mnemonics into bytecode specCyrill Gorcunov2014-08-251-93/+99
* msvc.mak: Update insns.pl argumentsJim Kukunas2014-08-071-7/+11
* nasm: Handle -MF and -MD optionsCyrill Gorcunov2014-06-291-40/+45
* nasm: Convert operating_mode to use bitmaskCyrill Gorcunov2014-06-291-21/+8
* nasm: Make op_type members being capitalsCyrill Gorcunov2014-06-291-11/+12
* preproc: pp_cleanup -- Don't forget to zeroify variablesCyrill Gorcunov2014-06-291-0/+3
* preproc: Use nasm_zalloc in new_BlockCyrill Gorcunov2014-06-291-4/+1
* preproc: Convert tabs to spacesCyrill Gorcunov2014-06-291-64/+64
* output: outbin -- Fix relocation sizeCyrill Gorcunov2014-06-281-1/+1
* Merge branch 'nasm-2.11.xx'H. Peter Anvin2014-05-211-2/+2
|\
| * doc: Make it clear that --v is only in 2.11.05 and newerH. Peter Anvin2014-05-211-2/+2
* | Merge branch 'nasm-2.11.xx'H. Peter Anvin2014-05-216-4/+29
|\ \ | |/
| * NASM 2.11.05nasm-2.11.05H. Peter Anvin2014-05-211-1/+1
| * doc: Document --v and duplicate REX prefix fixH. Peter Anvin2014-05-212-0/+11