summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/Reference.rst')
-rw-r--r--llvm/docs/Reference.rst24
1 files changed, 16 insertions, 8 deletions
diff --git a/llvm/docs/Reference.rst b/llvm/docs/Reference.rst
index 2178eb1bc40..49ff6b6e0e2 100644
--- a/llvm/docs/Reference.rst
+++ b/llvm/docs/Reference.rst
@@ -7,19 +7,20 @@ LLVM and API reference documentation.
:hidden:
LangRef
- CommandGuide/index
TestingGuide
CompilerWriterInfo
MIRLangRef
+ NVPTXUsage
+ AMDGPUUsage
+
+==============
+LLVM Reference
+==============
: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.
@@ -30,10 +31,17 @@ LLVM and API reference documentation.
A reference manual for the MIR serialization format, which is used to test
LLVM's code generation passes.
+:doc:`NVPTXUsage`
+ This document describes using the NVPTX backend to compile GPU kernels.
+
+:doc:`AMDGPUUsage`
+ This document describes using the AMDGPU backend to compile GPU kernels.
+
+=============
+API Reference
+=============
+
`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