aboutsummaryrefslogtreecommitdiffstats
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-08-02 08:49:53 +0000
committerBill Wendling <isanbard@gmail.com>2012-08-02 08:49:53 +0000
commit31ce7bf6beeafaee40a4db2d2eac695976c79fc9 (patch)
tree69038219ae9c42115f408f5fb90a27fc5668c126 /docs/subsystems.rst
parent1c3781496081b47412fc70393bcdc5b67b440b02 (diff)
downloadexternal_llvm-31ce7bf6beeafaee40a4db2d2eac695976c79fc9.zip
external_llvm-31ce7bf6beeafaee40a4db2d2eac695976c79fc9.tar.gz
external_llvm-31ce7bf6beeafaee40a4db2d2eac695976c79fc9.tar.bz2
Sphinxify the Code Generator document.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r--docs/subsystems.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index c4c3b6d..be33295 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -10,6 +10,7 @@ Subsystem Documentation
BitCodeFormat
BranchWeightMetadata
Bugpoint
+ CodeGenerator
ExceptionHandling
LinkTimeOptimization
SegmentedStacks
@@ -22,9 +23,9 @@ Subsystem Documentation
* `Writing an LLVM Backend <WritingAnLLVMBackend.html>`_
Information on how to write LLVM backends for machine targets.
-
-* `The LLVM Target-Independent Code Generator <CodeGenerator.html>`_
-
+
+* :ref:`code_generator`
+
The design and implementation of the LLVM code generator. Useful if you are
working on retargetting LLVM to a new architecture, designing a new codegen
pass, or enhancing existing components.