Sphinxify the Code Generator document.

llvm-svn: 161164
This commit is contained in:
Bill Wendling 2012-08-02 08:49:53 +00:00
parent b12a230a17
commit aa5e63c67e
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

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