Age | Commit message (Expand) | Author | Files | Lines |
2020-03-09 | x86: Also pass -P to $(CPP) when processing i386-opc.tbl | H.J. Lu | 3 | -2/+7 |
2020-03-09 | x86: use template for AVX512 integer comparison insns | Jan Beulich | 3 | -80/+48 |
2020-03-09 | x86: use template for XOP integer comparison, shift, and rotate insns | Jan Beulich | 3 | -268/+187 |
2020-03-09 | x86: use template for AVX/AVX512 floating point comparison insns | Jan Beulich | 3 | -3877/+4305 |
2020-03-09 | x86: use template for SSE floating point comparison insns | Jan Beulich | 4 | -208/+165 |
2020-03-09 | x86: allow opcode templates to be templated | Jan Beulich | 4 | -151/+298 |
2020-03-06 | x86: reduce amount of various VCVT* templates | Jan Beulich | 3 | -237/+93 |
2020-03-06 | x86: drop/replace IgnoreSize | Jan Beulich | 3 | -1602/+1608 |
2020-03-06 | x86: don't accept FI{LD,STP,STTP}LL in Intel syntax mode | Jan Beulich | 3 | -9/+14 |
2020-03-06 | x86: replace NoRex64 on VEX-encoded insns | Jan Beulich | 3 | -50/+62 |
2020-03-06 | x86: drop Rex64 attribute | Jan Beulich | 5 | -6598/+6603 |
2020-03-06 | x86: correct MPX insn w/o base or index encoding in 16-bit mode | Jan Beulich | 2 | -4/+19 |
2020-03-06 | x86: add missing IgnoreSize | Jan Beulich | 3 | -36/+56 |
2020-03-06 | x86: refine TPAUSE and UMWAIT | Jan Beulich | 3 | -10/+48 |
2020-03-04 | x86: support VMGEXIT | Jan Beulich | 7 | -4100/+4148 |
2020-03-03 | x86: Replace IgnoreSize/DefaultSize with MnemonicSize | H.J. Lu | 5 | -10857/+10874 |
2020-03-03 | The patch fixed invalid compilation of instruction LD IY,(HL) and disassemble... | Sergey Belyashov | 2 | -2/+8 |
2020-03-03 | x86: Allow integer conversion without suffix in AT&T syntax | H.J. Lu | 3 | -20/+189 |
2020-02-26 | Indent labels | Alan Modra | 10 | -24/+36 |
2020-02-25 | [ARC][committed] Update int_vector_base aux register. | Claudiu Zissulescu | 2 | -2/+6 |
2020-02-20 | RISC-V: Support the ISA-dependent CSR checking. | Nelson Chu | 2 | -1/+6 |
2020-02-19 | RISC-V: Convert the ADD/ADDI to the compressed MV/LI if RS1 is zero. | Jim Wilson | 2 | -0/+7 |
2020-02-17 | x86: Remove CpuABM and add CpuPOPCNT | H.J. Lu | 6 | -2822/+2848 |
2020-02-17 | x86: fold certain VCVT{,U}SI2S{S,D} templates | Jan Beulich | 3 | -133/+38 |
2020-02-17 | x86: fold AddrPrefixOpReg templates | Jan Beulich | 3 | -201/+52 |
2020-02-17 | x86/Intel: improve diagnostics for ambiguous VCVT* operands | Jan Beulich | 3 | -33/+194 |
2020-02-16 | x86: Don't disable SSE3 when disabling SSE4a | H.J. Lu | 3 | -2/+7 |
2020-02-17 | Re: x86: Don't disable SSE4a when disabling SSE4 | Alan Modra | 2 | -2/+6 |
2020-02-16 | x86: Don't disable SSE4a when disabling SSE4 | H.J. Lu | 3 | -4/+9 |
2020-02-14 | Remove Intel syntax comments on movsx and movzx | H.J. Lu | 2 | -3/+7 |
2020-02-14 | x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX | Jan Beulich | 3 | -118/+21 |
2020-02-13 | x86: fix SSE4a dependencies of ".arch .nosse*" | Jan Beulich | 3 | -4/+21 |
2020-02-12 | x86: correct VFPCLASSP{S,D} operand size handling | Jan Beulich | 3 | -4/+44 |
2020-02-12 | x86: fold two JMP templates | Jan Beulich | 3 | -16/+8 |
2020-02-12 | x86-64: Intel64 adjustments for insns dealing with far pointers | Jan Beulich | 4 | -25/+136 |
2020-02-11 | x86: drop ShortForm attribute | Jan Beulich | 5 | -10944/+10952 |
2020-02-11 | x86: drop stray ShortForm attributes | Jan Beulich | 3 | -12/+18 |
2020-02-11 | Ensure *valuep always written by extract_normal return | Alan Modra | 16 | -15/+68 |
2020-02-10 | [binutils][arm] Implement Custom Datapath Extensions for MVE | Matthew Malcomson | 2 | -0/+45 |
2020-02-10 | [binutils][arm] arm support for ARMv8.m Custom Datapath Extension | Matthew Malcomson | 2 | -1/+221 |
2020-02-10 | x86: Accept Intel64 only instruction by default | H.J. Lu | 5 | -3948/+3974 |
2020-02-07 | Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ... | Sergey Belyashov | 2 | -20/+158 |
2020-02-04 | ubsan: d30v: negation of -2147483648 | Alan Modra | 2 | -2/+6 |
2020-02-03 | ubsan: m32c: left shift of negative value | Alan Modra | 2 | -2/+6 |
2020-02-01 | ubsan: frv: left shift of negative value | Alan Modra | 2 | -3/+7 |
2020-01-31 | x86: replace EXxmm_mdq by EXVexWdqScalar | Jan Beulich | 3 | -27/+29 |
2020-01-31 | x86: drop unused EXVexWdq / vex_w_dq_mode | Jan Beulich | 2 | -7/+10 |
2020-01-31 | aarch64: Fix MOVPRFX markup for bf16 conversions | Richard Sandiford | 2 | -2/+7 |
2020-01-30 | ubsan: m32c: left shift of negative value | Alan Modra | 2 | -12/+16 |
2020-01-30 | cpu,opcodes,gas: fix neg and neg32 instructions in BPF | Jose E. Marchesi | 2 | -4/+8 |