platform/upstream/nasm.git
2008-05-22 H. Peter AnvinAVX: instruction table through M
2008-05-22 H. Peter Anvininsns.pl: error if we have a 'v' operand and no vex...
2008-05-21 H. Peter Anvininsnsn.c: cleaner to *not* separate out conditional...
2008-05-21 H. Peter AnvinAdd legacy blendvpd to avx.asm, as a disassembler test.
2008-05-21 H. Peter AnvinImplement aliases for specific SSE5 compare operations
2008-05-21 H. Peter Anvininsns.dat: reimplement SSE5 compares using the bytecode...
2008-05-21 H. Peter Anvininsns.pl: match AMD documentation for DREX syntax
2008-05-21 H. Peter AnvinAdd the PCLMUL instructions (BR 1933742)
2008-05-21 H. Peter AnvinAdd INVEPT and INVVPID (BR 1956955)
2008-05-21 H. Peter AnvinUse "o64nw" instead of "o64i" for o64 without REX.W
2008-05-21 H. Peter AnvinAdd the MOVBE instructions (BR 1956954)
2008-05-21 H. Peter Anvininsns.pl: readabilty improvements for isnsnd.c
2008-05-21 H. Peter AnvinDisassembler: select table based on VEX prefixes
2008-05-21 H. Peter AnvinFix skipping 0270 code when searching for disasm prefixes
2008-05-21 H. Peter AnvinFix display for fixed xmm0/ymm0, SSE redundant prefixes
2008-05-21 Philipp ThomasFix buffer overflow in preproc.c (BR 1942146)
2008-05-21 H. Peter Anvininsns typo fix: SSE5 FNM* instructions misspelled
2008-05-21 H. Peter AnvinMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2008-05-21 H. Peter AnvinUDx instructions are 186+, not 286+
2008-05-21 H. Peter AnvinVEX prefixes apply to VEX instructions only...
2008-05-21 H. Peter AnvinAVX instructions up to VMINSS
2008-05-21 H. Peter AnvinA few more AVX instructions (up to VLDMXCSR)
2008-05-21 H. Peter AnvinHandle is4 bytes without meaningful information in...
2008-05-21 H. Peter Anvininslist.pl: deal with the new encoding format
2008-05-21 H. Peter AnvinOfficially specify - as the symbol for an implicit...
2008-05-21 H. Peter AnvinAVX: implement all the convert instructions...
2008-05-21 H. Peter AnvinAccept the gas mnemonics "ud2a" and "ud2b"; fix ud0
2008-05-21 H. Peter Anvinndisasm: simple compare for conditional opcodes, no...
2008-05-20 H. Peter AnvinFinish the VCMP series...
2008-05-20 H. Peter AnvinMore AVX instructions
2008-05-20 H. Peter AnvinMake the syntax for immediates match the docs better
2008-05-20 H. Peter AnvinAdd support for ymm0 in instructions
2008-05-20 H. Peter Anvinphash: cut random vector set down a bit
2008-05-20 H. Peter AnvinNo 32-byte floating point format: fix error for DY
2008-05-20 H. Peter Anvinopenwcom.mak: wmake uses & for continuation, not \...
2008-05-20 H. Peter AnvinReadability improvements for regdis.c
2008-05-20 H. Peter Anvinnetware.mak: correct dependencies
2008-05-20 H. Peter Anvinrdx: Add cast avoid warning from gcc
2008-05-20 H. Peter AnvinAvoid #including .c files; instead compile as separate...
2008-05-20 H. Peter AnvinPTEST is SSE4.1; although AMD says it's SSE5.
2008-05-20 H. Peter Anvininsns.pl: don't require whitespace before / or \
2008-05-20 H. Peter Anvinnasm.h: remove obsolete IP_REG definitions
2008-05-20 H. Peter AnvinAdd DY, YWORD, and the SY instruction flag
2008-05-20 H. Peter Anvininsns.pl: support operands that serve double duty
2008-05-20 H. Peter Anvininsns.dat: no subheader for "must be last"
2008-05-20 H. Peter Anvininsns.dat: make even wider to make space for AVX
2008-05-20 H. Peter Anvininsns.dat: use compiler-generated bytecodes for AVX
2008-05-20 H. Peter Anvininsns.pl: fix regex subgroup of /is4= codes
2008-05-20 H. Peter Anvininsns.pl: fix splitting of bracketted operations
2008-05-20 H. Peter AnvinOpcode listing notation is /is4, consistently
2008-05-20 H. Peter AnvinUse the \360..\363 annotations for SSE prefixes
2008-05-20 H. Peter AnvinSame some space by introducing shorthand byte codes...
2008-05-20 H. Peter AnvinAllow explicit immediate syntax for imz2 as well as is4
2008-05-20 H. Peter Anvininsns.pl: escape literal special character in regex
2008-05-20 H. Peter AnvinBytecode compiler: add support for is4/imz2 operands
2008-05-20 H. Peter AnvinMore work on bytecode compiler (not finished yet...)
2008-05-20 H. Peter Anvininsns.pl: first steps toward a "smart" bytecode compiler
2008-05-13 H. Peter AnvinMake insnsb.c an actual compilation unit
2008-05-12 H. Peter Anvininsnsb.c: use 5 digits for index, not 4
2008-05-12 H. Peter AnvinMake MAX_OPERANDS a parameter in insns.pl as well
2008-05-12 H. Peter AnvinRemove special hacks to avoid zero bytecodes
2008-05-12 H. Peter AnvinGenerate a byte array instead of using strings for...
2008-05-12 H. Peter AnvinFactor out string decoder in insns.pl
2008-05-07 H. Peter AnvinAdd support for register-number immediates with fixed...
2008-05-07 H. Peter AnvinFix encoding of VPERMIL2PS instructions
2008-05-07 H. Peter AnvinActually spell "Sandy Bridge" correctly
2008-05-07 H. Peter AnvinSandy Bridge, not Sandy Banks; add Westmere
2008-05-06 H. Peter AnvinInitial NDISASM support for AVX instructions/VEX prefixes
2008-05-05 H. Peter AnvinThe AVX R,X,B, and V fields (but not W) are inverted.
2008-05-05 H. Peter AnvinFirst cut at AVX machinery.
2008-04-22 H. Peter AnvinInitial support for YMM (AVX) registers
2008-04-12 Charles CrayneAvoid long line warning when generating nasm docs
2008-04-12 Bo BorgersonAvoid some warnings in rdoff/rdf2bin.c
2008-04-10 H. Peter AnvinTemporaries in macros need a unique prefix; WSAA*(...
2008-04-10 H. Peter Anvinautogen.sh: remove config.status
2008-04-07 Charles CrayneDocument avaiabily of DWARF for ELF32 and ELF64
2008-04-07 Charles CrayneCorrectly identify dwarf support for elf32
2008-04-04 H. Peter AnvinCorrectly identify SBYTE in the optimizer
2008-03-27 Charles CrayneRestore critical expression checking when optimizer...
2008-03-23 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-03-23 Charles CrayneRemove KATMAI support for CLFLUSH
2008-03-23 H. Peter AnvinRemove redundant, bogus CLFLUSH entry
2008-03-19 H. Peter AnvinBetter handling of 32-bit imms in 64-bit moves
2008-03-19 H. Peter Anvininsns.dat: add "MOV reg64,imm32" as a special rule
2008-03-18 Charles CrayneCorrect opcode for CLFLUSH
2008-03-13 Charles CrayneDisplay fully qualified local label in "not defined...
2008-03-04 Charles CrayneAdjust symbol number for global symbols
2008-03-03 Charles CrayneEliminate duplicate symbol definitions
2008-02-25 Charles CrayneReport dwarf as V2 for ELF32
2008-02-25 Charles CrayneDwarf3 support for ELF32
2008-02-24 Charles CrayneDwarf support tweeks and clean-up
2008-02-19 H. Peter AnvinNASM 2.02
2008-02-18 H. Peter Anvinoutform: make OF_DOS include OF_COFF
2008-02-17 H. Peter AnvinAdd %ifempty and variants
2008-02-17 H. Peter AnvinCHANGES: Document %iftoken
2008-02-17 H. Peter AnvinNASM 2.02rc2
2008-02-17 H. Peter AnvinImplement %iftoken, test for a single token
2008-02-16 H. Peter AnvinOpenWatcom: optimize for 686
2008-02-16 H. Peter AnvinSome compilers define __386__ instead of __i386__
2008-02-16 H. Peter AnvinClear up WRITE macros causing compile failures with...
next