diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-06-20 09:50:45 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-06-20 09:50:45 +0000 |
commit | df870f584049edb95b95387c1b7515ec9bf730cb (patch) | |
tree | acdec27537c614725fef6585b7cfa6b23cfc4f58 /docs | |
parent | 430c3bbdb8329aa2818cf7c67978577177e93bb0 (diff) | |
download | external_llvm-df870f584049edb95b95387c1b7515ec9bf730cb.zip external_llvm-df870f584049edb95b95387c1b7515ec9bf730cb.tar.gz external_llvm-df870f584049edb95b95387c1b7515ec9bf730cb.tar.bz2 |
Unindent list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158806 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/subsystems.rst | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst index 0a96368..d7db6fc 100644 --- a/docs/subsystems.rst +++ b/docs/subsystems.rst @@ -8,72 +8,72 @@ Subsystem Documentation AliasAnalysis - * `Writing an LLVM Pass <WritingAnLLVMPass.html>`_ +* `Writing an LLVM Pass <WritingAnLLVMPass.html>`_ - Information on how to write LLVM transformations and analyses. + Information on how to write LLVM transformations and analyses. - * `Writing an LLVM Backend <WritingAnLLVMBackend.html>`_ +* `Writing an LLVM Backend <WritingAnLLVMBackend.html>`_ - 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 <CodeGenerator.html>`_ +* `The LLVM Target-Independent Code Generator <CodeGenerator.html>`_ - 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 <TableGenFundamentals.html>`_ +* `TableGen Fundamentals <TableGenFundamentals.html>`_ - 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 <GarbageCollection.html>`_ +* `Accurate Garbage Collection with LLVM <GarbageCollection.html>`_ - 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 <SourceLevelDebugging.html>`_ +* `Source Level Debugging with LLVM <SourceLevelDebugging.html>`_ - 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 <ExceptionHandling.html>`_ +* `Zero Cost Exception handling in LLVM <ExceptionHandling.html>`_ - 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.html>`_ +* `Bugpoint <Bugpoint.html>`_ - 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 <BitCodeFormat.html>`_ +* `LLVM Bitcode File Format <BitCodeFormat.html>`_ - 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 <SystemLibrary.html>`_ +* `System Library <SystemLibrary.html>`_ - This document describes the LLVM System Library (<tt>lib/System</tt>) and - how to keep LLVM source code portable + This document describes the LLVM System Library (<tt>lib/System</tt>) and + how to keep LLVM source code portable - * `Link Time Optimization <LinkTimeOptimization.html>`_ +* `Link Time Optimization <LinkTimeOptimization.html>`_ - 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 <GoldPlugin.html>`_ +* `The LLVM gold plugin <GoldPlugin.html>`_ - 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 <DebuggingJITedCode.html>`_ +* `The GDB JIT interface <DebuggingJITedCode.html>`_ - How to debug JITed code with GDB. + How to debug JITed code with GDB. - * `Branch Weight Metadata <BranchWeightMetadata.html>`_ +* `Branch Weight Metadata <BranchWeightMetadata.html>`_ - Provides information about Branch Prediction Information. + Provides information about Branch Prediction Information. |