summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 66c55758c4db8..a69ecfedc5807 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,6 +1,11 @@
Overview
========
+.. warning::
+
+ If you are using a released version of LLVM, see `the download page
+ <http://llvm.org/releases/>`_ to find your documentation.
+
The LLVM compiler infrastructure supports a wide range of projects, from
industrial strength compilers to specialized JIT applications to small
research projects.
@@ -81,6 +86,7 @@ representation.
GetElementPtr
Frontend/PerformanceTips
MCJITDesignAndImplementation
+ CompileCudaWithLLVM
:doc:`GettingStarted`
Discusses how to get up and running quickly with the LLVM infrastructure.
@@ -256,6 +262,7 @@ For API clients and LLVM developers.
MergeFunctions
BitSets
FaultMaps
+ MIRLangRef
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -268,6 +275,10 @@ For API clients and LLVM developers.
working on retargetting LLVM to a new architecture, designing a new codegen
pass, or enhancing existing components.
+: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.
+
:doc:`TableGen <TableGen/index>`
Describes the TableGen tool, which is used heavily by the LLVM code
generator.
@@ -361,6 +372,9 @@ For API clients and LLVM developers.
:doc:`FaultMaps`
LLVM support for folding control flow into faulting machine instructions.
+:doc:`CompileCudaWithLLVM`
+ LLVM support for CUDA.
+
Development Process Documentation
=================================