mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 13:51:39 +00:00
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:
parent
1c37814960
commit
31ce7bf6be
File diff suppressed because it is too large
Load Diff
2428
docs/CodeGenerator.rst
Normal file
2428
docs/CodeGenerator.rst
Normal file
File diff suppressed because it is too large
Load Diff
@ -10,6 +10,7 @@ Subsystem Documentation
|
|||||||
BitCodeFormat
|
BitCodeFormat
|
||||||
BranchWeightMetadata
|
BranchWeightMetadata
|
||||||
Bugpoint
|
Bugpoint
|
||||||
|
CodeGenerator
|
||||||
ExceptionHandling
|
ExceptionHandling
|
||||||
LinkTimeOptimization
|
LinkTimeOptimization
|
||||||
SegmentedStacks
|
SegmentedStacks
|
||||||
@ -22,9 +23,9 @@ Subsystem Documentation
|
|||||||
* `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>`_
|
* :ref:`code_generator`
|
||||||
|
|
||||||
The design and implementation of the LLVM code generator. Useful if you are
|
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
|
working on retargetting LLVM to a new architecture, designing a new codegen
|
||||||
pass, or enhancing existing components.
|
pass, or enhancing existing components.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user