summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.10rc10nasm-2.10rc10H. Peter Anvin2012-02-251-1/+1
* release: create .xz files; remove empty subdirectoriesH. Peter Anvin2012-02-251-4/+9
* doc: Remove some ugliness from the win64 sectionH. Peter Anvin2012-02-251-8/+9
* psfonts.ph: increase leading to font size+20%H. Peter Anvin2012-02-252-16/+16
* changes: document bigendian UTF-16/UTF-32 supportH. Peter Anvin2012-02-251-0/+2
* Add support for UTF-16BE and UTF-32BEH. Peter Anvin2012-02-255-7/+226
* Make the LOCK and HLE warnings suppressable.H. Peter Anvin2012-02-254-5/+16
* doc: Document elfx32 supportH. Peter Anvin2012-02-252-13/+20
* doc: Move the EPS logo down by 1"H. Peter Anvin2012-02-251-0/+1
* doc: New NASM logoCyrill Gorcunov2012-02-251-29/+206
* doc: Allow repositioning the EPS logoH. Peter Anvin2012-02-251-0/+7
* Update copyright year to 2012H. Peter Anvin2012-02-251-2/+2
* NASM 2.10rc9nasm-2.10rc9H. Peter Anvin2012-02-251-1/+1
* doc: Document AVX2, BMI1, BMI2 and TSX support.H. Peter Anvin2012-02-251-0/+5
* Assume the undocumented CMPXCHG486 opcode was lockableH. Peter Anvin2012-02-251-3/+3
* insns.dat: Add IF_LOCK flag on appropriate instructionsCyrill Gorcunov2012-02-261-154/+154
* Clean up JMP/CALL patterns, especially for 64 bitsH. Peter Anvin2012-02-252-8/+15
* insns.dat: Add nohle for MOV in case of moffset destinationCyrill Gorcunov2012-02-261-4/+4
* insns.dat: Add hlexr flag for MOV instructionCyrill Gorcunov2012-02-251-12/+12
* insns.dat: Add hlenl flag for XCHG instructionCyrill Gorcunov2012-02-251-8/+8
* insns.dat: Add hle flag for XADD instructionCyrill Gorcunov2012-02-251-4/+4
* insns.dat: Add hle flag for XOR instructionCyrill Gorcunov2012-02-251-14/+14
* insns.dat: Add hle flag for SUB instructionCyrill Gorcunov2012-02-251-14/+14
* insns.dat: Add hle flag for SBB instructionCyrill Gorcunov2012-02-251-14/+14
* insns.dat: Add hle flag for OR instructionCyrill Gorcunov2012-02-251-14/+14
* insns.dat: Add hle flag for NOT instructionCyrill Gorcunov2012-02-251-4/+4
* insns.dat: Add hle flag for NEG instructionCyrill Gorcunov2012-02-251-4/+4
* insns.dat: Add hle flag for INC instructionCyrill Gorcunov2012-02-251-4/+4
* insns.dat: Add hle flag for DEC instructionCyrill Gorcunov2012-02-251-4/+4
* insns.dat: Add hle flag for CMPXCHG16B instructionCyrill Gorcunov2012-02-251-1/+1
* insns.dat: Add hle flag for CMPXCHG8B instructionCyrill Gorcunov2012-02-251-1/+1
* insns.dat: Add hle flag for CMPXCHG instructionCyrill Gorcunov2012-02-251-4/+4
* insns.dat: Add hle flag for BTS instructionCyrill Gorcunov2012-02-251-6/+6
* insns.dat: Add hle flag for BTR instructionCyrill Gorcunov2012-02-251-6/+6
* insns.dat: Add hle flag for BTC instructionCyrill Gorcunov2012-02-251-6/+6
* insns.dat: Add hle flag for AND instructionCyrill Gorcunov2012-02-251-14/+14
* insns.dat: Add hle flag for ADC instructionCyrill Gorcunov2012-02-251-14/+14
* insns.dat: Add hle flag for ADD instructionCyrill Gorcunov2012-02-251-14/+14
* disasm: ignore opcodes 370 and 371H. Peter Anvin2012-02-251-1/+5
* Remove all remaining explicit bytecodes from insns.datH. Peter Anvin2012-02-253-59/+77
* Add support for warning on invalid LOCK prefixesH. Peter Anvin2012-02-252-13/+27
* Move HLE byte codes to \264..\267H. Peter Anvin2012-02-253-47/+47
* Add a "nohle" byte code to skip an instruction patternH. Peter Anvin2012-02-253-33/+47
* insns.pl: Bundle all "plain bytecodes" into a hashH. Peter Anvin2012-02-241-40/+33
* HLE: Implement the basic mechanism for XACQUIRE/XRELEASEH. Peter Anvin2012-02-247-6/+87
* nasm.c: Fix is_suppressed_warning()H. Peter Anvin2012-02-241-8/+5
* HLE: Split the LOCK and REP prefix slotsH. Peter Anvin2012-02-244-13/+15
* insns: create a symbolic "wait" token for the \341 byte codeH. Peter Anvin2012-02-102-10/+12
* insns: fix IMUL patterns to get rid of open-coded \100 bytecodesH. Peter Anvin2012-02-101-12/+12
* insns: correct the TSX opcodesH. Peter Anvin2012-02-091-6/+9