We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ddd7d commit 9d332ffCopy full SHA for 9d332ff
llvm/docs/ReleaseNotes.rst
@@ -93,10 +93,16 @@ Non-comprehensive list of changes in this release
93
Changes to the LLVM IR
94
----------------------
95
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
+
100
101
Changes to the AArch64 Target
102
-----------------------------
103
104
+* Support for Speculative Load Hardening has been added.
105
106
* Initial support for the Tiny code model, where code and its statically
107
defined symbols must live within 1MB of each other.
108
0 commit comments