summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-20 12:05:05 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-20 12:05:05 +0000
commit47997e877cf4469e70dcb323542fef7d8ed615fd (patch)
treea460714b4ae29713d6cae15357eba8b780b221e4 /docs/subsystems.rst
parenteef31a5031dfb7770ec1fc3cf207f797005a2f78 (diff)
downloadllvm-47997e877cf4469e70dcb323542fef7d8ed615fd.tar.gz
llvm-47997e877cf4469e70dcb323542fef7d8ed615fd.tar.bz2
llvm-47997e877cf4469e70dcb323542fef7d8ed615fd.tar.xz
Sphinxify the SegmentedStack document.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r--docs/subsystems.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index 1f9bd7d6ed..9ceb842420 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -9,6 +9,7 @@ Subsystem Documentation
AliasAnalysis
BranchWeightMetadata
LinkTimeOptimization
+ SegmentedStacks
* `Writing an LLVM Pass <WritingAnLLVMPass.html>`_
@@ -38,7 +39,7 @@ Subsystem Documentation
The interfaces source-language compilers should use for compiling GC'd
programs.
-
+
* `Source Level Debugging with LLVM <SourceLevelDebugging.html>`_
This document describes the design and philosophy behind the LLVM
@@ -79,3 +80,7 @@ Subsystem Documentation
* :ref:`branch_weight`
Provides information about Branch Prediction Information.
+
+* :ref:`segmented_stacks`
+
+ This document describes segmented stacks and how they are used in LLVM.