aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ARMTargetParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-05[ARM][TargetParser] Improve handling of dependencies between target featuresMomchil Velikov1-4/+7
2020-02-04[Support] Fix warnings in ARMTargetParser.cppReid Kleckner1-1/+1
2020-02-04[ARM] Make ARM::ArchExtKind use 64-bit underlying type, NFCIMikhail Maltsev1-16/+9
2020-01-09[ARM][MVE] MVE-I should not be disabled by -mfpu=noneMomchil Velikov1-2/+0
2019-09-17[ARM] VFPv2 only supports 16 D registers.Eli Friedman1-5/+3
2019-07-14[TargetParser][ARM] Account dependencies when processing target featuresAlexandros Lamprineas1-6/+20
2019-07-14[clang][Driver][ARM] Favor -mfpu over default CPU featuresAlexandros Lamprineas1-24/+6
2019-06-07[ARM] Fix bugs introduced by the fp64/d32 rework.Simon Tatham1-79/+55
2019-06-05[ARM] Allow "-march=foo+fp" to vary with fooSjoerd Meijer1-8/+71
2019-06-03[ARM] Fix recent breakage of -mfpu=none.Simon Tatham1-0/+1
2019-05-30[ARM] add target arch definitions for 8.1-M and MVESjoerd Meijer1-0/+7
2019-05-28[ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham1-17/+22
2019-05-14AArch64: support binutils-like things on arm64_32.Tim Northover1-2/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-28Fix build error due to missing cctype includeDavid Spickett1-0/+1
2018-11-28[ARM, AArch64] Move ARM/AArch64 target parsers intoDavid Spickett1-0/+576