[all-commits] [llvm/llvm-project] 2db4cf: clang support for Armv8.8/9.3 HBC
tmatheson-arm via All-commits
all-commits at lists.llvm.org
Wed Jan 12 14:07:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2db4cf5962ded48c7a5c3ec3c6051f64c8e7e376
https://github.com/llvm/llvm-project/commit/2db4cf5962ded48c7a5c3ec3c6051f64c8e7e376
Author: Tomas Matheson <tomas.matheson at arm.com>
Date: 2022-01-12 (Wed, 12 Jan 2022)
Changed paths:
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/Basic/Targets/AArch64.h
A clang/test/Driver/aarch64-hbc.c
M llvm/include/llvm/Support/AArch64TargetParser.def
M llvm/include/llvm/Support/AArch64TargetParser.h
M llvm/lib/Support/AArch64TargetParser.cpp
M llvm/unittests/Support/TargetParserTest.cpp
Log Message:
-----------
clang support for Armv8.8/9.3 HBC
This introduces clang command line support for new Armv8.8-A and
Armv9.3-A Hinted Conditional Branches feature, previously introduced
into LLVM in https://reviews.llvm.org/D116156.
Patch by Tomas Matheson and Son Tuan Vu.
Differential Revision: https://reviews.llvm.org/D116939
More information about the All-commits
mailing list