diff options
Diffstat (limited to 'llvm/docs/index.rst')
| -rw-r--r-- | llvm/docs/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 2173f94459d..6a664548617 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -79,6 +79,7 @@ representation. yaml2obj HowToSubmitABug SphinxQuickstartTemplate + MarkdownQuickstartTemplate Phabricator TestingGuide tutorial/index @@ -292,6 +293,7 @@ For API clients and LLVM developers. XRayFDRFormat PDB/index CFIVerify + SpeculativeLoadHardening :doc:`WritingAnLLVMPass` Information on how to write LLVM transformations and analyses. @@ -425,6 +427,9 @@ For API clients and LLVM developers. :doc:`CFIVerify` A description of the verification tool for Control Flow Integrity. +:doc:`SpeculativeLoadHardening` + A description of the Speculative Load Hardening mitigation for Spectre v1. + Development Process Documentation ================================= |

