diff options
Diffstat (limited to 'llvm/docs/index.rst')
-rw-r--r-- | llvm/docs/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index cf147678904..e0db9964a17 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -274,6 +274,7 @@ For API clients and LLVM developers. BlockFrequencyTerminology BranchWeightMetadata Bugpoint + BugpointRedesign CodeGenerator ExceptionHandling AddingConstrainedIntrinsics @@ -313,6 +314,7 @@ For API clients and LLVM developers. CFIVerify SpeculativeLoadHardening StackSafetyAnalysis + LoopTerminology :doc:`WritingAnLLVMPass` Information on how to write LLVM transformations and analyses. @@ -363,6 +365,9 @@ For API clients and LLVM developers. Automatic bug finder and test-case reducer description and usage information. +:doc:`BugpointRedesign` + Design doc for a redesign of the Bugpoint tool. + :doc:`BitCodeFormat` This describes the file format and encoding used for LLVM "bc" files. @@ -461,6 +466,9 @@ For API clients and LLVM developers. This document describes the design of the stack safety analysis of local variables. +:doc:`LoopTerminology` + A document describing Loops and associated terms as used in LLVM. + Development Process Documentation ================================= |