summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.03rc1nasm-2.03rc1H. Peter Anvin2008-05-251-1/+1
* CHANGES entry for %? and %??H. Peter Anvin2008-05-251-0/+2
* Document %? and %??H. Peter Anvin2008-05-251-1/+31
* Implement %? and %?? for mmacrosH. Peter Anvin2008-05-251-12/+24
* Implement %? and %?? for smacrosH. Peter Anvin2008-05-251-2/+17
* phash: canonicalize order, fix handling of ignored duplicatesH. Peter Anvin2008-05-251-1/+4
* phash: allow collisions if the hash target is the sameH. Peter Anvin2008-05-251-1/+1
* phash: massively speed up the perfect hash generatorH. Peter Anvin2008-05-2523-10963/+50
* Fix mnemnonics for SSE5 PCOMU instructionsH. Peter Anvin2008-05-251-32/+32
* Fix mnemonics for VTESTP[SD] (BR 1971570)H. Peter Anvin2008-05-241-4/+4
* Fix the VPSHUF*W instructions (BR 1971567)H. Peter Anvin2008-05-241-2/+2
* Fix typo in VPCMPESTRM instruction (BR 1971565)H. Peter Anvin2008-05-241-1/+1
* Add VCVTSI2SS (BR 1971564)H. Peter Anvin2008-05-241-0/+4
* Fix immediate for PCLMULHQ* instructions (BR 1971555)H. Peter Anvin2008-05-241-2/+2
* Remove imm from specific versions of VCMPxxH. Peter Anvin2008-05-241-384/+384
* Add VLDQQU as an alias for 256-bit VLDDQU (BR 1971539)H. Peter Anvin2008-05-241-0/+1
* VFMSUBADDP[SD], not VFMADDSUBS[SD] (BR 1971573)H. Peter Anvin2008-05-241-4/+8
* Add note about SEH supportH. Peter Anvin2008-05-231-0/+1
* Win64: IMAGEREL references (SEH support for Win64)Andy Polyakov2008-05-231-22/+39
* Make SAFESEH syntax error ERR_NONFATALH. Peter Anvin2008-05-231-1/+2
* Support for Win32 safeseh (BR 195417)Andy Polyakov2008-05-231-7/+75
* doc: another reference to DYH. Peter Anvin2008-05-231-4/+5
* CHANGES since 2.02, so far...H. Peter Anvin2008-05-231-0/+13
* Document DY, RESY and YWORDH. Peter Anvin2008-05-231-22/+22
* AVX FMA: Instruction table for the AVX FMA instructionsH. Peter Anvin2008-05-232-1/+65
* AVX: Remaining AVX instructions (still need FMA)H. Peter Anvin2008-05-231-0/+73
* insns.pl: better error messages, handle no-operand instructions betterH. Peter Anvin2008-05-231-25/+23
* AVX instruction table through "P"H. Peter Anvin2008-05-231-0/+172
* fmtinsns.pl: handle compiler fields; do some case manglingH. Peter Anvin2008-05-231-6/+15
* Use hash tables even for context-sensitive macrosH. Peter Anvin2008-05-224-79/+79
* Add tokens vex.ww and vex.wx; vex.wx is the defaultH. Peter Anvin2008-05-223-6/+17
* AVX: instruction table up to PEH. Peter Anvin2008-05-212-8/+125
* AVX: instruction table through MH. Peter Anvin2008-05-211-8/+105
* insns.pl: error if we have a 'v' operand and no vex.nds/nddH. Peter Anvin2008-05-211-0/+5
* insnsn.c: cleaner to *not* separate out conditional instructionsH. Peter Anvin2008-05-213-31/+6
* Add legacy blendvpd to avx.asm, as a disassembler test.H. Peter Anvin2008-05-211-0/+2
* Implement aliases for specific SSE5 compare operationsH. Peter Anvin2008-05-211-4/+144
* insns.dat: reimplement SSE5 compares using the bytecode compilerH. Peter Anvin2008-05-211-12/+12
* insns.pl: match AMD documentation for DREX syntaxH. Peter Anvin2008-05-211-12/+9
* Add the PCLMUL instructions (BR 1933742)H. Peter Anvin2008-05-211-0/+8
* Add INVEPT and INVVPID (BR 1956955)H. Peter Anvin2008-05-211-0/+5
* Use "o64nw" instead of "o64i" for o64 without REX.WH. Peter Anvin2008-05-211-1/+1
* Add the MOVBE instructions (BR 1956954)H. Peter Anvin2008-05-211-0/+9
* insns.pl: readabilty improvements for isnsnd.cH. Peter Anvin2008-05-211-6/+6
* Disassembler: select table based on VEX prefixesH. Peter Anvin2008-05-213-5/+57
* Fix skipping 0270 code when searching for disasm prefixesH. Peter Anvin2008-05-211-4/+6
* Fix display for fixed xmm0/ymm0, SSE redundant prefixesH. Peter Anvin2008-05-211-0/+7
* Fix buffer overflow in preproc.c (BR 1942146)Philipp Thomas2008-05-211-1/+1
* insns typo fix: SSE5 FNM* instructions misspelledH. Peter Anvin2008-05-211-32/+32
* Merge branch 'master' of git+ssh://repo.or.cz/srv/git/nasmH. Peter Anvin2008-05-212-0/+81
|\