Age | Commit message (Expand) | Author | Files | Lines |
2023-11-17 | x86: CPU-qualify {disp16} / {disp32} | Jan Beulich | 1 | -1/+1 |
2023-11-09 | x86: rework UWRMSR operand swapping | Jan Beulich | 1 | -1/+3 |
2023-11-09 | x86: split insn templates' CPU field | Jan Beulich | 1 | -289/+289 |
2023-11-09 | x86: Cpu64 handling improvements | Jan Beulich | 1 | -37/+39 |
2023-10-31 | Support Intel USER_MSR | Hu, Lin1 | 1 | -0/+11 |
2023-09-27 | x86: fold FMA VEX and EVEX templates | Jan Beulich | 1 | -26/+15 |
2023-09-27 | x86: fold VAES/VPCLMULQDQ VEX and EVEX templates | Jan Beulich | 1 | -28/+9 |
2023-09-27 | x86: fold certain VEX and EVEX templates | Jan Beulich | 1 | -73/+41 |
2023-09-14 | x86: Vxy naming correction | Jan Beulich | 1 | -5/+5 |
2023-09-14 | x86: support AVX10.1 vector size restrictions | Jan Beulich | 1 | -19/+22 |
2023-09-14 | x86: make AES/PCMULQDQ respectively prereqs of VAES/VPCMULQDQ | Jan Beulich | 1 | -12/+14 |
2023-09-01 | x86: rename CpuPCLMUL | Jan Beulich | 1 | -12/+12 |
2023-09-01 | x86: drop Size64 from VMOVQ | Jan Beulich | 1 | -1/+1 |
2023-08-02 | Revert "2.41 Release sources" | Sam James | 1 | -9/+48 |
2023-08-02 | 2.41 Release sourcesbinutils-2_41-release | Nick Clifton | 1 | -48/+9 |
2023-07-27 | Support Intel PBNDKB | Hu, Lin1 | 1 | -0/+6 |
2023-07-27 | Support Intel SM4 | Haochen Jiang | 1 | -0/+7 |
2023-07-27 | Support Intel SM3 | Haochen Jiang | 1 | -0/+7 |
2023-07-27 | Support Intel SHA512 | Haochen Jiang | 1 | -0/+8 |
2023-07-27 | Support Intel AVX-VNNI-INT16 | konglin1 | 1 | -0/+11 |
2023-07-04 | x86: optimize 128-bit VPBROADCASTQ to VPUNPCKLQDQ | Jan Beulich | 1 | -1/+1 |
2023-07-04 | x86: optimize pre-AVX512 {,V}PCMPGT* with identical sources | Jan Beulich | 1 | -6/+6 |
2023-07-04 | x86: optimize pre-AVX512 {,V}PCMPEQQ with identical sources | Jan Beulich | 1 | -2/+2 |
2023-06-16 | x86: shrink Masking insn attribute to a single bit (boolean) | Jan Beulich | 1 | -569/+568 |
2023-05-23 | Support Intel FRED LKGS | Zhang, Jun | 1 | -0/+14 |
2023-05-23 | Revert "Support Intel FRED LKGS" | liuhongt | 1 | -14/+0 |
2023-05-23 | Support Intel FRED LKGS | Zhang, Jun | 1 | -0/+14 |
2023-04-07 | Support Intel AMX-COMPLEX | Haochen Jiang | 1 | -0/+3 |
2023-03-20 | x86: drop "shimm" special case template expansions | Jan Beulich | 1 | -15/+15 |
2023-03-20 | x86: VexVVVV is now merely a boolean | Jan Beulich | 1 | -194/+196 |
2023-03-20 | x86: re-work build_modrm_byte()'s register assignment | Jan Beulich | 1 | -13/+13 |
2023-02-24 | x86: MONITOR/MWAIT are not SSE3 insns | Jan Beulich | 1 | -5/+5 |
2023-02-24 | x86-64: don't permit LAHF/SAHF with "generic64" | Jan Beulich | 1 | -2/+4 |
2023-02-24 | x86: have insns acting on segment selector values allow for consistent operands | Jan Beulich | 1 | -5/+10 |
2023-02-24 | x86: restrict insn templates accepting negative 8-bit immediates | Jan Beulich | 1 | -58/+58 |
2023-02-22 | x86-64: LAR and LSL don't need REX.W | Jan Beulich | 1 | -4/+4 |
2023-02-22 | x86: optimize BT{,C,R,S} $imm,%reg | Jan Beulich | 1 | -4/+4 |
2023-02-14 | x86: {LD,ST}TILECFG use an extension opcode | Jan Beulich | 1 | -2/+2 |
2023-02-13 | PR30120: fix x87 fucomp misassembled | Michael Matz | 1 | -1/+1 |
2023-02-10 | x86: drop use of VEX3SOURCES | Jan Beulich | 1 | -32/+32 |
2023-02-10 | x86: drop use of XOP2SOURCES | Jan Beulich | 1 | -3/+3 |
2023-02-10 | x86: limit use of XOP2SOURCES | Jan Beulich | 1 | -1/+1 |
2023-01-27 | x86: use ModR/M for FPU insns with operands | Jan Beulich | 1 | -72/+72 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-21 | x86: rename CheckRegSize to CheckOperandSize | Jan Beulich | 1 | -507/+507 |
2022-12-19 | x86: omit Cpu prefixes from opcode table | Jan Beulich | 1 | -1874/+1889 |
2022-12-16 | x86: change representation of extension opcode | Jan Beulich | 1 | -2281/+2280 |
2022-12-12 | x86: further re-work insn/suffix recognition to also cover MOVSX | Jan Beulich | 1 | -8/+3 |
2022-12-12 | x86: drop (now) stray IsString | Jan Beulich | 1 | -13/+13 |
2022-12-12 | x86: re-work insn/suffix recognition | Jan Beulich | 1 | -15/+4 |