Age | Commit message (Expand) | Author | Files | Lines |
2021-03-03 | x86: infer operand count of templates | Jan Beulich | 1 | -34/+21 |
2021-02-16 | x86: have preprocessor expand macros | Jan Beulich | 1 | -11/+0 |
2021-01-26 | Segmentation fault i386-gen | Alan Modra | 1 | -0/+2 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -2/+2 |
2020-10-20 | Add AMD znver3 processor support | Ganesh Gopalasubramanian | 1 | -0/+11 |
2020-10-16 | Enhancement for avx-vnni patch | Cui,Lili | 1 | -2/+2 |
2020-10-14 | x86: Support Intel AVX VNNI | H.J. Lu | 1 | -0/+6 |
2020-10-14 | x86: Add support for Intel HRESET instruction | Lili Cui | 1 | -0/+7 |
2020-10-14 | x86: Support Intel UINTR | Lili Cui | 1 | -0/+5 |
2020-10-14 | x86: Remove the prefix byte from non-VEX/EVEX base_opcode | H.J. Lu | 1 | -3/+52 |
2020-10-13 | x86: Rename VexOpcode to OpcodePrefix | H.J. Lu | 1 | -1/+1 |
2020-09-24 | Add support for Intel TDX instructions. | Cui,Lili | 1 | -0/+5 |
2020-09-23 | Enable support to Intel Keylocker instructions | Terry Guo | 1 | -0/+10 |
2020-07-10 | x86: Add support for Intel AMX instructions | Lili Cui | 1 | -0/+18 |
2020-07-02 | x86: Add SwapSources | H.J. Lu | 1 | -0/+1 |
2020-06-26 | x86: Rename VecSIB to SIB for Intel AMX | H.J. Lu | 1 | -1/+1 |
2020-04-07 | Add support for intel TSXLDTRK instructions$ | Cui,Lili | 1 | -0/+5 |
2020-04-02 | Add support for intel SERIALIZE instruction | LiliCui | 1 | -0/+5 |
2020-03-09 | x86: use template for SSE floating point comparison insns | Jan Beulich | 1 | -0/+4 |
2020-03-09 | x86: allow opcode templates to be templated | Jan Beulich | 1 | -46/+267 |
2020-03-06 | x86: drop Rex64 attribute | Jan Beulich | 1 | -1/+0 |
2020-03-04 | x86: support VMGEXIT | Jan Beulich | 1 | -0/+3 |
2020-03-03 | x86: Replace IgnoreSize/DefaultSize with MnemonicSize | H.J. Lu | 1 | -2/+1 |
2020-02-17 | x86: Remove CpuABM and add CpuPOPCNT | H.J. Lu | 1 | -7/+9 |
2020-02-16 | x86: Don't disable SSE3 when disabling SSE4a | H.J. Lu | 1 | -1/+1 |
2020-02-17 | Re: x86: Don't disable SSE4a when disabling SSE4 | Alan Modra | 1 | -2/+2 |
2020-02-16 | x86: Don't disable SSE4a when disabling SSE4 | H.J. Lu | 1 | -2/+2 |
2020-02-13 | x86: fix SSE4a dependencies of ".arch .nosse*" | Jan Beulich | 1 | -2/+4 |
2020-02-11 | x86: drop ShortForm attribute | Jan Beulich | 1 | -1/+0 |
2020-02-10 | x86: Accept Intel64 only instruction by default | H.J. Lu | 1 | -2/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -2/+2 |
2019-12-27 | x86: consolidate Disp<NN> handling a little | Jan Beulich | 1 | -1/+2 |
2019-11-14 | x86: fold individual Jump* attributes into a single Jump one | Jan Beulich | 1 | -4/+0 |
2019-11-14 | x86: make JumpAbsolute an insn attribute | Jan Beulich | 1 | -3/+1 |
2019-11-14 | x86: make AnySize an insn attribute | Jan Beulich | 1 | -1/+1 |
2019-11-12 | x86: fold EsSeg into IsString | Jan Beulich | 1 | -4/+1 |
2019-11-12 | x86: eliminate ImmExt abuse | Jan Beulich | 1 | -0/+1 |
2019-11-12 | x86: introduce operand type "instance" | Jan Beulich | 1 | -17/+42 |
2019-11-08 | x86: convert RegMask and RegBND from bitfield to enumerator | Jan Beulich | 1 | -5/+5 |
2019-11-08 | x86: convert RegSIMD and RegMMX from bitfield to enumerator | Jan Beulich | 1 | -6/+6 |
2019-11-08 | x86: convert Control/Debug/Test from bitfield to enumerator | Jan Beulich | 1 | -6/+6 |
2019-11-08 | x86: convert SReg from bitfield to enumerator | Jan Beulich | 1 | -2/+2 |
2019-11-08 | x86: introduce operand type "class" | Jan Beulich | 1 | -13/+42 |
2019-11-07 | x86: support further AMD Zen2 instructions | Jan Beulich | 1 | -1/+7 |
2019-10-30 | x86: re-do "shorthand" handling | Jan Beulich | 1 | -42/+13 |
2019-10-30 | x86: slightly rearrange struct insn_template | Jan Beulich | 1 | -2/+1 |
2019-10-30 | x86: drop stray W | Jan Beulich | 1 | -0/+24 |
2019-07-17 | x86: drop stale Mem enumerator | Jan Beulich | 1 | -1/+15 |
2019-07-16 | x86: make RegMem an opcode modifier | Jan Beulich | 1 | -1/+1 |
2019-07-16 | x86: fold SReg{2,3} | Jan Beulich | 1 | -6/+3 |