[llvm-branch-commits] [clang] [llvm] [AArch64] Add some release notes items (PR #79983)
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 6 17:16:18 PST 2024
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/79983
>From d647f6a4754807648dd11480b3e942571a9e1e25 Mon Sep 17 00:00:00 2001
From: Momchil Velikov <momchil.velikov at arm.com>
Date: Tue, 30 Jan 2024 11:13:42 +0000
Subject: [PATCH] [AArch64] Add some release notes items
---
clang/docs/ReleaseNotes.rst | 5 +++++
llvm/docs/ReleaseNotes.rst | 8 ++++++++
2 files changed, 13 insertions(+)
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 060bc7669b72a5..ab5fb5aee61a85 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1164,6 +1164,11 @@ Arm and AArch64 Support
* Cortex-A720 (cortex-a720).
* Cortex-X4 (cortex-x4).
+- Alpha support has been added for SVE2.1 intrinsics.
+
+- Support has been added for `-fstack-clash-protection` and `-mstack-probe-size`
+ command line options.
+
Android Support
^^^^^^^^^^^^^^^
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 7b6a3f10d63777..990f5a5f73e847 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -105,6 +105,14 @@ Changes to the AArch64 Backend
Armv9.0a has the same features enabled as Armv8.5a, with the exception
of crypto.
+* Assembler/disassembler support has been added for 2023 architecture
+ extensions.
+
+* Support has been added for Stack Clash Protection. During function frame
+ creation and dynamic stack allocations, the compiler will issue memory
+ accesses at reguilar intervals so that a guard area at the top of the stack
+ can't be skipped over.
+
Changes to the AMDGPU Backend
-----------------------------
More information about the llvm-branch-commits
mailing list