Age | Commit message (Expand) | Author | Files | Lines |
2008-03-19 | insns.dat: add "MOV reg64,imm32" as a special rule | H. Peter Anvin | 1 | -0/+1 |
2008-03-18 | Correct opcode for CLFLUSH | Charles Crayne | 1 | -1/+1 |
2008-02-16 | BR 1893952: XGETBV is not privileged. | H. Peter Anvin | 1 | -2/+2 |
2008-02-14 | Add XSAVE instruction features (CPU feature is bogus, but oh well.) | H. Peter Anvin | 1 | -0/+7 |
2008-01-30 | BR 1879590: More MMX/SSE size fixes | Ismail Dönmez | 1 | -199/+199 |
2008-01-20 | Add autogenerated instruction list to NASM documentation | Charles Crayne | 1 | -22/+26 |
2007-12-29 | regularized spelling of license to match name of LICENSE file | Beroset | 1 | -1/+1 |
2007-12-25 | Remove bogus duplicates of the PREFETCH* instructions | H. Peter Anvin | 1 | -4/+0 |
2007-12-25 | (Hopefully) fix the handing of MMX instructions with prefixes | H. Peter Anvin | 1 | -80/+80 |
2007-11-20 | Unbreak CMPSW/CMPSD/CMPSQ | H. Peter Anvin | 1 | -3/+3 |
2007-11-18 | BR 1834292: Fix multiple disassembler bugs | H. Peter Anvin | 1 | -59/+59 |
2007-11-15 | BR 993895: Support zero-operand floating-point insn | H. Peter Anvin | 1 | -3/+36 |
2007-11-12 | Un-special-case "xchg rax,rax"; disassemble o64 | H. Peter Anvin | 1 | -4/+5 |
2007-11-12 | BR 1828866: fix handling of LAR/LSL | H. Peter Anvin | 1 | -0/+12 |
2007-11-12 | Fix disassembly of XCHG | H. Peter Anvin | 1 | -1/+1 |
2007-11-12 | Fix handling of XCHG in 64-bit mode | H. Peter Anvin | 1 | -5/+8 |
2007-11-12 | More \321 -> \324 bug fixes | H. Peter Anvin | 1 | -17/+17 |
2007-10-28 | 64-bit addressing and prefix handling changes | H. Peter Anvin | 1 | -3/+3 |
2007-10-15 | Fix FISTTP opcodes (BR 689695) | H. Peter Anvin | 1 | -3/+3 |
2007-10-02 | insns.dat: add systematic names for the hinting NOPs (0F18-0F1F) | H. Peter Anvin | 1 | -0/+194 |
2007-09-25 | Correct the handling of "MOV" with immediate in 64-bit mode | H. Peter Anvin | 1 | -3/+3 |
2007-09-25 | Fix BR 1490407: size of the second operand of LAR/LSL | H. Peter Anvin | 1 | -10/+10 |
2007-09-24 | insns.dat: SMINT - mark ND, DMINT - fix opcode | H. Peter Anvin | 1 | -2/+2 |
2007-09-24 | Additional compaction missed by script | H. Peter Anvin | 1 | -6/+3 |
2007-09-24 | insns.dat: machine-generated compaction mmx/xmmreg,mem -> mmx/xmmrm | H. Peter Anvin | 1 | -506/+253 |
2007-09-22 | Implement INVLPGA according to the documentation | H. Peter Anvin | 1 | -0/+3 |
2007-09-22 | Reformat insns.dat to uniform column width | H. Peter Anvin | 1 | -1864/+1864 |
2007-09-22 | Auto-generate 0x67 prefixes without the need for \30x codes | H. Peter Anvin | 1 | -896/+896 |
2007-09-22 | LDDQU needs \301 (BR 1103549) | H. Peter Anvin | 1 | -1/+1 |
2007-09-22 | RDTSCP and INVLPGA aren't 64-bit specific | H. Peter Anvin | 1 | -2/+2 |
2007-09-22 | Cyrix GX1 instructions: BBx_RESET, CPU_READ, CPU_WRITE | H. Peter Anvin | 1 | -0/+4 |
2007-09-22 | Centaur XSHA1, XSHA256, MONTMUL | H. Peter Anvin | 1 | -0/+3 |
2007-09-22 | Implement Centaur's XCRYPT instructions | H. Peter Anvin | 1 | -7/+13 |
2007-09-22 | Add Geode LX (AMD's Cyrix-derived core) instructions | H. Peter Anvin | 1 | -0/+6 |
2007-09-22 | Add the GETSEC instruction for Intel SMX | H. Peter Anvin | 1 | -0/+3 |
2007-09-22 | Add the AMD SSE4a and LZCNT instructions | H. Peter Anvin | 1 | -0/+13 |
2007-09-22 | Tag UMOV as ND (no disassembly) to avoid collision | H. Peter Anvin | 1 | -12/+12 |
2007-09-18 | Merge commit 'origin/master' into sse5 | H. Peter Anvin | 1 | -0/+3 |
2007-09-18 | Add NOP with argument to the instruction list | H. Peter Anvin | 1 | -0/+3 |
2007-09-18 | Implement "oword" (128 bits) as a first-class size | H. Peter Anvin | 1 | -10/+16 |
2007-09-18 | SSE5 instruction table | H. Peter Anvin | 1 | -0/+148 |
2007-09-17 | insns.dat: All SSE5 instructions are AMD | H. Peter Anvin | 1 | -16/+16 |
2007-09-17 | Actually generate SSE5 instructions | H. Peter Anvin | 1 | -0/+18 |
2007-09-17 | Merge commit 'origin/master' into sse5 | H. Peter Anvin | 1 | -1/+1 |
2007-09-17 | Initial support for four arguments per instruction | H. Peter Anvin | 1 | -81/+81 |
2007-09-17 | CLFLUSH: Neither an x64 instruction nor AMD | H. Peter Anvin | 1 | -1/+1 |
2007-09-12 | Fix literal F2 and F3 prefixes | H. Peter Anvin | 1 | -64/+64 |
2007-09-12 | Add (untested!) SSSE3, SSE4.1, SSE4.2 instructions | H. Peter Anvin | 1 | -8/+80 |
2007-09-12 | Add support for Tejas New Instructions (SSSE3) | H. Peter Anvin | 1 | -0/+33 |
2007-09-12 | Remove $Id$ tags (useless with git) | H. Peter Anvin | 1 | -1/+0 |