summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2016-11-04 17:57:34 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2016-11-04 17:57:34 +0000
commitbbf0c3a5ae71a43a5e31ec5e9142163ed5c18ac0 (patch)
treec693501912244bb8423fcae67715a7f0671da460 /docs/index.rst
parent9933d268bb8b8b340dde1a007cf2e1e8bdf5ee87 (diff)
[docs] Add initial Global ISel documentation.
This reflects the current state of Global ISel. As progress is made, we'll document our design decisions in it. Comments very welcome! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index e24d795946e..29f2bd8955a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -272,6 +272,7 @@ For API clients and LLVM developers.
FaultMaps
MIRLangRef
Coroutines
+ GlobalISel
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -390,6 +391,9 @@ For API clients and LLVM developers.
:doc:`Coroutines`
LLVM support for coroutines.
+:doc:`GlobalISel`
+ This describes the prototype instruction selection replacement, GlobalISel.
+
Development Process Documentation
=================================