diff options
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r-- | docs/subsystems.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst index 1f9bd7d..9ceb842 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. |