default to use -mv4 when no version of Hexagon has been specified
[oota-llvm.git] / docs / subsystems.rst
index e643e7d4f3108e1134376d0b3cb23ce30c569d5b..c4c3b6d59504038fa09e676b07764035cba2dfd8 100644 (file)
@@ -7,7 +7,10 @@ Subsystem Documentation
    :hidden:
 
    AliasAnalysis
+   BitCodeFormat
    BranchWeightMetadata
+   Bugpoint
+   ExceptionHandling
    LinkTimeOptimization
    SegmentedStacks
    TableGenFundamentals
@@ -46,17 +49,17 @@ Subsystem Documentation
    This document describes the design and philosophy behind the LLVM
    source-level debugger.
     
-* `Zero Cost Exception handling in LLVM <ExceptionHandling.html>`_
+* :ref:`exception_handling`
     
    This document describes the design and implementation of exception handling
    in LLVM.
     
-* `Bugpoint <Bugpoint.html>`_
+* :ref:`bugpoint`
     
    Automatic bug finder and test-case reducer description and usage
    information.
     
-* `LLVM Bitcode File Format <BitCodeFormat.html>`_
+* :ref:`bitcode_format`
     
    This describes the file format and encoding used for LLVM "bc" files.