Age | Commit message (Expand) | Author | Files | Lines |
2023-04-07 | Support Intel AMX-COMPLEX | Haochen Jiang | 1 | -262/+280 |
2023-02-24 | x86: MONITOR/MWAIT are not SSE3 insns | Jan Beulich | 1 | -524/+533 |
2023-02-24 | x86-64: don't permit LAHF/SAHF with "generic64" | Jan Beulich | 1 | -394/+403 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-22 | x86: correct/improve TSX controls | Jan Beulich | 1 | -1/+28 |
2022-12-22 | x86: add dependencies on SVME | Jan Beulich | 1 | -7/+43 |
2022-12-22 | x86: add dependencies on VMX | Jan Beulich | 1 | -2/+29 |
2022-12-22 | x86: correct XSAVE* dependencies | Jan Beulich | 1 | -7/+7 |
2022-12-22 | x86: correct dependencies of a few AVX512 sub-features | Jan Beulich | 1 | -6/+6 |
2022-12-22 | x86: add dependencies on AVX2 | Jan Beulich | 1 | -9/+27 |
2022-12-22 | x86: correct SSE dependencies | Jan Beulich | 1 | -48/+84 |
2022-12-22 | x86: re-work ISA extension dependency handling | Jan Beulich | 1 | -528/+555 |
2022-12-02 | x86: drop most OPERAND_TYPE_* (and rework the rest) | Jan Beulich | 1 | -184/+0 |
2022-11-15 | Add AMD znver4 processor support | Tejas Joshi | 1 | -213/+231 |
2022-11-08 | Support Intel RAO-INT | Kong Lingling | 1 | -250/+268 |
2022-11-04 | Support Intel AVX-NE-CONVERT | konglin1 | 1 | -251/+269 |
2022-11-02 | Support Intel MSRLIST | Hu, Lin1 | 1 | -248/+266 |
2022-11-02 | Support Intel WRMSRNS | Hu, Lin1 | 1 | -247/+265 |
2022-11-02 | Support Intel CMPccXADD | Haochen Jiang | 1 | -247/+265 |
2022-11-02 | Support Intel AVX-VNNI-INT8 | Cui,Lili | 1 | -61/+79 |
2022-11-02 | Support Intel AVX-IFMA | Hongyu Wang | 1 | -252/+270 |
2022-10-31 | x86: minor improvements to optimize_imm() (part III) | Jan Beulich | 1 | -4/+0 |
2022-10-31 | Support Intel PREFETCHI | Cui, Lili | 1 | -252/+261 |
2022-10-21 | Support Intel AMX-FP16 | Cui,Lili | 1 | -233/+242 |
2022-10-18 | x86: Disable AVX-VNNI when disabling AVX2 | H.J. Lu | 1 | -2/+2 |
2022-10-18 | x86: correct CPU_AMX_{BF16,INT8}_FLAGS | Jan Beulich | 1 | -2/+2 |
2022-07-04 | x86: fold Disp32S and Disp32 | Jan Beulich | 1 | -73/+69 |
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 | -1/+1 |
2022-03-17 | x86: unify CPU flag on/off processing | Jan Beulich | 1 | -1/+1 |
2022-03-17 | x86: drop L1OM/K1OM support from gas | Jan Beulich | 1 | -390/+372 |
2022-03-17 | x86: assorted IAMCU CPU checking fixes | Jan Beulich | 1 | -1/+1 |
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 | -251/+269 |
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 | -193/+229 |
2020-10-16 | Enhancement for avx-vnni patch | Cui,Lili | 1 | -242/+242 |
2020-10-14 | x86: Support Intel AVX VNNI | H.J. Lu | 1 | -241/+259 |
2020-10-14 | x86: Add support for Intel HRESET instruction | Lili Cui | 1 | -192/+210 |
2020-10-14 | x86: Support Intel UINTR | Lili Cui | 1 | -187/+392 |
2020-09-24 | Add support for Intel TDX instructions. | Cui,Lili | 1 | -204/+220 |
2020-09-23 | Enable support to Intel Keylocker instructions | Terry Guo | 1 | -181/+213 |
2020-07-10 | x86: Add support for Intel AMX instructions | Lili Cui | 1 | -227/+279 |
2020-04-07 | Add support for intel TSXLDTRK instructions$ | Cui,Lili | 1 | -173/+189 |
2020-04-02 | Add support for intel SERIALIZE instruction | LiliCui | 1 | -171/+187 |
2020-03-04 | x86: support VMGEXIT | Jan Beulich | 1 | -170/+178 |
2020-02-17 | x86: Remove CpuABM and add CpuPOPCNT | H.J. Lu | 1 | -116/+124 |
2020-02-16 | x86: Don't disable SSE3 when disabling SSE4a | H.J. Lu | 1 | -1/+1 |
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/+10 |