aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Expand)AuthorFilesLines
2014-07-01Add support for the AVR Tiny series of microcontrollers.Barney Stratford2-2/+26
2014-06-26Fix a compile time warning on 32-bit hosts.Philippe De Muyter2-3/+8
2014-06-12Whitespace fixes for cpu/or1k.opcAlan Modra9-136/+140
2014-06-10Only print prefixes before fwaitH.J. Lu2-2/+10
2014-06-07Allow both signed and unsigned fields in PowerPC cmpli insnAlan Modra2-5/+12
2014-06-05Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker4-4/+16
2014-06-03Fix the disassembly of MSP430 extended index addressing mode.Nick Clifton2-11/+16
2014-06-02This fixes a thinko in the LEON support recently added to the assembler.Eric Botcazou2-2/+7
2014-05-20Remove unnecessary header from m68k-dis.cAlan Modra2-2/+4
2014-05-09Properly display extra data/address size prefixesH.J. Lu2-55/+22
2014-05-08or1k: add support for l.swa/l.lwa atomic instructionsStefan Kristiansson6-46/+122
2014-05-07Add MIPS r3 and r5 support.Andrew Bennett3-2/+55
2014-05-07Fix an issue with "Rearrange MIPS INSN* masks" patch.Andrew Bennett2-3/+5
2014-05-05Properly handle multiple opcode prefixesH.J. Lu2-114/+161
2014-05-02Use sigsetjmp/siglongjmp in opcodesH.J. Lu11-18/+110
2014-05-01Handle prefixes before fwaitH.J. Lu2-1/+12
2014-04-26Regenerate files for openrisk -> or1k changeAlan Modra2-9/+9
2014-04-23Add support for the MIPS eXtended Physical Address (XPA) ASE.Andrew Bennett3-4/+40
2014-04-22Remove support for the (deprecated) openrisc and or32 configurations and replaceChristian Svensson20-3851/+5200
2014-04-04Add support for Intel SGX instructionsIlya Tocar7-3852/+3910
2014-04-02Add new sign-extension instructions to moxie portAnthony Green2-2/+7
2014-03-26[AArch64 disassembler] Add missing checks of undefine encodings onYufeng Zhang2-3/+14
2014-03-20Fix memory size for gather/scatter instructionsIlya Tocar5-27/+60
2014-03-19This patch adds support for the hyperprivileged registers %hstick_offsetJose E. Marchesi2-1/+6
2014-03-19Fix typo in changelog entry.Nick Clifton1-1/+1
2014-03-19Fix RX gas testsuite failures by accounting for new variations in the disasse...Nick Clifton3-614/+627
2014-03-12autoreconfAlan Modra2-1/+5
2014-03-05Update copyright yearsAlan Modra263-394/+270
2014-03-04Fix changelog formatting in last commit -- sorryRichard Sandiford1-1/+1
2014-03-04bfd/Richard Sandiford2-1/+5
2014-03-04opcodes/Richard Sandiford2-66/+71
2014-03-03Fix various copyright issuesAlan Modra2-2/+5
2014-02-28Regenerate opcodes/msp430-decode.cAlan Modra2-157/+179
2014-02-27opcodes/Yufeng Zhang2-10/+15
2014-02-27opcodes/Yufeng Zhang2-2/+10
2014-02-25Remove bogus vcvtps2ph variant.Ilya Tocar3-20/+6
2014-02-21Add support for CPUID PREFETCHWT1Ilya Tocar6-3854/+3880
2014-02-20Change cpu for vptestnmd and vptestnmq instructions.Ilya Tocar3-36/+41
2014-02-19Don't output trailing spaceH.J. Lu4-41865/+41882
2014-02-12Add clflushopt, xsaves, xsavec, xrstorsIlya Tocar7-3847/+4028
2014-02-10binutils potfiles regenAlan Modra3-120/+106
2014-01-30Fix shift for AVX512F gather/scatter instructionsMichael Zolotukhin2-3/+8
2014-01-09Fix buffer underrun in i386-dis.c.Roland McGrath2-1/+7
2014-01-08Update copyright year to 2014H.J. Lu2-2/+6
2014-01-08New Year - binutils ChangeLog rotationH.J. Lu2-1352/+1366
2014-01-06* nds32-asm.c (parse_operand): Fix out-of-range integer constant.Maciej W. Rozycki2-1/+5
2013-12-18Add system register and embedded debug register support.Kuan-Lin Chen3-6/+147
2013-12-17Properly handle ljmp/lcall with invalid MODRM byteMichael Zolotukhin2-2/+19
2013-12-16Add support to show the symbolic names of the MIPS CP1 registers.Andrew Bennett2-39/+115
2013-12-16Range of element index is too large on MIPS MSA element selection instructions.Andrew Bennett3-56/+67