Sphinxify the Code Generator document.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2012-08-02 08:49:53 +00:00
parent 1c37814960
commit 31ce7bf6be
3 changed files with 2432 additions and 3193 deletions

File diff suppressed because it is too large Load Diff

2428
docs/CodeGenerator.rst Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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.