aboutsummaryrefslogtreecommitdiff
path: root/opcodes/arm-dis.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-05arm: remove disassembly support for the FPA co-processorRichard Earnshaw1-196/+1
2024-05-14arm: opcodes: remove Maverick disassembly.Richard Earnshaw1-178/+1
2024-04-23arm: Fix MVE vmla encodingClaudio Bantaloukas1-1/+1
2024-04-09arm: Fix disassembly of MVE vq[r]shr[u]nAlex Coplan1-0/+4
2024-04-09arm: Refactor condition for print_mve_shift_nAlex Coplan1-10/+25
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-04-03opcodes/arm: adjust whitespace in cpsie instructionAndrew Burgess1-2/+2
2023-03-15Fix an illegal memory access when disassebling a corrupt ARM file.Nick Clifton1-5/+12
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-11-10[opcodes/arm] Fix potential null pointer dereferencesLuis Machado1-1/+5
2022-11-04opcodes/arm: silence compiler warning about uninitialized variable useAndrew Burgess1-1/+3
2022-11-01opcodes/arm: don't pass non-string literal to printf like functionAndrew Burgess1-2/+3
2022-11-01opcodes/arm: silence compiler warning about uninitialized variable useAndrew Burgess1-1/+3
2022-11-01opcodes/arm: add disassembler styling for armAndrew Burgess1-1002/+1630
2022-11-01opcodes/arm: use '@' consistently for the comment characterAndrew Burgess1-48/+48
2022-09-30PR29626, Segfault when disassembling ARM codeAlan Modra1-63/+61
2022-09-14ubsan: arm-dis.c index out of boundsAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-01arm: add armv9-a architecture to -marchPrzemyslaw Wirkus1-3/+2
2021-10-28ubsan: arm: undefined shiftAlan Modra1-1/+1
2021-09-13[gdb/tdep] Reset force_thumb in parse_arm_disassembler_optionsTom de Vries1-0/+1
2021-07-26PATCH [9/10] arm: add 'pacg' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+2
2021-07-26PATCH [8/10] arm: add 'autg' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+2
2021-07-26PATCH [7/10] arm: add 'bxaut' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+2
2021-07-26PATCH [4/10] arm: add 'pac' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+2
2021-07-26PATCH [3/10] arm: add 'aut' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+2
2021-07-26PATCH [2/10] arm: add 'pacbti' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+2
2021-07-26PATCH [1/10] arm: add 'bti' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+5
2021-05-17arm: Fix bugs with MVE vmov from two GPRs to vector lanesAlex Coplan1-2/+5
2021-04-01Remove strneq macro and use startswith.Martin Liska1-5/+0
2021-03-31Use bool in opcodesAlan Modra1-330/+330
2021-03-29TRUE/FALSE simplificationAlan Modra1-4/+4
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-7/+7
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-06-29C++ commentsAlan Modra1-3/+3
2020-06-08[PATCH] arm: Add DFB instruction for ARMv8-RAlex Coplan1-0/+8
2020-04-17[PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs.Fredrik Strupe1-10/+47
2020-02-10[binutils][arm] Implement Custom Datapath Extensions for MVEMatthew Malcomson1-0/+40
2020-02-10[binutils][arm] arm support for ARMv8.m Custom Datapath ExtensionMatthew Malcomson1-1/+209
2020-01-20ubsan: arm: out of bounds array accessAlan Modra1-1/+1
2020-01-16[binutils][arm] PR25376 Change MVE into a CORE_HIGH featureAndre Vieira1-232/+239
2020-01-13Add an option to objdump's disassembler to generate ascii art diagrams showin...Thomas Troeger1-3/+44
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-24ubsan: arm: shift exponent 32 is too large for 32-bit type 'unsigned int'Alan Modra1-3/+3
2019-12-18More signed overflow fixesAlan Modra1-3/+3
2019-11-22Arm: Change CRC from fpu feature to archititectural extensionMihail Ionescu1-12/+12
2019-11-12[binutils][arm] Update the decoding of MVE VMOV, VMVNMihail Ionescu1-6/+11
2019-11-07[Patch][binutils][arm] Armv8.6-A Matrix Multiply extension [9/10]Matthew Malcomson1-0/+14
2019-11-07[binutils][arm] BFloat16 enablement [4/X]Matthew Malcomson1-5/+30
2019-11-07[Patch][binutils][arm] Create a new generic coprocessor array [3/10]Matthew Malcomson1-51/+86