summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.06rc13nasm-2.06rc13H. Peter Anvin2009-06-251-1/+1
* changes.src: updateH. Peter Anvin2009-06-251-0/+6
* insns: make the MMX version of PINSRW match the SSE/AVX onesH. Peter Anvin2009-06-244-9/+24
* Intel FMA: drop relaxed formsH. Peter Anvin2009-06-242-210/+196
* Fix the PINSR series of instructionsH. Peter Anvin2009-06-244-18/+178
* Add support for instructions which always use low 8-bit registersH. Peter Anvin2009-06-243-3/+24
* insns.dat: fix typos: VCMPORD_SP[SD] entered as VCMPORS_SP[SD]H. Peter Anvin2009-06-241-4/+2
* insns.dat: collapse relaxed formsH. Peter Anvin2009-06-241-1212/+608
* insns.pl: allow relaxed forms to be created without duplicationH. Peter Anvin2009-06-241-32/+77
* changes.src: fix some odd spacingH. Peter Anvin2009-06-241-2/+2
* parser: don't use midcode declarationsH. Peter Anvin2009-06-231-1/+2
* BR 2782055: reject invalid tokens after ]Victor van den Elzen2009-06-231-8/+16
* specfile: update URLsH. Peter Anvin2009-05-261-2/+2
* Nindent: add back the -nut optionH. Peter Anvin2009-05-251-1/+1
* Nindent: update with the -npro and -il0 optionsH. Peter Anvin2009-05-251-2/+18
* doc: use NASM syntax for x87 registersH. Peter Anvin2009-05-231-1/+1
* insns.dat - fixup for XOP (SSE5) AMD instructionsCyrill Gorcunov2009-05-171-13/+23
* insns.dat - introcuce base XOP (SSE5) AMD instructionsCyrill Gorcunov2009-05-151-0/+199
* insns.pl - add handling of pp VEX/XOP fieldsCyrill Gorcunov2009-05-151-3/+5
* Add symbolic constants for REX_V "classes" (VEX, XOP, ...)H. Peter Anvin2009-05-082-4/+12
* doc: remove insref.srcH. Peter Anvin2009-05-081-6732/+0
* NASM 2.06rc12nasm-2.06rc12H. Peter Anvin2009-05-061-1/+1
* preproc: handle %+ even during early token replacementH. Peter Anvin2009-05-041-1/+1
* Use lower case for VEX and XOP in instructions tableH. Peter Anvin2009-05-033-6/+6
* Infrastructure support for AMD's new XOP prefixH. Peter Anvin2009-05-035-37/+76
* outbin: replace fprintf(rf, not_defined); with fputs(not_defined, rf);H. Peter Anvin2009-04-301-5/+5
* NASM 2.06rc11nasm-2.06rc11H. Peter Anvin2009-04-201-1/+1
* preproc: unify token-pasting codeH. Peter Anvin2009-04-202-92/+122
* doc: slightly tidy the copyright page of the manual.H. Peter Anvin2009-04-192-8/+16
* preproc: make $ and $$ TOKEN_OTHERH. Peter Anvin2009-04-171-6/+10
* BR 2760773: $$ tokensVictor van den Elzen2009-04-174-0/+3
* preproc: fix more token pasting casesH. Peter Anvin2009-04-082-1/+18
* AUTHORS: Update information for HPAH. Peter Anvin2009-04-081-1/+3
* NASM 2.06rc10nasm-2.06rc10H. Peter Anvin2009-04-071-1/+1
* Document preprocessor token concatenation fix.H. Peter Anvin2009-04-072-1/+4
* Handle weird cases of token pastingH. Peter Anvin2009-04-072-13/+54
* NASM 2.06rc9nasm-2.06rc9H. Peter Anvin2009-04-071-1/+1
* nasm.nsi: add COPYING to the list of files to packageH. Peter Anvin2009-04-061-0/+2
* nasm.nsi: add NASM Manual; automate version generationH. Peter Anvin2009-04-063-12/+22
* Add NSIS script to make a Windows installerShao Miller2009-04-061-0/+104
* Add STRUC change to changes.srcVictor van den Elzen2009-03-291-0/+2
* FR 2499968: structures with non-zero base offsetVictor van den Elzen2009-03-273-64/+119
* disasm: fix reversed REP vs REPNE in eatbyte()H. Peter Anvin2009-03-191-2/+2
* disasm: when no instruction is found, consider a naked prefixH. Peter Anvin2009-03-183-7/+86
* NASM 2.06rc8nasm-2.06rc8H. Peter Anvin2009-03-181-1/+1
* outcoff: BR 2685756: fix SAFESEH with an internal symbolAndy Polyakov2009-03-181-1/+3
* outelf32/64: fix uninitialized rbtreeMichael Scherer2009-03-182-0/+4
* BR 2690688: Fix opcodes for FMA instructionsH. Peter Anvin2009-03-172-267/+267
* Add test from BR 2690688H. Peter Anvin2009-03-171-0/+529
* BR 2690688: add missing VFM instructionsH. Peter Anvin2009-03-172-48/+197