platform/upstream/nasm.git
2012-08-17 H. Peter Anvinchanges.src: List of changes for the next release
2012-08-17 H. Peter AnvinAdd back the 256-bit form of the VORPD instruction
2012-08-07 Cyrill GorcunovBR 3392207: preproc: Rewrite paste_tokens routine
2012-07-28 H. Peter AnvinBR 3392218: Disassemble 82h opcodes
2012-07-23 H. Peter AnvinNASM 2.10.03
2012-07-23 H. Peter Anvindoc: document XRELEASE MOV fix
2012-07-23 H. Peter Anvinhle: opcode A2 forbidden with HLE prefixes
2012-07-21 H. Peter AnvinNASM 2.10.02
2012-07-21 H. Peter Anvinchanges: add changes since 2.10.01
2012-07-21 H. Peter Anvindoc: document ifunc()
2012-07-21 H. Peter Anvinisnsn.dat: add norexw to instructions with only 32...
2012-07-13 H. Peter Anvininsns.dat: new instructions from the 013 AVX spec
2012-05-31 H. Peter Anvintest: ilog2() test
2012-05-31 H. Peter Anvineval: add general support for "integer functions" and...
2012-05-24 Cyrill GorcunovNASM 2.10.01
2012-05-24 Cyrill Gorcunovdocs: Update changes for 2.10.01
2012-05-24 Cyrill Gorcunovinsns.dat: Add VPMOVMSKB reg32,ymmreg instruction
2012-05-07 Cyrill Gorcunovpreproc: Move NOP preprocessor into separate file
2012-05-06 Cyrill Gorcunovpreproc: Split get rid of global preproc methods
2012-05-06 Cyrill Gorcunovpreproc: Drop never used pp_runtime
2012-05-01 Cyrill Gorcunovpreproc: Use bsii helper
2012-05-01 Cyrill Gorcunovnasmlib: Shrink idata_bytes
2012-03-26 H. Peter Anvinphash.sh: Use int() for the size of the hash table
2012-03-12 H. Peter AnvinNASM 2.10
2012-03-11 Cyrill Gorcunovhelp: Print that -Ox is a default optimization level
2012-03-11 Cyrill Gorcunovpreproc: Finally drop context-through search
2012-03-10 H. Peter AnvinNASM 2.10rc15
2012-03-06 Cyrill Gorcunovtest: Add br3385573 testcase
2012-03-06 Cyrill GorcunovBR3385573: insns: Fix VPMOVSXBW
2012-03-06 H. Peter AnvinTry again to fix our handling of MOVD/MOVQ
2012-03-05 H. Peter AnvinNASM 2.10rc14
2012-03-04 Cyrill GorcunovBR3392200: preproc - Fix dangling paste term
2012-03-04 H. Peter AnvinNASM 2.10rc13
2012-03-04 H. Peter Anvinpreproc: Revert to the NASM 2.09 preprocessor
2012-02-29 Cyrill Gorcunovpreproc: Drop never used Cond structure
2012-02-27 Cyrill GorcunovNASM 2.10rc12
2012-02-27 Cyrill Gorcunovdoc: Update changes
2012-02-27 Cyrill GorcunovBR3392200: preproc - Fix dangling paste term
2012-02-26 H. Peter Anvinnasm.spec.in: switch to .xz as the source file
2012-02-26 H. Peter Anvinmisc/release: do xz compression with -9e
2012-02-26 H. Peter Anvininsns.dat: MOV is not lockable; CMPXCHG16B does not...
2012-02-26 H. Peter AnvinHLE: One more byte code conversion
2012-02-26 H. Peter AnvinHLE: Move byte codes back to \271-\273
2012-02-26 H. Peter AnvinNASM 2.10rc11
2012-02-26 H. Peter AnvinHLE: Change NOHLE to be an instruction flag
2012-02-26 H. Peter Anvintag-release: actually push data out unless --no-push...
2012-02-26 H. Peter AnvinNASM 2.10rc10
2012-02-26 H. Peter Anvinrelease: create .xz files; remove empty subdirectories
2012-02-25 H. Peter Anvindoc: Remove some ugliness from the win64 section
2012-02-25 H. Peter Anvinpsfonts.ph: increase leading to font size+20%
2012-02-25 H. Peter Anvinchanges: document bigendian UTF-16/UTF-32 support
2012-02-25 H. Peter AnvinAdd support for UTF-16BE and UTF-32BE
2012-02-25 H. Peter AnvinMake the LOCK and HLE warnings suppressable.
2012-02-25 H. Peter Anvindoc: Document elfx32 support
2012-02-25 H. Peter Anvindoc: Move the EPS logo down by 1"
2012-02-25 Cyrill Gorcunovdoc: New NASM logo
2012-02-25 H. Peter Anvindoc: Allow repositioning the EPS logo
2012-02-25 H. Peter AnvinUpdate copyright year to 2012
2012-02-25 H. Peter AnvinNASM 2.10rc9
2012-02-25 H. Peter Anvindoc: Document AVX2, BMI1, BMI2 and TSX support.
2012-02-25 H. Peter AnvinAssume the undocumented CMPXCHG486 opcode was lockable
2012-02-25 Cyrill Gorcunovinsns.dat: Add IF_LOCK flag on appropriate instructions
2012-02-25 H. Peter AnvinClean up JMP/CALL patterns, especially for 64 bits
2012-02-25 Cyrill Gorcunovinsns.dat: Add nohle for MOV in case of moffset destination
2012-02-25 Cyrill Gorcunovinsns.dat: Add hlexr flag for MOV instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hlenl flag for XCHG instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for XADD instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for XOR instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for SUB instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for SBB instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for OR instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for NOT instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for NEG instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for INC instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for DEC instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for CMPXCHG16B instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for CMPXCHG8B instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for CMPXCHG instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for BTS instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for BTR instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for BTC instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for AND instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for ADC instruction
2012-02-25 Cyrill Gorcunovinsns.dat: Add hle flag for ADD instruction
2012-02-25 H. Peter Anvindisasm: ignore opcodes 370 and 371
2012-02-25 H. Peter AnvinRemove all remaining explicit bytecodes from insns.dat
2012-02-25 H. Peter AnvinAdd support for warning on invalid LOCK prefixes
2012-02-25 H. Peter AnvinMove HLE byte codes to \264..\267
2012-02-25 H. Peter AnvinAdd a "nohle" byte code to skip an instruction pattern
2012-02-25 H. Peter Anvininsns.pl: Bundle all "plain bytecodes" into a hash
2012-02-25 H. Peter AnvinHLE: Implement the basic mechanism for XACQUIRE/XRELEASE
2012-02-25 H. Peter Anvinnasm.c: Fix is_suppressed_warning()
2012-02-25 H. Peter AnvinHLE: Split the LOCK and REP prefix slots
2012-02-10 H. Peter Anvininsns: create a symbolic "wait" token for the \341...
2012-02-10 H. Peter Anvininsns: fix IMUL patterns to get rid of open-coded ...
2012-02-10 H. Peter Anvininsns: correct the TSX opcodes
2012-02-10 Cyrill Gorcunovinsns: Add AVX2 transactional synchronization extensions
2012-02-10 H. Peter Anvininsns: replace open-coded \322 opcode with odf (operand...
2012-02-03 H.J. Lubackend: add support for x32 ELF
2011-12-21 H. Peter AnvinBR 3463230: Add VMFUNC instruction
next