[all-commits] [llvm/llvm-project] c4d851: [ARM][AAarch64] Initial command-line support for v...
Lucas Duarte Prates via All-commits
all-commits at lists.llvm.org
Thu Dec 17 05:51:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c4d851b079037e9b7dd3f8613dd1c8a4f3db99fa
https://github.com/llvm/llvm-project/commit/c4d851b079037e9b7dd3f8613dd1c8a4f3db99fa
Author: Lucas Prates <lucas.prates at arm.com>
Date: 2020-12-17 (Thu, 17 Dec 2020)
Changed paths:
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/Basic/Targets/AArch64.h
M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
M clang/test/Driver/aarch64-cpus.c
A clang/test/Driver/aarch64-ls64.c
M llvm/include/llvm/Support/AArch64TargetParser.def
M llvm/include/llvm/Support/AArch64TargetParser.h
M llvm/lib/Support/AArch64TargetParser.cpp
M llvm/lib/Support/ARMTargetParser.cpp
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
M llvm/unittests/Support/TargetParserTest.cpp
Log Message:
-----------
[ARM][AAarch64] Initial command-line support for v8.7-A
This introduces command-line support for the 'armv8.7-a' architecture name
(and an alias without the '-', as usual), and for the 'ls64' extension name.
Based on patches written by Simon Tatham.
Reviewed By: ostannard
Differential Revision: https://reviews.llvm.org/D91776
More information about the All-commits
mailing list