aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-11-14[gas] arm: Add support for new unwinder directive ".pacspval".Srinath Parvathaneni1-0/+17
2022-11-14arm: Add support for Cortex-X1C CPU.Srinath Parvathaneni1-0/+3
2022-08-24gas: arm: handle multiple .directives on a single line (PR29519)Richard Earnshaw1-20/+44
2022-08-02arm: Add cfi expression support for ra_auth_codeVictor Do Nascimento1-0/+4
2022-08-02arm: Use DWARF numbering convention for pseudo-register representationVictor Do Nascimento1-67/+92
2022-07-09gas: rename md_end to md_finishAlan Modra1-1/+1
2022-07-09gas: arm -mwarn-syms duplicatesAlan Modra1-5/+2
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra1-21/+7
2022-05-26 arm: avoid use of GNU builtin function in s_arm_unwind_save_mixedRichard Earnshaw1-40/+17
2022-05-19arm: Fix system register fpcxt_ns and fpcxt_s naming convention.Srinath Parvathaneni1-3/+11
2022-05-18arm: Add unwind support for mixed register listsVictor Do Nascimento1-33/+84
2022-04-07Arm32: arrange for line number emission for .instJan Beulich1-0/+2
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-16arm: Add support for Armv9.1-A to Armv9.3-ARichard Sandiford1-1/+11
2021-12-16arm: Add support for Armv8.7-A and Armv8.8-ARichard Sandiford1-0/+7
2021-11-10arm: enable Cortex-A710 CPUPrzemyslaw Wirkus1-0/+5
2021-11-01arm: add armv9-a architecture to -marchPrzemyslaw Wirkus1-3/+20
2021-10-28ARM assembler: Allow up to 32 single precision registers in the VPUSH and VPO...Markus Klein1-17/+23
2021-10-28arm: add unwinder encoding support for PACBTITejas Belagod1-5/+57
2021-09-30arm: enable Cortex-R52+ CPUPrzemyslaw Wirkus1-0/+3
2021-08-17PATCH [4/4] arm: Add Tag_PACRET_use build attributeAndrea Corallo1-0/+1
2021-08-17PATCH [3/4] arm: Add Tag_BTI_use build attributeAndrea Corallo1-0/+1
2021-08-17PATCH [2/4] arm: Add Tag_BTI_extension build attributeAndrea Corallo1-0/+1
2021-08-17PATCH [1/4] arm: Add Tag_PAC_extension build attributeAndrea Corallo1-0/+1
2021-08-11Arm32: leave more .bfloat16 processing to common codeJan Beulich1-46/+3
2021-07-26PATCH [10/10] arm: Alias 'ra_auth_code' to r12 for pacbti.Andrea Corallo1-0/+3
2021-07-26PATCH [9/10] arm: add 'pacg' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+14
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/+14
2021-07-26PATCH [6/10] arm: Add -march=armv8.1-m.main+pacbti flagAndrea Corallo1-0/+4
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/+22
2021-07-26PATCH [1/10] arm: add 'bti' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+1
2021-06-10arm: avoid "shadowing" of glibc function nameJan Beulich1-16/+16
2021-06-10arm: fix array-out-of-bounds upon register parsing errorJan Beulich1-1/+2
2021-05-25Arm: Fix forward thumb references [PR gas/25235]Tamar Christina1-1/+10
2021-05-17arm: Fix bugs with MVE vmov from two GPRs to vector lanesAlex Coplan1-2/+2
2021-04-01Use startswith in gas subfolder.Martin Liska1-12/+11
2021-03-31Use bool in gasAlan Modra1-428/+428
2021-03-29gas int vs bfd_boolean fixesAlan Modra1-1/+1
2021-02-26Correct an error message in the ARM assembler.Nick Clifton1-1/+1
2021-02-09Remove arm-symbianelfAlan Modra1-5/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-16arm: Add support for Cortex-A78CPrzemyslaw Wirkus1-0/+3
2020-11-13gas, arm: PR26858 Fix availability of single precision vmul/vmla in arm modeAndre Vieira1-2/+2
2020-10-22arm: Fix the wrong error message string for mve vldr/vstr (PR26763).Srinath Parvathaneni1-1/+9
2020-10-05[PATCH][GAS][arm] Update Cortex-X1 feature flagsPrzemyslaw Wirkus1-1/+1
2020-10-02arm: add support for Cortex-A78 and Cortex-A78AEPrzemyslaw Wirkus1-0/+6