summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New NSIS scriptnsis2Cyrill Gorcunov2009-09-143-0/+200
* elf,stabs: stabs32/64_generate -- append ending tokenCyrill Gorcunov2009-09-142-16/+19
* output/elfcommon.h: tab/space cleanupCyrill Gorcunov2009-09-061-111/+111
* output/outelf32.c: code style simplificationCyrill Gorcunov2009-09-031-115/+108
* output/outelf32.c: tab-space cleanupCyrill Gorcunov2009-09-031-390/+367
* output/elf64.h: tab-space cleanupCyrill Gorcunov2009-09-031-51/+51
* output/elf32.h: tab-space cleanupCyrill Gorcunov2009-09-031-13/+13
* output/outelf.h - tab-space cleanupCyrill Gorcunov2009-09-031-23/+23
* Use I_none opcode instead of hardcoded numberCyrill Gorcunov2009-08-232-19/+19
* Use fputs instead of fprintf for plain stringsVictor van den Elzen2009-08-133-3/+3
* Fix some format strings for nasm_errorVictor van den Elzen2009-08-117-21/+27
* output/dwarf.h: update dwarf constantsCyrill Gorcunov2009-08-101-23/+530
* Add strlcpy() functionH. Peter Anvin2009-08-108-42/+104
* output: change null_debug_routine to null_debug_directiveH. Peter Anvin2009-08-094-5/+5
* disasm.c: eatbyte -- use snprintf to prevent potential buffer overflowCyrill Gorcunov2009-08-091-1/+1
* headers/c: strip off useless spacesCyrill Gorcunov2009-08-091-2/+2
* insns.pl: remove redundant empty line in enum opcodeCyrill Gorcunov2009-08-081-1/+1
* nasm.c: fix stack overrun in assemble_fileH. Peter Anvin2009-08-081-15/+31
* Merge commit 'cyr/hpa-dat'H. Peter Anvin2009-08-071-820/+820
|\
| * insns.dat -- convert FMA instructionsCyrill Gorcunov2009-08-071-192/+192
| * insns.dat -- convert AVX instructions part2Cyrill Gorcunov2009-08-071-347/+347
| * insns.dat -- convert AVX instructions part1Cyrill Gorcunov2009-08-071-281/+281
* | Merge commit 'cyr/hpa-list'H. Peter Anvin2009-08-071-15/+15
|\ \
| * | output/outbin.c -- use list helpersCyrill Gorcunov2009-08-011-15/+15
| |/
* | doc: \ needs to be repeated except in \c-line context; daily snapshotsH. Peter Anvin2009-08-021-5/+7
|/
* nasm.c: consistently use the 'murrican spelling "optimize"H. Peter Anvin2009-07-311-1/+1
* nasm.1 -- update contentsCyrill Gorcunov2009-07-311-1/+50
* nasm.c -- update info on -O cmdline optionCyrill Gorcunov2009-07-311-1/+4
* Merge commit 'cyr/hpa-list'H. Peter Anvin2009-07-303-12/+8
|\
| * outaout.c -- use list helpersCyrill Gorcunov2009-07-281-6/+4
| * assemble.c -- use list helpersCyrill Gorcunov2009-07-271-2/+2
| * nasm.c -- use list helpersCyrill Gorcunov2009-07-271-4/+2
* | nasm.c -- update help messageCyrill Gorcunov2009-07-311-3/+11
* | insns.dat: operand-size syntax for XOP instructionsCyrill Gorcunov2009-07-271-18/+18
* | assemble.c: quiet warningH. Peter Anvin2009-07-271-0/+3
|/
* insns.dat -- operand-size syntax for XOP instructionsCyrill Gorcunov2009-07-271-150/+150
* assemble.c: clean up matches()H. Peter Anvin2009-07-261-79/+44
* Merge branch 'nasm-2.07.xx'H. Peter Anvin2009-07-261-3/+4
|\
| * BR 2826669: update licensing information in READMEnasm-2.07.xxH. Peter Anvin2009-07-261-3/+4
* | Merge branch 'nasm-2.07.xx'H. Peter Anvin2009-07-261-6/+6
|\ \ | |/
| * BR 2827397: fix invalid C in outcoff AddExports()H. Peter Anvin2009-07-261-6/+6
* | insns.pl: smarter handling of operand flagsH. Peter Anvin2009-07-261-12/+31
* | assemble: defer "operand size missing" until end of type checkH. Peter Anvin2009-07-251-1/+5
* | Enable fuzzy matching of operand sizesH. Peter Anvin2009-07-252-14/+60
* | assemble: move the instruction-matching loop into a common functionH. Peter Anvin2009-07-251-184/+203
* | assemble: replace random integers with an enum for match resultsH. Peter Anvin2009-07-251-33/+53
* | sync.c - introduce swap_sync helperCyrill Gorcunov2009-07-201-16/+12
* | preproc.c - remove redundant assignmentCyrill Gorcunov2009-07-201-1/+0
* | nasmlib.h - introduce list iterator helpersCyrill Gorcunov2009-07-201-0/+12
* | Merge branch 'new-preproc'H. Peter Anvin2009-07-1942-2017/+2449
|\ \ | |/ |/|