| Commit message (Expand) | Author | Age | Files | Lines |
* | Add hwsync extended mnemonic. | Peter Bergner | 2015-06-04 | 1 | -0/+1 |
* | Fixes the check for emulated MSP430 instrucrtions that take no operands. | Nick Clifton | 2015-06-04 | 2 | -1/+6 |
* | [ARM] Support for ARMv8.1 Adv.SIMD extension | Matthew Wahab | 2015-06-02 | 1 | -0/+19 |
* | [ARM] Add support for ARMv8.1 PAN extension | Matthew Wahab | 2015-06-02 | 2 | -0/+10 |
* | [ARM] Rework CPU feature selection in the disassembler | Matthew Wahab | 2015-06-02 | 2 | -29/+31 |
* | [AArch64] Support for ARMv8.1a Adv.SIMD instructions | Matthew Wahab | 2015-06-02 | 5 | -1249/+1359 |
* | [AArch64] Support for ARMv8.1a Limited Ordering Regions extension | Matthew Wahab | 2015-06-02 | 5 | -401/+478 |
* | [AArch64][libopcode] Add support for PAN architecture extension | Matthew Wahab | 2015-06-01 | 2 | -0/+46 |
* | x86/Intel: fix i386_optab[] for vcvt{,u}si2s{d,s} | Jan Beulich | 2015-06-01 | 2 | -6/+10 |
* | x86/Intel: disassemble vcvt{,u}si2s{d,s} with correct operand order | Jan Beulich | 2015-06-01 | 2 | -0/+12 |
* | x86/Intel: accept mandated operand order for vcvt{,u}si2s{d,s} | Jan Beulich | 2015-06-01 | 3 | -0/+143 |
* | Remove Disp32 from AMD64 direct call/jmp | H.J. Lu | 2015-05-18 | 3 | -4/+9 |
* | Support AMD64/Intel ISAs in assembler/disassembler | H.J. Lu | 2015-05-15 | 7 | -5296/+5387 |
* | Fix some PPC assembler errors. | Peter Bergner | 2015-05-14 | 2 | -3/+15 |
* | Add missing ChangeLog entries for PR binutis/18386 | H.J. Lu | 2015-05-13 | 1 | -0/+13 |
* | Remove Disp16|Disp32 from 64-bit direct branches | H.J. Lu | 2015-05-11 | 3 | -5/+26 |
* | Add Intel MCU support to opcodes | H.J. Lu | 2015-05-11 | 8 | -5817/+5853 |
* | Ignore 0x66 prefix for call/jmp/jcc in 64-bit mode | H.J. Lu | 2015-05-09 | 1 | -10/+40 |
* | Make RL78 disassembler and simulator respect ISA for mul/div | DJ Delorie | 2015-04-30 | 5 | -447/+509 |
* | Updated translations for various binutils components. | Nick Clifton | 2015-04-29 | 2 | -481/+708 |
* | opcodes/ | Peter Bergner | 2015-04-27 | 2 | -12/+34 |
* | S/390: Fixes for z13 instructions. | Andreas Krebbel | 2015-04-27 | 3 | -5/+13 |
* | x86: disambiguate disassembly of certain AVX512 insns | Jan Beulich | 2015-04-23 | 3 | -13/+52 |
* | Remove the unused PREFIX_UD_XXX | H.J. Lu | 2015-04-15 | 2 | -6/+9 |
* | Check dp->prefix_requirement instead | H.J. Lu | 2015-04-15 | 2 | -5/+7 |
* | Handle invalid prefixes for rdrand and rdseed | H.J. Lu | 2015-04-15 | 2 | -5/+35 |
* | Replace mandatory_prefix with prefix_requirement | H.J. Lu | 2015-04-15 | 2 | -310/+349 |
* | [ARM] Disassembles SSAT and SSAT16 instructions incorrectly for Thumb-2 | Renlin Li | 2015-04-15 | 2 | -2/+14 |
* | x86: Use individual prefix control for each opcode. | Ilya Tocar | 2015-04-06 | 3 | -1914/+1941 |
* | opcodes: d10v: fix old style prototype | Mike Frysinger | 2015-03-30 | 2 | -1/+5 |
* | Add the missing opcodes/ChangeLog entry | H.J. Lu | 2015-03-29 | 1 | -0/+4 |
* | Regenerate opcodes/Makefile.in | H.J. Lu | 2015-03-29 | 1 | -1/+0 |
* | powerpc: Only initialise opcode indices once | Anton Blanchard | 2015-03-26 | 2 | -25/+34 |
* | powerpc: Add slbfee. instruction | Anton Blanchard | 2015-03-26 | 2 | -0/+6 |
* | Extend arm_feature_set struct to provide more bits | Terry Guo | 2015-03-24 | 2 | -1294/+2543 |
* | Add znver1 processor | Ganesh Gopalasubramanian | 2015-03-17 | 7 | -5283/+5339 |
* | MIPS: Fix constraint issues with the R6 beqc and bnec instructions | Andrew Bennett | 2015-03-13 | 2 | -2/+7 |
* | Add support for MIPS R6 evp and dvp instructions. | Andrew Bennett | 2015-03-13 | 2 | -0/+8 |
* | S/390: Add more IBM z13 instructions | Andreas Krebbel | 2015-03-10 | 3 | -0/+30 |
* | [AARCH64] Remove Load/Store register (unscaled immediate) alias. | Jiong Wang | 2015-03-10 | 5 | -490/+439 |
* | [ARM] Skip private symbol when doing objdump | Jiong Wang | 2015-03-03 | 2 | -2/+9 |
* | [SH] Fix clrs, sets, pref insn arch memberships. | Oleg Endo | 2015-02-25 | 2 | -3/+10 |
* | Adds a space between the operands of the RL78's MOV instruction for consisten... | Vinay | 2015-02-23 | 3 | -8/+14 |
* | Wrap a few opcodes headers in extern "C" for C++ | Pedro Alves | 2015-02-19 | 2 | -0/+12 |
* | Fixes a problem with the RL78 disassembler which would incorrectly disassembl... | Nick Clifton | 2015-02-11 | 3 | -93/+93 |
* | opcodes/microblaze: Rename 'or', 'and', 'xor' to avoid C++ conflict | Pedro Alves | 2015-02-10 | 3 | -4/+13 |
* | NDS32: Set branch instruction to relaxable. | Kuan-Lin Chen | 2015-01-29 | 1 | -1/+2 |
* | FT32 initial support | Alan Modra | 2015-01-28 | 9 | -0/+292 |
* | NDS32/opcodes: Add new system registers. | Kuan-Lin Chen | 2015-01-28 | 2 | -2/+14 |
* | S/390: Add support for IBM z13. | Andreas Krebbel | 2015-01-16 | 5 | -530/+1203 |