summaryrefslogtreecommitdiff
path: root/opcodes
Commit message (Expand)AuthorAgeFilesLines
* Add missing changelog entriesAndreas Krebbel2015-10-141-0/+7
* S/390: Fix instruction type of troo, trot, trto, and trtt.Andreas Krebbel2015-10-142-5/+5
* Fix compile time warning compiling ARC port.Nick Clifton2015-10-082-1/+6
* Avoid using 'template' C++ keywordYao Qi2015-10-073-3/+9
* New ARC implementation.Nick Clifton2015-10-079-2824/+21958
* [aarch64] expose disas_aarch64_insn and rename it to aarch64_decode_insnYao Qi2015-10-022-4/+12
* [aarch64] Remove argument pc from disas_aarch64_insnYao Qi2015-10-022-3/+7
* Add support for extensions in the .machine pseudoop on S/390, e.g. ".machine ...Dominik Vogt2015-09-293-508/+522
* Updare French translation for binutils and German translation for opcodes.Nick Clifton2015-09-282-3/+7
* Patches for illegal ppc 500 instructionsTom Rix2015-09-282-7/+11
* The FT32's disassembly of 10-bit literals has the incorrect mask.jamesbowman2015-09-251-1/+1
* Fix compile time warnings generated when compiling with clang.Nick Clifton2015-09-2311-44/+50
* Enhance the RX disassembler to detect and report bad instructions.Nick Clifton2015-09-224-28/+57
* opcodes/ppc-opc.c: Add dscr and ctrl SPR mnemonicsAnton Blanchard2015-09-222-0/+8
* S/390: Fix instruction format of crj*, clrj*, and clgrj*.Andreas Krebbel2015-09-101-3/+3
* S/390: Remove F_20 and FE_20. Adjust comments.Andreas Krebbel2015-09-101-70/+66
* S/390: Fix MASK_RIE_R0PI and MASK_RIE_R0PU.Andreas Krebbel2015-09-101-2/+2
* S/390: Remove trailing zeros on 4-bytes opcodes.Andreas Krebbel2015-09-092-7/+9
* S/390: Fix opcode of ppno.Andreas Krebbel2015-09-091-1/+1
* Support for the sparc %pmcdper privileged register.Jose E. Marchesi2015-08-252-2/+11
* Fix the partial disassembly of a broken three byte instruction at the end of ...Jan Stancek2015-08-242-2/+8
* PR binutils/18257: Properly decode x86/Intel mask instructions.Alexander Fomin2015-08-212-59/+450
* Trailing space in opcodes/ generated filesAlan Modra2015-08-175-845/+835
* Fixes for unpredictable nops and 26-bit versions of teq,tst,cmn,cmp.Andre Vieira2015-08-132-3/+19
* [MIPS] Map 'move' to 'or'.Simon Dardis2015-08-123-3/+8
* Remove trailing spaces in opcodesH.J. Lu2015-08-12137-4012/+4012
* Fix the disassembly of the AArch64 SIMD EXT instruction.Nick Clifton2015-08-112-1/+7
* Add SIGRIE instruction for MIPS R6Robert Suchanek2015-08-102-0/+5
* Remove CpuFMA4 support from CPU_ZNVER1_FLAGS.Amit Pawar2015-08-073-2/+7
* Properly disassemble movnti in Intel modeH.J. Lu2015-07-302-5/+20
* Regenerate configure filesH.J. Lu2015-07-272-2/+6
* Fix ubsan signed integer overflowAlan Modra2015-07-232-3/+8
* Fix memory operand size for vcvtt?ps2u?qq instructionsH.J. Lu2015-07-222-4/+13
* Updates the ARM disassembler's output of floating point constants to include ...Alessandro Marzocchi2015-07-162-2/+40
* Sync config/warnings.m4 with GCCH.J. Lu2015-07-142-0/+16
* Add missing changelog entriesAlan Modra2015-07-101-0/+4
* Remove ppc860, ppc750cl, ppc7450 insns from common ppc.Alan Modra2015-07-033-5/+17
* Opcodes and assembler support for Nios II R2Sandra Loosemore2015-07-013-56/+952
* Add support for monitorx/mwaitx instructionsAmit Pawar2015-06-307-5301/+5462
* PPC sync instruction accepts invalid and incompatible operandsPeter Bergner2015-06-222-13/+48
* Stop "objdump -d" from disassembling past a symbolic address.Nick Clifton2015-06-227-6/+33
* Allow for optional operands with non-zero default values.Peter Bergner2015-06-193-26/+34
* [AArch64] Support id_mmfr4 system registerMatthew Wahab2015-06-162-0/+5
* Fixes a compile time warnng about left shifting a negative value.Szabolcs Nagy2015-06-162-1/+5
* Remove unused MTMSRD_L macro and re-add accidentally deleted comment.Peter Bergner2015-06-122-2/+7
* Add hwsync extended mnemonic.Peter Bergner2015-06-041-0/+1
* Fixes the check for emulated MSP430 instrucrtions that take no operands.Nick Clifton2015-06-042-1/+6
* [ARM] Support for ARMv8.1 Adv.SIMD extensionMatthew Wahab2015-06-021-0/+19
* [ARM] Add support for ARMv8.1 PAN extensionMatthew Wahab2015-06-022-0/+10
* [ARM] Rework CPU feature selection in the disassemblerMatthew Wahab2015-06-022-29/+31