summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Reference.rst
diff options
context:
space:
mode:
authorDeForest Richards <d4m1887@gmail.com>2019-09-25 00:49:02 +0000
committerDeForest Richards <d4m1887@gmail.com>2019-09-25 00:49:02 +0000
commitccf6030f7ae9556eae501fb1302a675236030f7e (patch)
tree2f1c13a30ff93967879c51f6e413330d8c123210 /llvm/docs/Reference.rst
parent5c4c9e61725526e1e7afca87b395a0efd2aeabfd (diff)
downloadbcm5719-llvm-ccf6030f7ae9556eae501fb1302a675236030f7e.tar.gz
bcm5719-llvm-ccf6030f7ae9556eae501fb1302a675236030f7e.zip
[Docs] Moves Reference docs to new page
Moves Reference docs to new page. Also adds a table of contents to Getting Involved page. llvm-svn: 372796
Diffstat (limited to 'llvm/docs/Reference.rst')
-rw-r--r--llvm/docs/Reference.rst39
1 files changed, 39 insertions, 0 deletions
diff --git a/llvm/docs/Reference.rst b/llvm/docs/Reference.rst
new file mode 100644
index 00000000000..2178eb1bc40
--- /dev/null
+++ b/llvm/docs/Reference.rst
@@ -0,0 +1,39 @@
+Reference
+=========
+
+LLVM and API reference documentation.
+
+.. toctree::
+ :hidden:
+
+ LangRef
+ CommandGuide/index
+ TestingGuide
+ CompilerWriterInfo
+ MIRLangRef
+
+:doc:`LLVM Language Reference Manual <LangRef>`
+ Defines the LLVM intermediate representation and the assembly form of the
+ different nodes.
+
+:doc:`LLVM Command Guide <CommandGuide/index>`
+ A reference manual for the LLVM command line utilities ("man" pages for LLVM
+ tools).
+
+:doc:`LLVM Testing Infrastructure Guide <TestingGuide>`
+ A reference manual for using the LLVM testing infrastructure.
+
+:doc:`CompilerWriterInfo`
+ A list of helpful links for compiler writers.
+
+:doc:`Machine IR (MIR) Format Reference Manual <MIRLangRef>`
+ A reference manual for the MIR serialization format, which is used to test
+ LLVM's code generation passes.
+
+`Doxygen generated documentation <http://llvm.org/doxygen/>`_
+ (`classes <http://llvm.org/doxygen/inherits.html>`_)
+
+`Documentation for Go bindings <http://godoc.org/llvm.org/llvm/bindings/go/llvm>`_
+
+`Github Source Repository Browser <http://github.com/llvm/llvm-project//>`_
+ .. \ No newline at end of file
OpenPOWER on IntegriCloud