[llvm-branch-commits] [llvm] release/23.x: [docs] Add BOLT release notes (PR #211522)
Paschalis Mpeis via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 23 05:50:07 PDT 2026
https://github.com/paschalis-mpeis updated https://github.com/llvm/llvm-project/pull/211522
>From d3ef62b34a77ff46b0a6b86f49fcfc23327fafba Mon Sep 17 00:00:00 2001
From: Paschalis Mpeis <paschalis.mpeis at arm.com>
Date: Thu, 23 Jul 2026 11:58:01 +0100
Subject: [PATCH] [docs] Add BOLT release notes
---
llvm/docs/ReleaseNotes.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 36c8ed68cff28..e7d8905b5fe6e 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -519,6 +519,16 @@ Makes programs 10x faster by doing Special New Thing.
### Changes to BOLT
+* BOLT supports AArch64 binaries using Pointer Authentication (PAC) and Branch
+ Target Identification (BTI). For PAC-enabled binaries, BOLT preserves pointer
+ authentication CFI state during optimization. For BTI-enabled binaries, BOLT
+ can patch PLT entries or indirect branch targets with BTI landing pads where
+ possible.
+
+* BOLT adds compact-code-model support for Armv9.6-A FEAT_CMPBR
+ compare-and-branch instructions, including support for block reordering,
+ function splitting, branch inversion where legal.
+
### Changes to Sanitizers
* Add a random delay into ThreadSanitizer to help find rare thread interleavings.
More information about the llvm-branch-commits
mailing list