aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Expand)AuthorFilesLines
2020-09-16Tidy elf_symbol_fromAlan Modra2-1/+5
2020-09-10Stop symbols generated by the annobin gcc plugin from breaking the disassembl...Nick Clifton2-0/+31
2020-09-10CSKY: Add L2Cache instructions for CK860.Cooper Qu2-109/+124
2020-09-10CSKY: Add new arches while refine the cpu option process.Cooper Qu1-0/+2
2020-09-10Fix compile time warnings when building for the CSKY target on a 32-bit host.Nick Clifton2-1/+6
2020-09-10sprintf arg overlaps destinationAlan Modra2-4/+8
2020-09-09CSKY: Change mvtc and mulsw's ISA flag.Cooper Qu2-2/+7
2020-09-09CSKY: Add FPUV3 instructions, which supported by ck860f.Cooper Qu3-2/+2133
2020-09-08aarch64: Add support for Armv8-R system registersAlex Coplan3-10/+93
2020-09-08aarch64: Add support for Armv8-R DFB aliasAlex Coplan5-1367/+1385
2020-09-08aarch64: Add base support for Armv8-RAlex Coplan2-0/+41
2020-09-02ubsan: v850-opc.c:412 left shift cannot be representedAlan Modra2-74/+81
2020-09-02ubsan: i386-dis.cAlan Modra2-13/+19
2020-09-02ubsan: csky-dis.c:1038 left shift cannot be representedAlan Modra2-1/+5
2020-09-02ubsan: crx-dis.c:571 left shift of negative valueAlan Modra2-74/+80
2020-09-02ubsan: *-ibld.cAlan Modra16-60/+78
2020-09-02ubsan: bfin-dis.c:160 shift exponent 32 is too largeAlan Modra2-1/+5
2020-09-02CSKY: Add CPU CK803r3.Cooper Qu2-2/+7
2020-09-02CSKY: Fix Encode of mulsws.Cooper Qu2-1/+5
2020-09-01mep: ubsan: mep-ibld.c:1635,1645,1652 left shift of negative valueAlan Modra2-5/+9
2020-08-31CSKY: Refine operand format error reporting.Cooper Qu2-0/+6
2020-08-30cr16 disassembly error of disp20 fieldsAlan Modra2-63/+60
2020-08-29PR26446 UBSAN: tc-csky.c:2618,4022 index out of boundsAlan Modra2-2/+8
2020-08-28PR26449, PR26450 UBSAN: frv-ibld.c:135 left shiftAlan Modra16-90/+133
2020-08-28CSKY: Support attribute section.Cooper Qu3-11/+49
2020-08-26opcodes: Add missing entries to ebpf_isa_attrJose E. Marchesi2-1/+5
2020-08-26bpf: add xBPF ISADavid Faust6-283/+330
2020-08-25PR26504, ASAN: parse_disassembler_options vax-dis.c:142Alan Modra2-2/+8
2020-08-24CSKY: Add new arch CK860.Cooper Qu3-6/+128
2020-08-24CSKY: Add ck803r2 series cpu.Cooper Qu2-2/+13
2020-08-21Fix problems with the AArch64 linker exposed by testing it with sanitization ...Nick Clifton2-1/+14
2020-08-21CSKY: Support two operands form for bloop.Cooper Qu2-4/+11
2020-08-19Correct vcmpsq, vcmpuq and xvtlsbb BF fieldAlan Modra2-3/+8
2020-08-18Add ChangeLog entries for previous commit.Peter Bergner1-0/+5
2020-08-18PowerPC: Rename xvcvbf16sp to xvcvbf16spnPeter Bergner1-1/+1
2020-08-12aarch64: Add support for MPAM system registersAlex Coplan2-0/+21
2020-08-12Updated Serbian and Russian translations for various sub-directoriesNick Clifton2-244/+318
2020-08-11PowerPC CELL cctp*Alan Modra2-4/+11
2020-08-10[aarch64] GAS doesn't validate the architecture version for any tlbi register...Przemyslaw Wirkus2-102/+105
2020-08-10Implement missing powerpc mtspr and mfspr extended insnsAlan Modra2-6/+161
2020-08-10Implement missing powerpc extended mnemonicsAlan Modra2-7/+16
2020-08-10Prioritise mtfprd and mtvrd over mtvsrd in PowerPC disassemblyAlan Modra2-2/+7
2020-08-04Z8k: fix sout/soudb opcodes with direct addressChristian Groessler3-6/+13
2020-07-30x86: Add {disp16} pseudo prefixH.J. Lu4-20/+61
2020-07-29PR26279 Work around maybe-uninitialized warning in s390-mkopc.cAndreas Arnez2-1/+8
2020-07-24Updated German translation for the opcodes sub-directoryNick Clifton2-245/+319
2020-07-21Revert "x86: Don't display eiz with no scale"Jan Beulich2-1/+5
2020-07-15x86: Don't display eiz with no scaleH.J. Lu2-1/+7
2020-07-15x86: move putop() case labels to restore alphabetic sortingJan Beulich2-49/+52
2020-07-15x86: make PUSH/POP disassembly uniformJan Beulich2-30/+27