Age | Commit message (Expand) | Author | Files | Lines |
2020-07-24 | Updated German translation for the opcodes sub-directory | Nick Clifton | 2 | -245/+319 |
2020-07-21 | Revert "x86: Don't display eiz with no scale" | Jan Beulich | 2 | -1/+5 |
2020-07-15 | x86: Don't display eiz with no scale | H.J. Lu | 2 | -1/+7 |
2020-07-15 | x86: move putop() case labels to restore alphabetic sorting | Jan Beulich | 2 | -49/+52 |
2020-07-15 | x86: make PUSH/POP disassembly uniform | Jan Beulich | 2 | -30/+27 |
2020-07-15 | x86: avoid attaching suffixes to unambiguous insns | Jan Beulich | 2 | -99/+58 |
2020-07-14 | x86-64: Zero-extend lower 32 bits displacement to 64 bits | H.J. Lu | 2 | -2/+13 |
2020-07-14 | arc: Detect usage of illegal double register pairs | Claudiu Zissulescu | 2 | -3/+16 |
2020-07-14 | x86/Intel: debug registers are named DRn | Jan Beulich | 2 | -1/+5 |
2020-07-14 | x86: drop Rm and the 'L' macro | Jan Beulich | 2 | -74/+67 |
2020-07-14 | x86: drop Rdq, Rd, and MaskR | Jan Beulich | 6 | -63/+122 |
2020-07-14 | x86: simplify decode of opcodes valid only without any (embedded) prefix | Jan Beulich | 2 | -135/+61 |
2020-07-14 | x86: also use %BW / %DQ for kshift* | Jan Beulich | 2 | -65/+35 |
2020-07-14 | x86: simplify decode of opcodes valid with (embedded) 66 prefix only | Jan Beulich | 8 | -4913/+1647 |
2020-07-14 | x86: drop further EVEX table entries that can be served by VEX ones | Jan Beulich | 4 | -42/+25 |
2020-07-14 | x86: drop need_vex_reg | Jan Beulich | 3 | -53/+41 |
2020-07-14 | x86: drop Vex128 and Vex256 | Jan Beulich | 3 | -56/+65 |
2020-07-14 | x86: replace %LW by %DQ | Jan Beulich | 4 | -52/+59 |
2020-07-14 | x86: merge/move logic determining the EVEX disp8 shift | Jan Beulich | 2 | -29/+23 |
2020-07-14 | x86: extend %BW use to VP{COMPRESS,EXPAND}{B,W} | Jan Beulich | 4 | -24/+22 |
2020-07-14 | x86-64: fix {,V}PCMPESTR{I,M} disassembly in Intel mode | Jan Beulich | 4 | -43/+35 |
2020-07-14 | x86: fold VCMP_Fixup() into CMP_Fixup() | Jan Beulich | 4 | -74/+58 |
2020-07-14 | x86: don't disassemble MOVBE with two suffixes | Jan Beulich | 2 | -43/+11 |
2020-07-14 | x86: avoid attaching suffix to register-only CRC32 | Jan Beulich | 2 | -75/+7 |
2020-07-14 | x86-64: don't hide an empty but meaningless REX prefix | Jan Beulich | 2 | -5/+14 |
2020-07-14 | x86: drop dead code from OP_IMREG() | Jan Beulich | 2 | -40/+14 |
2020-07-10 | x86: Add support for Intel AMX instructions | Lili Cui | 8 | -14326/+15063 |
2020-07-08 | x86: various XOP insns lack L and/or W bit decoding | Jan Beulich | 2 | -123/+630 |
2020-07-08 | x86: FMA4 scalar insns ignore VEX.L | Jan Beulich | 4 | -101/+58 |
2020-07-08 | x86: re-work operand swapping for XOP shift/rotate insns | Jan Beulich | 2 | -74/+32 |
2020-07-08 | x86: re-work operand handling for 5-operand XOP insns | Jan Beulich | 2 | -194/+19 |
2020-07-08 | x86: re-work operand swapping for FMA4 and 4-operand XOP insns | Jan Beulich | 2 | -65/+49 |
2020-07-07 | arc: Update vector instructions. | Claudiu Zissulescu | 3 | -77/+103 |
2020-07-07 | x86: introduce %BW to avoid going through vex_w_table[] | Jan Beulich | 4 | -77/+27 |
2020-07-06 | x86: adjust/correct VFRCZ{P,S}{S,D} decoding | Jan Beulich | 2 | -12/+48 |
2020-07-06 | x86: use %LW / %XW instead of going through vex_w_table[] | Jan Beulich | 4 | -192/+77 |
2020-07-06 | x86: most VBROADCAST{F,I}{32,64}x* only accept memory operands | Jan Beulich | 5 | -24/+90 |
2020-07-06 | x86: adjust/correct V*{F,I}{32x8,64x4} | Jan Beulich | 2 | -14/+22 |
2020-07-06 | x86: drop EVEX table entries that can be made served by VEX ones | Jan Beulich | 5 | -165/+92 |
2020-07-06 | x86: AVX512 VPERM{D,Q,PS,PD} insns need to honor EVEX.L'L | Jan Beulich | 5 | -4/+47 |
2020-07-06 | x86: AVX512 extract/insert insns need to honor EVEX.L'L | Jan Beulich | 5 | -9/+76 |
2020-07-06 | x86: honor VEX.W for VCVT{PH2PS,PS2PH} | Jan Beulich | 5 | -15/+27 |
2020-07-06 | x86: drop EVEX table entries that can be served by VEX ones | Jan Beulich | 5 | -713/+185 |
2020-07-06 | x86: replace EXqScalarS by EXqVexScalarS | Jan Beulich | 3 | -3/+8 |
2020-07-06 | x86: replace EX{d,q}Scalar by EXxmm_m{d,q} | Jan Beulich | 3 | -47/+48 |
2020-07-06 | Fix spelling mistakes in some of the binutils sub-directories. | Nick Clifton | 3 | -3/+9 |
2020-07-06 | Updated translations for various binutils sub-directories | Nick Clifton | 3 | -603/+634 |
2020-07-04 | Update version to 2.35.50 and regenerate files | Nick Clifton | 3 | -122/+127 |
2020-07-04 | Add markers for binutils 2.35 branch | Nick Clifton | 1 | -0/+4 |
2020-07-02 | x86: Add SwapSources | H.J. Lu | 5 | -3987/+4001 |