Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-10-14 | x86: Support Intel UINTR | Lili Cui | 1 | -0/+10 |
2020-10-14 | x86: Remove the prefix byte from non-VEX/EVEX base_opcode | H.J. Lu | 1 | -344/+344 |
2020-10-13 | x86: Rename VexOpcode to OpcodePrefix | H.J. Lu | 1 | -2140/+2144 |
2020-09-24 | Add support for Intel TDX instructions. | Cui,Lili | 1 | -0/+9 |
2020-09-23 | Enable support to Intel Keylocker instructions | Terry Guo | 1 | -0/+16 |
2020-07-30 | x86: Add {disp16} pseudo prefix | H.J. Lu | 1 | -10/+11 |
2020-07-10 | x86: Add support for Intel AMX instructions | Lili Cui | 1 | -0/+23 |
2020-07-08 | x86: FMA4 scalar insns ignore VEX.L | Jan Beulich | 1 | -16/+16 |
2020-07-02 | x86: Add SwapSources | H.J. Lu | 1 | -5/+5 |
2020-06-26 | i386-opc.tbl: Add a blank line | H.J. Lu | 1 | -0/+1 |
2020-06-26 | x86: Correct VexSIB128 to VecSIB128 | H.J. Lu | 1 | -27/+27 |
2020-06-26 | x86: Rename VecSIB to SIB for Intel AMX | H.J. Lu | 1 | -78/+81 |
2020-06-14 | x86: Correct xsusldtrk mnemonic | H.J. Lu | 1 | -1/+1 |
2020-04-07 | Add support for intel TSXLDTRK instructions$ | Cui,Lili | 1 | -0/+7 |
2020-04-02 | Add support for intel SERIALIZE instruction | LiliCui | 1 | -0/+6 |
2020-03-09 | x86: use template for AVX512 integer comparison insns | Jan Beulich | 1 | -48/+10 |
2020-03-09 | x86: use template for XOP integer comparison, shift, and rotate insns | Jan Beulich | 1 | -100/+13 |
2020-03-09 | x86: use template for AVX/AVX512 floating point comparison insns | Jan Beulich | 1 | -496/+22 |
2020-03-09 | x86: use template for SSE floating point comparison insns | Jan Beulich | 1 | -64/+10 |
2020-03-09 | x86: allow opcode templates to be templated | Jan Beulich | 1 | -90/+6 |
2020-03-06 | x86: reduce amount of various VCVT* templates | Jan Beulich | 1 | -30/+20 |
2020-03-06 | x86: drop/replace IgnoreSize | Jan Beulich | 1 | -699/+699 |
2020-03-06 | x86: don't accept FI{LD,STP,STTP}LL in Intel syntax mode | Jan Beulich | 1 | -3/+3 |
2020-03-06 | x86: replace NoRex64 on VEX-encoded insns | Jan Beulich | 1 | -25/+25 |
2020-03-06 | x86: drop Rex64 attribute | Jan Beulich | 1 | -18/+18 |
2020-03-06 | x86: add missing IgnoreSize | Jan Beulich | 1 | -18/+18 |
2020-03-06 | x86: refine TPAUSE and UMWAIT | Jan Beulich | 1 | -4/+4 |
2020-03-04 | x86: support VMGEXIT | Jan Beulich | 1 | -0/+1 |