[all-commits] [llvm/llvm-project] 5abfec: [ARM][AArch64] Add Cortex-A78C Support for Clang a...
Mark Murray via All-commits
all-commits at lists.llvm.org
Tue Dec 29 02:29:14 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5abfeccf10bcbc0d673ece21ddd8d4ac4a0e7594
https://github.com/llvm/llvm-project/commit/5abfeccf10bcbc0d673ece21ddd8d4ac4a0e7594
Author: Mark Murray <mark.murray at arm.com>
Date: 2020-12-29 (Tue, 29 Dec 2020)
Changed paths:
M clang/test/Driver/aarch64-cpus.c
M llvm/include/llvm/Support/AArch64TargetParser.def
M llvm/include/llvm/Support/ARMTargetParser.def
M llvm/lib/Target/AArch64/AArch64.td
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.h
M llvm/lib/Target/ARM/ARM.td
M llvm/lib/Target/ARM/ARMSubtarget.cpp
M llvm/lib/Target/ARM/ARMSubtarget.h
M llvm/unittests/Support/TargetParserTest.cpp
Log Message:
-----------
[ARM][AArch64] Add Cortex-A78C Support for Clang and LLVM
This patch upstreams support for the Armv8-a Cortex-A78C
processor for AArch64 and ARM.
In detail:
Adding cortex-a78c as cpu option for aarch64 and arm targets in clang
Adding Cortex-A78C CPU name and ProcessorModel in llvm
Details of the CPU can be found here:
https://www.arm.com/products/silicon-ip-cpu/cortex-a/cortex-a78c
More information about the All-commits
mailing list