[all-commits] [llvm/llvm-project] c2c2cc: [ARM][AArch64] Adding Neoverse V1 CPU support
Lucas Duarte Prates via All-commits
all-commits at lists.llvm.org
Mon Nov 9 05:16:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c2c2cc13601374f987cb03dfc8ef841c64b14024
https://github.com/llvm/llvm-project/commit/c2c2cc13601374f987cb03dfc8ef841c64b14024
Author: Lucas Prates <lucas.prates at arm.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M clang/test/Driver/aarch64-cpus.c
M clang/test/Driver/arm-cortex-cpus.c
M llvm/include/llvm/MC/SubtargetFeature.h
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/test/CodeGen/AArch64/cpus.ll
M llvm/unittests/Support/TargetParserTest.cpp
Log Message:
-----------
[ARM][AArch64] Adding Neoverse V1 CPU support
Add support for the Neoverse V1 CPU to the ARM and AArch64 backends.
This is based on patches from Mark Murray and Victor Campos.
Reviewed By: dmgreen
Differential Revision: https://reviews.llvm.org/D90765
More information about the All-commits
mailing list