Age | Commit message (Expand) | Author | Files | Lines |
2022-08-09 | x86-64: adjust MOVQ to/from SReg attributes | Jan Beulich | 1 | -1/+1 |
2022-08-09 | x86: adjust MOVSD attributes | Jan Beulich | 1 | -1/+1 |
2022-08-09 | x86: fold AVX VGATHERDPD / VPGATHERDQ | Jan Beulich | 1 | -4/+2 |
2022-08-09 | x86: allow use of broadcast with X/Y/Z-suffixed AVX512-FP16 insns | Jan Beulich | 1 | -18/+18 |
2022-08-09 | x86/Intel: split certain AVX512-FP16 VCVT*2PH templates | Jan Beulich | 1 | -6/+12 |
2022-08-03 | x86: properly mark i386-only insns | Jan Beulich | 1 | -9/+9 |
2022-08-03 | x86: also use D for MOVBE | Jan Beulich | 1 | -2/+1 |
2022-08-02 | x86: XOP shift insns don't really allow B suffix | Jan Beulich | 1 | -4/+4 |
2022-08-01 | x86: SKINIT with operand needs IgnoreSize | Jan Beulich | 1 | -1/+1 |
2022-07-29 | x86: drop stray NoRex64 from KeyLocker insns | Jan Beulich | 1 | -3/+3 |
2022-07-21 | x86: replace wrong attributes on VCVTDQ2PH{X,Y} | Jan Beulich | 1 | -2/+2 |
2022-07-21 | x86/Intel: correct AVX512F scatter insn element sizes | Jan Beulich | 1 | -4/+4 |
2022-07-18 | x86: correct VMOVSH attributes | Jan Beulich | 1 | -2/+2 |
2022-07-06 | x86: make D attribute usable for XOP and FMA4 insns | Jan Beulich | 1 | -50/+25 |
2022-07-04 | x86: fold Disp32S and Disp32 | Jan Beulich | 1 | -7/+8 |
2022-06-29 | x86: drop stray NoRex64 from XBEGIN | Jan Beulich | 1 | -1/+1 |
2022-05-27 | x86: re-work AVX512 embedded rounding / SAE | Jan Beulich | 1 | -512/+262 |
2022-04-27 | x86: VFPCLASSSH is Evex.LLIG | Jan Beulich | 1 | -2/+1 |
2022-04-19 | x86: VCMPSH is Evex.LLIG | Jan Beulich | 1 | -4/+4 |
2022-04-19 | x86: drop stray CheckRegSize from VFPCLASSPH | Jan Beulich | 1 | -1/+1 |
2022-03-18 | x86: also fold remaining multi-vector-size shift insns | Jan Beulich | 1 | -36/+17 |
2022-03-18 | x86: drop stray CheckRegSize from VEXTRACT{F,I}32X4 | Jan Beulich | 1 | -2/+2 |
2022-03-18 | x86: fold certain AVX2 templates into their AVX counterparts | Jan Beulich | 1 | -192/+96 |
2022-01-06 | x86: drop NoAVX insn attribute | Jan Beulich | 1 | -44/+44 |
2022-01-06 | x86: drop NoAVX from POPCNT | Jan Beulich | 1 | -1/+1 |
2022-01-06 | x86: drop some "comm" template parameters | Jan Beulich | 1 | -42/+42 |
2022-01-06 | x86: templatize FMA insn templates | Jan Beulich | 1 | -269/+83 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-08-05 | [PATCH 1/2] Enable Intel AVX512_FP16 instructions | Cui,Lili | 1 | -0/+366 |
2021-07-14 | x86: Add int1 as one byte opcode 0xf1 | H.J. Lu | 1 | -0/+1 |
2021-04-26 | x86: optimize LEA | Jan Beulich | 1 | -1/+1 |
2021-03-29 | x86: move some opcode table entries | Jan Beulich | 1 | -30/+31 |
2021-03-29 | x86: VPSADBW's source operands are also commutative | Jan Beulich | 1 | -3/+3 |
2021-03-29 | x86: fold SSE2AVX and their base MMX/SSE templates | Jan Beulich | 1 | -567/+281 |
2021-03-29 | x86: undo Prefix_0X<nn> use in opcode table | Jan Beulich | 1 | -369/+365 |
2021-03-26 | x86-64: don't accept supposedly disabled MOVQ forms | Jan Beulich | 1 | -2/+2 |
2021-03-25 | x86: fix AMD Zen3 insns | Jan Beulich | 1 | -3/+7 |
2021-03-24 | x86: derive opcode length from opcode value | Jan Beulich | 1 | -3409/+3409 |
2021-03-24 | x86: don't use opcode_length to identify pseudo prefixes | Jan Beulich | 1 | -13/+8 |
2021-03-23 | x86: split opcode prefix and opcode space representation | Jan Beulich | 1 | -2142/+2149 |
2021-03-09 | x86: fold some prefix related attributes into a single one | Jan Beulich | 1 | -41/+48 |
2021-03-09 | x86-64: make SYSEXIT handling similar to SYSRET's | Jan Beulich | 1 | -1/+1 |
2021-03-03 | x86: infer operand count of templates | Jan Beulich | 1 | -3419/+3419 |
2021-02-16 | x86: CVTPI2PD has special behavior | Jan Beulich | 1 | -1/+3 |
2021-02-16 | x86: have preprocessor expand macros | Jan Beulich | 1 | -0/+5 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-10-20 | Add AMD znver3 processor support | Ganesh Gopalasubramanian | 1 | -0/+26 |
2020-10-16 | Enhancement for avx-vnni patch | Cui,Lili | 1 | -4/+4 |
2020-10-14 | x86: Support Intel AVX VNNI | H.J. Lu | 1 | -0/+10 |
2020-10-14 | x86: Add support for Intel HRESET instruction | Lili Cui | 1 | -0/+6 |