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

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


Author: hans
Date: Thu Feb 21 06:19:52 2019
New Revision: 354583

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

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

Modified: cfe/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_80/docs/ReleaseNotes.rst?rev=354583&r1=354582&r2=354583&view=diff
==============================================================================
--- cfe/branches/release_80/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_80/docs/ReleaseNotes.rst Thu Feb 21 06:19:52 2019
@@ -130,6 +130,9 @@ Non-comprehensive list of changes in thi
 New Compiler Flags
 ------------------
 
+- ``-mspeculative-load-hardening`` Clang now has an option to enable
+  Speculative Load Hardening.
+
 - ``-fprofile-filter-files=[regexes]`` and ``-fprofile-exclude-files=[regexes]``.
 
   Clang has now options to filter or exclude some files when
@@ -171,7 +174,9 @@ New Pragmas in Clang
 Attribute Changes in Clang
 --------------------------
 
-- ...
+* Clang now supports enabling/disabling speculative load hardening on a
+  per-function basis using the function attribute
+  ``speculative_load_hardening``/``no_speculative_load_hardening``.
 
 Windows Support
 ---------------




More information about the llvm-branch-commits mailing list