docs: Convert GarbageCollection.html to reST

Patch by Alexander Zinenko!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169702 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Silva 2012-12-09 15:52:47 +00:00
parent 0fb7687b61
commit 691f470d47
3 changed files with 1055 additions and 1392 deletions

File diff suppressed because it is too large Load Diff

1051
docs/GarbageCollection.rst Normal file

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,7 @@ Subsystem Documentation
SystemLibrary
SourceLevelDebugging
WritingAnLLVMBackend
GarbageCollection
.. FIXME: once LangRef is Sphinxified, HowToUseInstrMappings should be put
under LangRef's toctree instead of this page's toctree.
@ -49,9 +50,9 @@ Subsystem Documentation
Information on how to write a new alias analysis implementation or how to
use existing analyses.
* `Accurate Garbage Collection with LLVM <GarbageCollection.html>`_
* :doc:`GarbageCollection`
The interfaces source-language compilers should use for compiling GC'd
programs.