remove the rest of the "written by" lines in the documentation. It is
[oota-llvm.git] / docs / subsystems.rst
index 03861b4978f8ae9aaec48b923235ac4bc721bd18..505c573075a5c555a93730588f5c8441c097c9d4 100644 (file)
@@ -18,16 +18,13 @@ Subsystem Documentation
    DebuggingJITedCode
    GoldPlugin
    MarkedUpDisassembly
-   HowToUseInstrMappings
    SystemLibrary
    SourceLevelDebugging
-   AutoVectorization
+   Vectorizers
    WritingAnLLVMBackend
    GarbageCollection
    WritingAnLLVMPass
-
-.. FIXME: once LangRef is Sphinxified, HowToUseInstrMappings should be put
-   under LangRef's toctree instead of this page's toctree.
+   TableGen/LangRef
 
 * :doc:`WritingAnLLVMPass`
 
@@ -63,7 +60,7 @@ Subsystem Documentation
    This document describes the design and philosophy behind the LLVM
    source-level debugger.
 
-* :doc:`AutoVectorization`
+* :doc:`Vectorizers`
     
    This document describes the current status of vectorization in LLVM.
     
@@ -107,13 +104,6 @@ Subsystem Documentation
 
    This document describes segmented stacks and how they are used in LLVM.
 
-* `Howto: Implementing LLVM Integrated Assembler`_
-
-   A simple guide for how to implement an LLVM integrated assembler for an
-   architecture.
-
-.. _`Howto: Implementing LLVM Integrated Assembler`: http://www.embecosm.com/download/ean10.html
-
 * :ref:`marked_up_disassembly`
 
    This document describes the optional rich disassembly output syntax.