summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.10rc4nasm-2.10rc4Cyrill Gorcunov2011-02-281-1/+1
* Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2011-02-281-0/+5
|\
| * NASM 2.09.06nasm-2.09.06Cyrill Gorcunov2011-02-281-1/+1
| * doc: Describe changes for 2.09.06Cyrill Gorcunov2011-02-281-0/+3
| * output/outbin.c: initialize section align/start attributes upon creationKeith Kanios2011-02-281-0/+4
* | elf64: Use nasm_zalloc helperCyrill Gorcunov2011-02-281-19/+11
* | outelf32: Use nasm_zalloc helperCyrill Gorcunov2011-02-281-20/+12
* | outcoff: Use nasm_zalloc helperCyrill Gorcunov2011-02-281-6/+1
* | bin: Use nasm_zalloc for default section creationCyrill Gorcunov2011-02-281-12/+7
* | preproc: Use nasm_zalloc helperCyrill Gorcunov2011-02-281-35/+14
* | bin: Use nasm_zalloc helper for section allocation in a sake of simplicityCyrill Gorcunov2011-02-281-25/+19
* | output/outbin.c: initialize section align/start attributes upon creationKeith Kanios2011-02-271-0/+4
* | Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2011-02-232-0/+4
|\ \ | |/
| * doc: Describe changesCyrill Gorcunov2011-02-231-0/+3
| * insns: VLDQQU is backCyrill Gorcunov2011-02-231-0/+1
* | Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2011-02-212-1/+8
|\ \ | |/
| * test: Add test for BR 3187743Cyrill Gorcunov2011-02-211-0/+7
| * BR 3187743: insns.dat -- Rename VLDQQU to VLDDQUCyrill Gorcunov2011-02-211-1/+1
* | Drop LLC compiler supportCyrill Gorcunov2011-02-215-875/+0
* | Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2011-02-201-0/+7
|\ \ | |/
| * NASM 2.09.05nasm-2.09.05Cyrill Gorcunov2011-02-201-1/+1
| * doc: Update changes.srcCyrill Gorcunov2011-02-201-1/+3
| * Delete invalid form of VPEXTRWCyrill Gorcunov2011-02-201-1/+0
| * doc: Describe changes for 2.09.05 stableCyrill Gorcunov2011-02-201-0/+5
* | insns.dat: Remove vpextrw merge rudimentCyrill Gorcunov2011-02-141-1/+0
* | Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2011-02-142-2/+12
|\ \ | |/
| * test: Add test for BR3174983Cyrill Gorcunov2011-02-141-0/+9
| * BR3174983: insns.dat -- Fix arguments encodong for VPEXTRWCyrill Gorcunov2011-02-141-2/+2
* | make: Add cscope targedCyrill Gorcunov2011-02-141-0/+5
* | Move implicit operand size override logic to calc_sizeVictor van den Elzen2010-12-293-27/+47
* | BR 3143040: Remove invalid form of VPEXTRWH. Peter Anvin2010-12-231-1/+0
* | preproc.c: fix tokenize() warnings for ignored expansion definitionsKeith Kanios2010-12-181-3/+8
* | doc/nasmdoc.src: document additions from preprocessor-rewrite mergeKeith Kanios2010-12-181-28/+49
* | preproc.c: simplify %un[i]macro warning messageKeith Kanios2010-12-181-1/+1
* | preproc.c: warn/ignore when attempting to %un[i]macro an active macroKeith Kanios2010-12-181-2/+8
* | preproc.c: replace tabs with spaces on recent commitsKeith Kanios2010-12-181-2/+2
* | preproc.c: free expansion definitions as neededKeith Kanios2010-12-181-16/+3
* | preproc.c: free tokens when ignoring expansion definition linesKeith Kanios2010-12-181-1/+1
* | preproc.c: placate tokenize() warnings during expansion definitionKeith Kanios2010-12-181-3/+3
* | NASM 2.10rc3nasm-2.10rc3H. Peter Anvin2010-12-171-1/+1
* | insns.pl: Fix up merge conflict for sureCyrill Gorcunov2010-11-231-1/+1
* | Merge branch 'insns'Cyrill Gorcunov2010-11-232-589/+583
|\ \
| * | insns: Fixup MOV[APS|UPS] for xmmrm casesinsnsCyrill Gorcunov2010-11-231-2/+2
| * | insns: Implement size bits on KATMAICyrill Gorcunov2010-11-231-69/+63
| * | insns.pl: Clear tabs/space messCyrill Gorcunov2010-11-231-520/+520
| |/
| * make: Lift up openwcom.mak for build on FreeDOSAnthony Williams2010-11-231-2/+2
* | Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2010-11-212-14/+46
|\ \ | |/
| * NASM 2.09.04nasm-2.09.04Cyrill Gorcunov2010-11-211-1/+1
| * Changes for 2.09.04Cyrill Gorcunov2010-11-211-0/+12
| * BR3104852: only warn once for repeated prefixesVictor van den Elzen2010-11-211-1/+1