diff --git a/docs/subsystems.rst b/docs/subsystems.rst index 0a963688407..d7db6fcfcef 100644 --- a/docs/subsystems.rst +++ b/docs/subsystems.rst @@ -8,72 +8,72 @@ Subsystem Documentation AliasAnalysis - * `Writing an LLVM Pass `_ +* `Writing an LLVM Pass `_ - Information on how to write LLVM transformations and analyses. + Information on how to write LLVM transformations and analyses. - * `Writing an LLVM Backend `_ +* `Writing an LLVM Backend `_ - Information on how to write LLVM backends for machine targets. + Information on how to write LLVM backends for machine targets. - * `The LLVM Target-Independent Code Generator `_ +* `The LLVM Target-Independent 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. + 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. - * `TableGen Fundamentals `_ +* `TableGen Fundamentals `_ - Describes the TableGen tool, which is used heavily by the LLVM code - generator. + Describes the TableGen tool, which is used heavily by the LLVM code + generator. - * :ref:`alias_analysis` +* :ref:`alias_analysis` - Information on how to write a new alias analysis implementation or how to - use existing analyses. + Information on how to write a new alias analysis implementation or how to + use existing analyses. - * `Accurate Garbage Collection with LLVM `_ +* `Accurate Garbage Collection with LLVM `_ - The interfaces source-language compilers should use for compiling GC'd - programs. + The interfaces source-language compilers should use for compiling GC'd + programs. - * `Source Level Debugging with LLVM `_ +* `Source Level Debugging with LLVM `_ - This document describes the design and philosophy behind the LLVM - source-level debugger. + This document describes the design and philosophy behind the LLVM + source-level debugger. - * `Zero Cost Exception handling in LLVM `_ +* `Zero Cost Exception handling in LLVM `_ - This document describes the design and implementation of exception handling - in LLVM. + This document describes the design and implementation of exception handling + in LLVM. - * `Bugpoint `_ +* `Bugpoint `_ - Automatic bug finder and test-case reducer description and usage - information. + Automatic bug finder and test-case reducer description and usage + information. - * `LLVM Bitcode File Format `_ +* `LLVM Bitcode File Format `_ - This describes the file format and encoding used for LLVM "bc" files. + This describes the file format and encoding used for LLVM "bc" files. - * `System Library `_ +* `System Library `_ - This document describes the LLVM System Library (lib/System) and - how to keep LLVM source code portable + This document describes the LLVM System Library (lib/System) and + how to keep LLVM source code portable - * `Link Time Optimization `_ +* `Link Time Optimization `_ - This document describes the interface between LLVM intermodular optimizer - and the linker and its design + This document describes the interface between LLVM intermodular optimizer + and the linker and its design - * `The LLVM gold plugin `_ +* `The LLVM gold plugin `_ - How to build your programs with link-time optimization on Linux. + How to build your programs with link-time optimization on Linux. - * `The GDB JIT interface `_ +* `The GDB JIT interface `_ - How to debug JITed code with GDB. + How to debug JITed code with GDB. - * `Branch Weight Metadata `_ +* `Branch Weight Metadata `_ - Provides information about Branch Prediction Information. + Provides information about Branch Prediction Information.