]> granicus.if.org Git - llvm/commitdiff
ReleaseNotes: speculative load hardening; text by Kristof
authorHans Wennborg <hans@hanshq.net>
Thu, 21 Feb 2019 14:16:48 +0000 (14:16 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 21 Feb 2019 14:16:48 +0000 (14:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_80@354582 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 7adfd13c54f3ff93dd3e962b42264629668c63e3..29a1e01c8f9ca9064828dcfade41c933ea039930 100644 (file)
@@ -93,10 +93,16 @@ Non-comprehensive list of changes in this release
 Changes to the LLVM IR
 ----------------------
 
+* Function attribute ``speculative_load_hardening`` has been introduced to
+  allow indicating that `Speculative Load Hardening
+  <SpeculativeLoadHardening.html>`_ must be enabled for the function body.
+
 
 Changes to the AArch64 Target
 -----------------------------
 
+* Support for Speculative Load Hardening has been added.
+
 * Initial support for the Tiny code model, where code and its statically
   defined symbols must live within 1MB of each other.