Age | Commit message (Expand) | Author | Files | Lines |
2022-10-21 | Support Intel AMX-FP16 | Cui,Lili | 1 | -1/+4 |
2022-10-20 | x86: re-work AVX-VNNI support | Jan Beulich | 1 | -1/+0 |
2022-10-18 | x86: Disable AVX-VNNI when disabling AVX2 | H.J. Lu | 1 | -1/+1 |
2022-10-18 | x86: correct CPU_AMX_{BF16,INT8}_FLAGS | Jan Beulich | 1 | -2/+2 |
2022-09-30 | x86/Intel: restrict suffix derivation | Jan Beulich | 1 | -2/+0 |
2022-08-16 | x86: template-ize certain vector conversion insns | Jan Beulich | 1 | -4/+26 |
2022-08-16 | x86: template-ize packed/scalar vector floating point insns | Jan Beulich | 1 | -19/+24 |
2022-08-16 | revert "x86: Also pass -P to $(CPP) when processing i386-opc.tbl" | Jan Beulich | 1 | -8/+27 |
2022-07-18 | x86: re-order insn template fields | Jan Beulich | 1 | -2/+2 |
2022-07-04 | x86: fold Disp32S and Disp32 | Jan Beulich | 1 | -14/+8 |
2022-07-04 | x86: restore masking of displacement kinds | Jan Beulich | 1 | -6/+6 |
2022-03-17 | x86: never set i386_cpu_flags' "unused" field | Jan Beulich | 1 | -4/+5 |
2022-03-17 | x86: unify CPU flag on/off processing | Jan Beulich | 1 | -21/+10 |
2022-03-17 | x86: drop L1OM/K1OM support from gas | Jan Beulich | 1 | -7/+1 |
2022-03-17 | x86: assorted IAMCU CPU checking fixes | Jan Beulich | 1 | -1/+1 |
2022-01-06 | x86: drop NoAVX insn attribute | Jan Beulich | 1 | -1/+0 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -2/+2 |
2021-08-05 | [PATCH 1/2] Enable Intel AVX512_FP16 instructions | Cui,Lili | 1 | -2/+8 |
2021-03-29 | x86: fold SSE2AVX and their base MMX/SSE templates | Jan Beulich | 1 | -1/+1 |
2021-03-29 | x86: undo Prefix_0X<nn> use in opcode table | Jan Beulich | 1 | -6/+10 |
2021-03-29 | x86: derive opcode encoding space attribute from base opcode | Jan Beulich | 1 | -5/+35 |
2021-03-24 | x86: derive opcode length from opcode value | Jan Beulich | 1 | -17/+15 |
2021-03-24 | x86: derive mandatory prefix attribute from base opcode | Jan Beulich | 1 | -53/+41 |
2021-03-24 | x86: don't use opcode_length to identify pseudo prefixes | Jan Beulich | 1 | -2/+1 |
2021-03-23 | x86: re-order two fields of struct insn_template | Jan Beulich | 1 | -4/+4 |
2021-03-23 | x86: split opcode prefix and opcode space representation | Jan Beulich | 1 | -0/+1 |
2021-03-09 | x86: fold some prefix related attributes into a single one | Jan Beulich | 1 | -4/+1 |
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 |