aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Expand)AuthorFilesLines
2015-11-11Add assembler, disassembler and linker support for power9.Peter Bergner3-107/+686
2015-11-09Move copy_u.w to MSA64 ASE, remove copy_u.d.Robert Suchanek1-2/+1
2015-11-02Disassemble RX NOP instructions as such.Nick Clifton3-18/+98
2015-11-02Fix disassembly of RX zero-offset register indirect instructions.Nick Clifton4-7/+14
2015-10-28Pass noaliases_p to aarch64_decode_insnYao Qi2-5/+15
2015-10-27Fix RL78 disassembly of DE+offset addressing to always show the offset, even ...Vinay Kumar3-24/+31
2015-10-27Display system registers by their names when disassembling RL78 instructions.Vinay Kumar4-13/+34
2015-10-27Fix RL78 disassembly so that SP+OFFSET addressing always shows the offset, ev...Vinay Kumar3-20/+27
2015-10-14Add missing changelog entriesAndreas Krebbel1-0/+7
2015-10-14S/390: Fix instruction type of troo, trot, trto, and trtt.Andreas Krebbel2-5/+5
2015-10-08Fix compile time warning compiling ARC port.Nick Clifton2-1/+6
2015-10-07Avoid using 'template' C++ keywordYao Qi3-3/+9
2015-10-07New ARC implementation.Nick Clifton9-2824/+21958
2015-10-02[aarch64] expose disas_aarch64_insn and rename it to aarch64_decode_insnYao Qi2-4/+12
2015-10-02[aarch64] Remove argument pc from disas_aarch64_insnYao Qi2-3/+7
2015-09-29Add support for extensions in the .machine pseudoop on S/390, e.g. ".machine ...Dominik Vogt3-508/+522
2015-09-28Updare French translation for binutils and German translation for opcodes.Nick Clifton2-3/+7
2015-09-28Patches for illegal ppc 500 instructionsTom Rix2-7/+11
2015-09-25The FT32's disassembly of 10-bit literals has the incorrect mask.jamesbowman1-1/+1
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton11-44/+50
2015-09-22Enhance the RX disassembler to detect and report bad instructions.Nick Clifton4-28/+57
2015-09-22opcodes/ppc-opc.c: Add dscr and ctrl SPR mnemonicsAnton Blanchard2-0/+8
2015-09-10S/390: Fix instruction format of crj*, clrj*, and clgrj*.Andreas Krebbel1-3/+3
2015-09-10S/390: Remove F_20 and FE_20. Adjust comments.Andreas Krebbel1-70/+66
2015-09-10S/390: Fix MASK_RIE_R0PI and MASK_RIE_R0PU.Andreas Krebbel1-2/+2
2015-09-09S/390: Remove trailing zeros on 4-bytes opcodes.Andreas Krebbel2-7/+9
2015-09-09S/390: Fix opcode of ppno.Andreas Krebbel1-1/+1
2015-08-25Support for the sparc %pmcdper privileged register.Jose E. Marchesi2-2/+11
2015-08-24Fix the partial disassembly of a broken three byte instruction at the end of ...Jan Stancek2-2/+8
2015-08-21PR binutils/18257: Properly decode x86/Intel mask instructions.Alexander Fomin2-59/+450
2015-08-17Trailing space in opcodes/ generated filesAlan Modra5-845/+835
2015-08-13Fixes for unpredictable nops and 26-bit versions of teq,tst,cmn,cmp.Andre Vieira2-3/+19
2015-08-12[MIPS] Map 'move' to 'or'.Simon Dardis3-3/+8
2015-08-12Remove trailing spaces in opcodesH.J. Lu137-4012/+4012
2015-08-11Fix the disassembly of the AArch64 SIMD EXT instruction.Nick Clifton2-1/+7
2015-08-10Add SIGRIE instruction for MIPS R6Robert Suchanek2-0/+5
2015-08-07Remove CpuFMA4 support from CPU_ZNVER1_FLAGS.Amit Pawar3-2/+7
2015-07-30Properly disassemble movnti in Intel modeH.J. Lu2-5/+20
2015-07-27Regenerate configure filesH.J. Lu2-2/+6
2015-07-23Fix ubsan signed integer overflowAlan Modra2-3/+8
2015-07-22Fix memory operand size for vcvtt?ps2u?qq instructionsH.J. Lu2-4/+13
2015-07-16Updates the ARM disassembler's output of floating point constants to include ...Alessandro Marzocchi2-2/+40
2015-07-14Sync config/warnings.m4 with GCCH.J. Lu2-0/+16
2015-07-10Add missing changelog entriesAlan Modra1-0/+4
2015-07-03Remove ppc860, ppc750cl, ppc7450 insns from common ppc.Alan Modra3-5/+17
2015-07-01Opcodes and assembler support for Nios II R2Sandra Loosemore3-56/+952
2015-06-30Add support for monitorx/mwaitx instructionsAmit Pawar7-5301/+5462
2015-06-22PPC sync instruction accepts invalid and incompatible operandsPeter Bergner2-13/+48
2015-06-22Stop "objdump -d" from disassembling past a symbolic address.Nick Clifton7-6/+33
2015-06-19Allow for optional operands with non-zero default values.Peter Bergner3-26/+34