[llvm-branch-commits] [llvm-branch] r354582 - ReleaseNotes: speculative load hardening; text by Kristof

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 21 06:16:48 PST 2019


Author: hans
Date: Thu Feb 21 06:16:48 2019
New Revision: 354582

URL: http://llvm.org/viewvc/llvm-project?rev=354582&view=rev
Log:
ReleaseNotes: speculative load hardening; text by Kristof

Modified:
    llvm/branches/release_80/docs/ReleaseNotes.rst

Modified: llvm/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_80/docs/ReleaseNotes.rst?rev=354582&r1=354581&r2=354582&view=diff
==============================================================================
--- llvm/branches/release_80/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_80/docs/ReleaseNotes.rst Thu Feb 21 06:16:48 2019
@@ -93,10 +93,16 @@ Non-comprehensive list of changes in thi
 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.
 




More information about the llvm-branch-commits mailing list