summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.08rc7nasm-2.08rc7H. Peter Anvin2010-01-121-1/+1
* nasm.c: Restore strings broken by `indent`Cyrill Gorcunov2010-01-091-30/+14
* README: add note to see the AUTHORS fileH. Peter Anvin2010-01-061-1/+2
* insns.dat: in 64-bit mode, accept "monitor rax,ecx,edx".H. Peter Anvin2010-01-061-0/+1
* Mkfiles: Add depends on stabs.h for Elf outputCyrill Gorcunov2010-01-034-14/+14
* doc/changes.src: Update changesCyrill Gorcunov2010-01-031-1/+10
* ELF: Explicitly point out SYM_GLOBAL, SYM_LOCAL bindingCyrill Gorcunov2010-01-033-5/+7
* elf.h: Add ELFXX_ST_MKBIND and move ELFXX_ST_ helpersCyrill Gorcunov2010-01-031-8/+11
* output/outelfX.c: Use definitions from stabs.hCyrill Gorcunov2010-01-034-16/+6
* Add common STABs definition into output/stabs.hCyrill Gorcunov2010-01-031-0/+145
* outelfX.c: Trivial cleanupCyrill Gorcunov2010-01-032-231/+231
* BR2924380: Add AMD LWP instructionsCyrill Gorcunov2010-01-031-0/+20
* BR2924383: fix XOP instructionsCyrill Gorcunov2010-01-031-4/+10
* BR2924583: fix FMA4 instructionsCyrill Gorcunov2010-01-031-2/+2
* Elf: Allow symbols binding to undefined sectionCyrill Gorcunov2010-01-022-8/+4
* doc/nasmdoc.src: Update the number of sync points in docsCyrill Gorcunov2009-12-221-1/+1
* sync.c: Get sync points limit backCyrill Gorcunov2009-12-221-7/+13
* sync.c: Style nitfixCyrill Gorcunov2009-12-221-5/+6
* NASM 2.08rc6nasm-2.08rc6H. Peter Anvin2009-12-181-1/+1
* insns.dat: Restore default size of memory operandsCyrill Gorcunov2009-12-161-22/+22
* doc/changes.src: describe changesCyrill Gorcunov2009-12-131-0/+3
* Elf: bind labels to text section by defaultCyrill Gorcunov2009-12-102-22/+24
* BR2907058: insn_size - close file handle before returningCyrill Gorcunov2009-12-051-3/+5
* nasm.c: Use copy_filename to set error message fileCyrill Gorcunov2009-12-041-1/+1
* insns.dat: AVX -- no need for IF_ARx in templateCyrill Gorcunov2009-12-031-12/+12
* Run "make alldeps"H. Peter Anvin2009-11-305-286/+300
* outrdf.c: remove obsolete fileH. Peter Anvin2009-11-301-569/+0
* outform.h: fix OF_NO_RDF2H. Peter Anvin2009-11-301-1/+1
* AUTHORS: convert to UTF-8H. Peter Anvin2009-11-301-1/+1
* outmacho32: replace error() -> nasm_error()H. Peter Anvin2009-11-301-25/+23
* NASM 2.08rc5nasm-2.08rc5H. Peter Anvin2009-11-281-1/+1
* test/Makefile: make it easier to inject optionsH. Peter Anvin2009-11-281-1/+1
* preproc.c: expand_smacro -- break endless loop for interminable macro recursionCyrill Gorcunov2009-11-211-1/+2
* outcoff: BuildExportTable -- tab/space fixCyrill Gorcunov2009-11-171-1/+1
* outcoff: Do not fail on long export identifiersCyrill Gorcunov2009-11-171-22/+19
* NASM 2.08rc4nasm-2.08rc4H. Peter Anvin2009-11-131-1/+1
* Update test filesVictor van den Elzen2009-11-118-37/+9
* Add test/bisect.sh for use with "git bisect"Victor van den Elzen2009-11-112-1/+27
* Don't boundcheck 64-bit numbers, it gives problems due to overflowsVictor van den Elzen2009-11-111-9/+27
* NASM 2.08rc3nasm-2.08rc3H. Peter Anvin2009-11-091-1/+1
* insns.dat: remove non-DREX SSE5 instructionsH. Peter Anvin2009-11-091-31/+0
* changes.src: document removal of DREX instructionsH. Peter Anvin2009-11-091-1/+4
* SSE5: remove all DREX-based instructionsH. Peter Anvin2009-11-091-275/+1
* outelf32/64 - various cleanups in a sake of unificationCyrill Gorcunov2009-11-062-164/+156
* dwarfX_output: dont check for "ln" twiceCyrill Gorcunov2009-11-062-49/+37
* output/outelf64.c: simplify stabs64_cleanup, dwarf64_cleanupCyrill Gorcunov2009-11-061-26/+13
* Document BR 2887108 in changes.srcCyrill Gorcunov2009-11-061-1/+5
* Merge elf header filesCyrill Gorcunov2009-11-0611-382/+307
* hash_init: check for size being power of twoCyrill Gorcunov2009-11-061-0/+1
* hashtbl.c: Unify common hash ops by macrosCyrill Gorcunov2009-11-061-25/+34