Age | Commit message (Expand) | Author | Files | Lines |
2019-02-07 | Arm: Backport hlt to all architectures. | Tamar Christina | 1 | -1/+2 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-18 | Include bfd_stdint.h in bfd.h | Alan Modra | 1 | -0/+1 |
2018-11-06 | [BINUTILS, ARM] Add Armv8.5-A to select_arm_features and update macros. | Sudakshina Das | 1 | -5/+5 |
2018-10-19 | Arm: Fix disassembler crashing on -b binary when thumb file and thumb not for... | Tamar Christina | 1 | -3/+8 |
2018-10-05 | [Arm, 2/3] Add instruction SB for AArch32 | Sudakshina Das | 1 | -0/+6 |
2018-07-11 | Adds the speculation barrier instructions to the ARM assembler and disassembler. | Sudakshina Das | 1 | -6/+10 |
2018-07-02 | GDB PR tdep/8282: MIPS: Wire in `set disassembler-options' | Maciej W. Rozycki | 1 | -5/+11 |
2018-07-02 | [ARM] Update bfd's Tag_CPU_arch knowledge | Thomas Preud'homme | 1 | -21/+50 |
2018-03-03 | opcodes error messages | Alan Modra | 1 | -2/+5 |
2018-02-27 | [ARM] Remove ARM_FEATURE_COPY macro | Thomas Preud'homme | 1 | -2/+2 |
2018-02-19 | [ARM] Fix bxns mask | Thomas Preud'homme | 1 | -1/+1 |
2018-01-09 | [Arm] Add CSDB instruction | James Greenhalgh | 1 | -0/+6 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-11-08 | Adds command line support for Armv8.4-A, via the new command line option -mar... | Jiong Wang | 1 | -0/+18 |
2017-08-09 | [ARM] Don't warn on REG_SP when used in CRC32 instructions | Jiong Wang | 1 | -11/+6 |
2017-07-04 | [Patch ARM] Support MVFR2 VFP Coprocessor register for ARMv8-A | Ramana Radhakrishnan | 1 | -0/+4 |
2017-06-28 | [ARM] Assembler and disassembler support Dot Product Extension | Jiong Wang | 1 | -0/+6 |
2017-06-14 | Don't use print_insn_XXX in GDB | Yao Qi | 1 | -1/+1 |
2017-06-14 | [opcodes][arm] Remove bogus entry added by accident in former patch | Andre Vieira | 1 | -2/+0 |
2017-05-02 | Fix value in comment of disassembled ARM type A opcodes. | Bernd Edlinger | 1 | -2/+2 |
2017-04-05 | -Wwrite-strings: Constify struct disassemble_info's disassembler_options field | Pedro Alves | 1 | -2/+2 |
2017-02-28 | GDB: Add support for the new set/show disassembler-options commands. | Peter Bergner | 1 | -95/+74 |
2017-01-18 | [ARM] Fix the decoding of indexed element VCMLA instruction | Szabolcs Nagy | 1 | -4/+4 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-16 | Fix compile time warning building arm-dis.c | Nick Clifton | 1 | -2/+2 |
2016-12-05 | [ARM] Add ARMv8.3 VCMLA and VCADD instructions | Szabolcs Nagy | 1 | -0/+28 |
2016-12-05 | [ARM] Add ARMv8.3 VJCVT instruction | Szabolcs Nagy | 1 | -0/+4 |
2016-10-06 | -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -0/+1 |
2016-08-26 | Add missing ARMv8-M special registers | Thomas Preud'homme | 1 | -14/+23 |
2016-06-30 | Fix typo in comment | Yao Qi | 1 | -1/+1 |
2016-06-07 | [ARM] Add command line option for RAS extension. | Matthew Wahab | 1 | -2/+2 |
2016-05-10 | Use getters/setters to access ARM branch type | Thomas Preud'homme | 1 | -4/+5 |
2016-05-10 | Add support for ARMv8-M security extensions instructions | Thomas Preud'homme | 1 | -1/+18 |
2016-04-05 | [ARM] Add ARMv8.2 FP16 vmul/vmla/vmls (by scalar) | Jiong Wang | 1 | -6/+18 |
2016-03-16 | [ARM] Support ARMv8.2 FP16 simd instructions | Jiong Wang | 1 | -23/+81 |
2016-02-24 | [OPCODES][ARM][1/3]Add armv8.2 fp16 instruction dissembler support. | Renlin Li | 1 | -4/+87 |
2016-02-24 | [OPCODES][ARM]Fix mask for a few coprocessor opcodes. | Renlin Li | 1 | -8/+8 |
2016-02-24 | [OPCODE][ARM]Correct disassembler for cdp/cdp2, mcr/mcr2, mrc/mrc2, ldc/ldc2,... | Renlin Li | 1 | -0/+23 |
2016-01-25 | [PATCH[ARM]Check mapping symbol while backward searching for IT block. | Renlin Li | 1 | -3/+78 |
2016-01-12 | [ARM] Support ARMv8.2 RAS extension. | Matthew Wahab | 1 | -0/+8 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-24 | Add assembler support for ARMv8-M Baseline | Thomas Preud'homme | 1 | -13/+15 |
2015-12-24 | Add assembler support for ARMv8-M Mainline | Thomas Preud'homme | 1 | -12/+18 |
2015-12-02 | Fix ldah being disassembled as ldaexh | Andre Vieira | 1 | -1/+1 |
2015-11-23 | opcodes: handle mach-o for thumb/arm disambiguation. | Tristan Gingold | 1 | -0/+8 |
2015-08-13 | Fixes for unpredictable nops and 26-bit versions of teq,tst,cmn,cmp. | Andre Vieira | 1 | -3/+11 |
2015-08-12 | Remove trailing spaces in opcodes | H.J. Lu | 1 | -57/+57 |
2015-07-16 | Updates the ARM disassembler's output of floating point constants to include ... | Alessandro Marzocchi | 1 | -2/+33 |
2015-06-16 | Fixes a compile time warnng about left shifting a negative value. | Szabolcs Nagy | 1 | -1/+1 |