aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-28This patch adds support for Cortex-X1 for ARM.Przemyslaw Wirkus1-0/+3
2020-09-28arm: Add missing Neoverse V1 featureAlex Coplan1-1/+3
2020-09-24arm: Add support for Neoverse V1 CPUAlex Coplan1-0/+3
2020-09-24arm: Add support for Neoverse N2 CPUAlex Coplan1-0/+5
2020-09-15PR26610, ARM's "VFPv3 vldr to vmov" gas testcase failAlan Modra1-19/+20
2020-09-01PR26420, PR26421, PR26425, PR26427 UBSAN: tc-arm.c left shiftsAlan Modra1-78/+78
2020-08-25PR26426, ASAN: neon_quad tc-arm.c:15175Alan Modra1-0/+5
2020-08-24Remove "memory exhausted" messagesAlan Modra1-10/+9
2020-08-24gcc-4 -Og false positive "may be used uninitialised"Alan Modra1-6/+4
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-22/+23
2020-08-21Rearrange symbol_create parametersAlan Modra1-5/+5
2020-08-20Port gas/config/* to str_htab.Martin Liska1-59/+62
2020-08-12[PATCH] gas: arm: Fix IT-predicated MVE vcvtJoe Ramsay1-8/+10
2020-07-06Fix spelling mistakes in some of the binutils sub-directories.Nick Clifton1-1/+1
2020-06-25Stop the assembler from generating R_ARM_THM_JMP11 relocations as these are n...Nick Clifton1-0/+1
2020-06-08[PATCH] arm: Add DFB instruction for ARMv8-RAlex Coplan1-0/+7
2020-05-21Replace "if (x) free (x)" with "free (x)", gasAlan Modra1-6/+3