Skip to content

Commit 9d332ff

Browse files
committed
ReleaseNotes: speculative load hardening; text by Kristof
llvm-svn: 354582
1 parent 96ddd7d commit 9d332ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,16 @@ Non-comprehensive list of changes in this release
9393
Changes to the LLVM IR
9494
----------------------
9595

96+
* Function attribute ``speculative_load_hardening`` has been introduced to
97+
allow indicating that `Speculative Load Hardening
98+
<SpeculativeLoadHardening.html>`_ must be enabled for the function body.
99+
96100

97101
Changes to the AArch64 Target
98102
-----------------------------
99103

104+
* Support for Speculative Load Hardening has been added.
105+
100106
* Initial support for the Tiny code model, where code and its statically
101107
defined symbols must live within 1MB of each other.
102108

0 commit comments

Comments
 (0)