summaryrefslogtreecommitdiff
path: root/opcodes/arm-dis.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-11-08Adds command line support for Armv8.4-A, via the new command line option -mar...Jiong Wang
2017-08-09[ARM] Don't warn on REG_SP when used in CRC32 instructionsJiong Wang
2017-07-04[Patch ARM] Support MVFR2 VFP Coprocessor register for ARMv8-ARamana Radhakrishnan
2017-06-28[ARM] Assembler and disassembler support Dot Product ExtensionJiong Wang
2017-06-14Don't use print_insn_XXX in GDBYao Qi
2017-06-14[opcodes][arm] Remove bogus entry added by accident in former patchAndre Vieira
2017-05-02Fix value in comment of disassembled ARM type A opcodes.Bernd Edlinger
2017-04-05-Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner
2017-01-18[ARM] Fix the decoding of indexed element VCMLA instructionSzabolcs Nagy
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-12-16Fix compile time warning building arm-dis.cNick Clifton
2016-12-05[ARM] Add ARMv8.3 VCMLA and VCADD instructionsSzabolcs Nagy
2016-12-05[ARM] Add ARMv8.3 VJCVT instructionSzabolcs Nagy
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra
2016-08-26Add missing ARMv8-M special registersThomas Preud'homme
2016-06-30Fix typo in commentYao Qi
2016-06-07[ARM] Add command line option for RAS extension.Matthew Wahab
2016-05-10Use getters/setters to access ARM branch typeThomas Preud'homme
2016-05-10Add support for ARMv8-M security extensions instructionsThomas Preud'homme
2016-04-05[ARM] Add ARMv8.2 FP16 vmul/vmla/vmls (by scalar)Jiong Wang
2016-03-16[ARM] Support ARMv8.2 FP16 simd instructionsJiong Wang
2016-02-24[OPCODES][ARM][1/3]Add armv8.2 fp16 instruction dissembler support.Renlin Li
2016-02-24[OPCODES][ARM]Fix mask for a few coprocessor opcodes.Renlin Li
2016-02-24[OPCODE][ARM]Correct disassembler for cdp/cdp2, mcr/mcr2, mrc/mrc2, ldc/ldc2,...Renlin Li
2016-01-25[PATCH[ARM]Check mapping symbol while backward searching for IT block.Renlin Li
2016-01-12[ARM] Support ARMv8.2 RAS extension.Matthew Wahab
2016-01-01Copyright update for binutilsAlan Modra
2015-12-24Add assembler support for ARMv8-M BaselineThomas Preud'homme
2015-12-24Add assembler support for ARMv8-M MainlineThomas Preud'homme
2015-12-02Fix ldah being disassembled as ldaexhAndre Vieira
2015-11-23opcodes: handle mach-o for thumb/arm disambiguation.Tristan Gingold
2015-08-13Fixes for unpredictable nops and 26-bit versions of teq,tst,cmn,cmp.Andre Vieira
2015-08-12Remove trailing spaces in opcodesH.J. Lu
2015-07-16Updates the ARM disassembler's output of floating point constants to include ...Alessandro Marzocchi
2015-06-16Fixes a compile time warnng about left shifting a negative value.Szabolcs Nagy
2015-06-02[ARM] Support for ARMv8.1 Adv.SIMD extensionMatthew Wahab
2015-06-02[ARM] Add support for ARMv8.1 PAN extensionMatthew Wahab
2015-06-02[ARM] Rework CPU feature selection in the disassemblerMatthew Wahab
2015-04-15[ARM] Disassembles SSAT and SSAT16 instructions incorrectly for Thumb-2Renlin Li
2015-03-24Extend arm_feature_set struct to provide more bitsTerry Guo
2015-03-03[ARM] Skip private symbol when doing objdumpJiong Wang
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-08-22ARM/opcodes: Fix negative hexadecimal offset disassemblyMaciej W. Rozycki
2014-03-05Update copyright yearsAlan Modra
2013-10-15Fix neon vshll disassembly.Ramana Radhakrishnan
2013-09-04 PR gas/15914Nick Clifton
2013-03-11Add support for AArch32 CRC instruction in ARMv8.Kyrylo Tkachov
2013-02-112013-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Richard Earnshaw