summaryrefslogtreecommitdiff
path: root/opcodes/arm-dis.c
Commit message (Expand)AuthorAgeFilesLines
* opcodes/arm: adjust whitespace in cpsie instructionAndrew Burgess2023-04-031-2/+2
* Fix an illegal memory access when disassebling a corrupt ARM file.Nick Clifton2023-03-151-5/+12
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* [opcodes/arm] Fix potential null pointer dereferencesLuis Machado2022-11-101-1/+5
* opcodes/arm: silence compiler warning about uninitialized variable useAndrew Burgess2022-11-041-1/+3
* opcodes/arm: don't pass non-string literal to printf like functionAndrew Burgess2022-11-011-2/+3
* opcodes/arm: silence compiler warning about uninitialized variable useAndrew Burgess2022-11-011-1/+3
* opcodes/arm: add disassembler styling for armAndrew Burgess2022-11-011-1002/+1630
* opcodes/arm: use '@' consistently for the comment characterAndrew Burgess2022-11-011-48/+48
* PR29626, Segfault when disassembling ARM codeAlan Modra2022-09-301-63/+61
* ubsan: arm-dis.c index out of boundsAlan Modra2022-09-141-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* arm: add armv9-a architecture to -marchPrzemyslaw Wirkus2021-11-011-3/+2
* ubsan: arm: undefined shiftAlan Modra2021-10-281-1/+1
* [gdb/tdep] Reset force_thumb in parse_arm_disassembler_optionsTom de Vries2021-09-131-0/+1
* PATCH [9/10] arm: add 'pacg' instruction for Armv8.1-M pacbti extensionAndrea Corallo2021-07-261-0/+2
* PATCH [8/10] arm: add 'autg' instruction for Armv8.1-M pacbti extensionAndrea Corallo2021-07-261-0/+2
* PATCH [7/10] arm: add 'bxaut' instruction for Armv8.1-M pacbti extensionAndrea Corallo2021-07-261-0/+2
* PATCH [4/10] arm: add 'pac' instruction for Armv8.1-M pacbti extensionAndrea Corallo2021-07-261-0/+2
* PATCH [3/10] arm: add 'aut' instruction for Armv8.1-M pacbti extensionAndrea Corallo2021-07-261-0/+2
* PATCH [2/10] arm: add 'pacbti' instruction for Armv8.1-M pacbti extensionAndrea Corallo2021-07-261-0/+2
* PATCH [1/10] arm: add 'bti' instruction for Armv8.1-M pacbti extensionAndrea Corallo2021-07-261-0/+5
* arm: Fix bugs with MVE vmov from two GPRs to vector lanesAlex Coplan2021-05-171-2/+5
* Remove strneq macro and use startswith.Martin Liska2021-04-011-5/+0
* Use bool in opcodesAlan Modra2021-03-311-330/+330
* TRUE/FALSE simplificationAlan Modra2021-03-291-4/+4
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-7/+7
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* C++ commentsAlan Modra2020-06-291-3/+3
* [PATCH] arm: Add DFB instruction for ARMv8-RAlex Coplan2020-06-081-0/+8
* [PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs.Fredrik Strupe2020-04-171-10/+47
* [binutils][arm] Implement Custom Datapath Extensions for MVEMatthew Malcomson2020-02-101-0/+40
* [binutils][arm] arm support for ARMv8.m Custom Datapath ExtensionMatthew Malcomson2020-02-101-1/+209
* ubsan: arm: out of bounds array accessAlan Modra2020-01-201-1/+1
* [binutils][arm] PR25376 Change MVE into a CORE_HIGH featureAndre Vieira2020-01-161-232/+239
* Add an option to objdump's disassembler to generate ascii art diagrams showin...Thomas Troeger2020-01-131-3/+44
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* ubsan: arm: shift exponent 32 is too large for 32-bit type 'unsigned int'Alan Modra2019-12-241-3/+3
* More signed overflow fixesAlan Modra2019-12-181-3/+3
* Arm: Change CRC from fpu feature to archititectural extensionMihail Ionescu2019-11-221-12/+12
* [binutils][arm] Update the decoding of MVE VMOV, VMVNMihail Ionescu2019-11-121-6/+11
* [Patch][binutils][arm] Armv8.6-A Matrix Multiply extension [9/10]Matthew Malcomson2019-11-071-0/+14
* [binutils][arm] BFloat16 enablement [4/X]Matthew Malcomson2019-11-071-5/+30
* [Patch][binutils][arm] Create a new generic coprocessor array [3/10]Matthew Malcomson2019-11-071-51/+86
* Add support for the MVE VMOV instruction to the ARM assembler. This instruct...Srinath Parvathaneni2019-08-271-0/+23
* Modify the ARM encoding and decoding of SQRSHRL and UQRSHLL MVE instructions.Srinath Parvathaneni2019-08-121-4/+10
* Removes support in the ARM assembler for the unsigned variants of the VQ(R)DM...Barnaby Wilks2019-08-051-4/+4
* This patch addresses the change in the June Armv8.1-M Mainline specification,...Barnaby Wilks2019-07-221-4/+0
* arm-dis.c (print_insn_coprocessor): Rename index to index_operand.Hans-Peter Nilsson2019-07-101-5/+5
* Remove an unnecessary set of parentheses in the arm-dis.c source file.Alan Hayward2019-06-041-1/+1