summaryrefslogtreecommitdiff
path: root/llvm/lib/TargetParser/ARMTargetParser.cpp
AgeCommit message (Expand)Author
2025-08-05ARM: Remove CPU from computeTargetABI (#151983)Matt Arsenault
2025-07-15Remove Native Client support (#133661)Brad Smith
2025-06-23ARM: Move ABI enum from TargetMachine to TargetParser (#144725)Matt Arsenault
2025-04-15[ARM][Clang] Make `+nosimd` functional for AArch32 Targets (#130623)Jack Styles
2025-02-04[ARM] Ensure FPU Selection can select mode correctly (#124935)Jack Styles
2024-10-14[LLVM] [Clang] Support for Gentoo `*t64` triples (64-bit time_t ABIs) (#111302)Michał Górny
2024-10-04[ARM][AArch64] Introduce the Armv9.6-A architecture version (#110825)Jonathan Thackray
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata
2024-02-19Revert "[ARM] __ARM_ARCH macro definition fix (#81493)"Tomas Matheson
2024-02-13[ARM] __ARM_ARCH macro definition fix (#81493)James Westwood
2024-01-23[ARM] Introduce the v9.5-A architecture version to Arm targets (#78994)Lucas Duarte Prates
2024-01-17 [llvm] Teach MachO about XROS (#78373)Cyndy Ishida
2023-12-25[llvm] Use StringRef::consume_front (NFC)Kazu Hirata
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-10-22[Clang][OHOS] Keep ARM ABI selection logic in sync between Clang and LLVM (#6...Brad Smith
2023-10-19[ARM] fix "+fp.dp" in multilib selection (#67412)Dominik Wójt
2023-10-09[Driver] Hook up Haiku ARM support (#67222)Brad Smith
2023-09-22[clang] Enable descriptions for --print-supported-extensions (#66715)Balint Cristian
2023-09-13[clang][ARM] Enable --print-supported-extensions for ARM (#66083)David Spickett
2023-03-16[ARM][NFC] Use FPUKind enum instead of unsignedMichael Platings
2023-03-10[Driver][FreeBSD] Simplify ARM handlingBrad Smith
2023-02-27[OHOS] Add support for OpenHarmonyPavel Kosov
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott