platform/upstream/nasm.git
2008-06-04 H. Peter AnvinFix double free in %depend
2008-06-04 H. Peter AnvinFix memory management issues with expanded %include
2008-06-04 H. Peter AnvinUpdate .gitignore, remove bogus dependency
2008-06-04 H. Peter AnvinMakefile/dependency updates
2008-06-03 H. Peter Anvindoc: Remove "what's new" since it is out of date
2008-06-02 H. Peter Anvinquote: Change the definition of escp
2008-06-02 H. Peter Anvinquote: be consistent in not using C escapes for bytes
2008-06-02 H. Peter Anvinnasm_unquote: make code a little more uniform
2008-06-02 H. Peter Anvinquote: massively simplify nasm_skip_string()
2008-06-02 H. Peter AnvinDocument UTF-8 conversion better, use "byte" instead...
2008-06-02 H. Peter AnvinDocument that underscores in numbers is permitted.
2008-06-02 H. Peter AnvinNASM 2.03rc4
2008-06-02 H. Peter AnvinUpdate CHANGES
2008-06-02 H. Peter Anvinnasmdoc: document %substr, `...`
2008-06-02 H. Peter AnvinFix bug where the WinHelp backend corrupts the internal...
2008-06-02 H. Peter Anvinqstring: fix unquoting in %pathsearch directive
2008-06-02 H. Peter Anvinqstring: backquoted strings seem to work now...
2008-06-02 H. Peter Anvinqstring: first cut at full quoted string support in...
2008-06-01 H. Peter Anvinqstring: add nasm_unquote() supporting `...`
2008-05-30 H. Peter Anvindoc: Single section for all the date/time macros
2008-05-30 H. Peter Anvindoc: fix __UTC_DATE__ and __UTC_TIME__ description
2008-05-30 H. Peter Anvinincbin: use the macro name itself as context name
2008-05-30 H. Peter AnvinUpdate CHANGES
2008-05-30 H. Peter AnvinAdd missing %rotate directive to the FLOAT macro.
2008-05-30 H. Peter Anvinincbin definition: use %?
2008-05-30 H. Peter AnvinDocument %pathsearch and %depend
2008-05-30 H. Peter AnvinIntroduce %depend and %pathsearch, and make incbin...
2008-05-30 H. Peter Anvinstdscan.c: clarify comment
2008-05-30 H. Peter Anvinpreproc.c: %include: use expand_smacros() not expand_sm...
2008-05-30 H. Peter Anvindoc: consistent capitalization (and indexing!) of INCBIN
2008-05-30 H. Peter AnvinAdd the -MP option to emit phony targets
2008-05-30 H. Peter AnvinAdd new options to CHANGES
2008-05-30 H. Peter AnvinNASM 2.03rc3
2008-05-30 H. Peter AnvinDocument the new dependency options.
2008-05-30 H. Peter AnvinImplement -MD, -MF, -MT, -MQ
2008-05-30 H. Peter Anvinpreproc.c: get_ctx() can return NULL...
2008-05-29 H. Peter AnvinMissing % in %ifmacro
2008-05-28 H. Peter Anvinhash user allocates struct hash_table
2008-05-28 H. Peter AnvinMerge commit 'autotest/master'
2008-05-27 H. Peter Anvintokhash.pl: fix comment
2008-05-27 H. Peter Anvinregs.pl: add include guards to generated header files
2008-05-27 H. Peter Anvinmake alldeps
2008-05-27 H. Peter Anvinregs.pl: regdis.h needs "extern"; minor cleanups
2008-05-27 H. Peter AnvinNASM 2.03rc2
2008-05-27 H. Peter Anvininsns.dat: whitespace cleanup
2008-05-27 H. Peter AnvinFix double 66 prefixes on INVEPT/INVVPID (BR 1956955)
2008-05-27 Andy Polyakovdoc: document Win32/64 SEH extensions
2008-05-27 Andy Polyakovoutcoff.c: remove dead code, add check for imagerel
2008-05-27 H. Peter Anvinavx.bin: clean up screwy whitespace
2008-05-27 H. Peter AnvinVCVTPD2PS, VCVTPD2DQ, VCVTTPD2DQ mem need explicit...
2008-05-27 H. Peter AnvinFix parameters to VCVTPD2DQ (BR 1974159)
2008-05-27 H. Peter Anvinregs.pl: add comments to regflags.c and regvals.c
2008-05-27 H. Peter AnvinFix register numbers for ymm1-15!
2008-05-26 H. Peter Anvinndisasm: the high bit of is4 bytes is ignored in 32...
2008-05-26 H. Peter Anvinmacros.pl: more readable comments
2008-05-26 H. Peter AnvinAdd some comments to the output of macros.pl
2008-05-26 H. Peter Anvinpreproc.c: prevent the compiler from reducing enum...
2008-05-26 H. Peter AnvinNASM 2.03rc1
2008-05-26 H. Peter AnvinCHANGES entry for %? and %??
2008-05-26 H. Peter AnvinDocument %? and %??
2008-05-26 H. Peter AnvinImplement %? and %?? for mmacros
2008-05-26 H. Peter AnvinImplement %? and %?? for smacros
2008-05-26 H. Peter Anvinphash: canonicalize order, fix handling of ignored...
2008-05-26 H. Peter Anvinphash: allow collisions if the hash target is the same
2008-05-26 H. Peter Anvinphash: massively speed up the perfect hash generator
2008-05-25 H. Peter AnvinFix mnemnonics for SSE5 PCOMU instructions
2008-05-25 H. Peter AnvinFix mnemonics for VTESTP[SD] (BR 1971570)
2008-05-25 H. Peter AnvinFix the VPSHUF*W instructions (BR 1971567)
2008-05-25 H. Peter AnvinFix typo in VPCMPESTRM instruction (BR 1971565)
2008-05-25 H. Peter AnvinAdd VCVTSI2SS (BR 1971564)
2008-05-25 H. Peter AnvinFix immediate for PCLMULHQ* instructions (BR 1971555)
2008-05-25 H. Peter AnvinRemove imm from specific versions of VCMPxx
2008-05-25 H. Peter AnvinAdd VLDQQU as an alias for 256-bit VLDDQU (BR 1971539)
2008-05-25 H. Peter AnvinVFMSUBADDP[SD], not VFMADDSUBS[SD] (BR 1971573)
2008-05-24 H. Peter AnvinAdd note about SEH support
2008-05-24 Andy PolyakovWin64: IMAGEREL references (SEH support for Win64)
2008-05-24 H. Peter AnvinMake SAFESEH syntax error ERR_NONFATAL
2008-05-24 Andy PolyakovSupport for Win32 safeseh (BR 195417)
2008-05-24 H. Peter Anvindoc: another reference to DY
2008-05-24 H. Peter AnvinCHANGES since 2.02, so far...
2008-05-24 H. Peter AnvinDocument DY, RESY and YWORD
2008-05-24 H. Peter AnvinAVX FMA: Instruction table for the AVX FMA instructions
2008-05-24 H. Peter AnvinAVX: Remaining AVX instructions (still need FMA)
2008-05-24 H. Peter Anvininsns.pl: better error messages, handle no-operand...
2008-05-24 H. Peter AnvinAVX instruction table through "P"
2008-05-23 H. Peter Anvinfmtinsns.pl: handle compiler fields; do some case mangling
2008-05-22 H. Peter AnvinUse hash tables even for context-sensitive macros
2008-05-22 H. Peter AnvinAdd tokens vex.ww and vex.wx; vex.wx is the default
2008-05-22 H. Peter AnvinAVX: instruction table up to PE
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)
next