summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-11-14 14:08:00 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-11-14 14:08:00 +0000
commit19cb35b4bc76a04c882ccb6f507c2485e504406f (patch)
treefa99b62e1a6ea955d2dda9435359c0111c327f27 /docs/index.rst
parent40b0f5d6ce16b819b06f1363a55dda24df346503 (diff)
R600/SI: Start implementing an assembler
This was done using the Sparc and PowerPC AsmParsers as guides. So far it is very simple and only supports sopp instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221994 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 403c17aafae2..5ac54432fd0a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -235,6 +235,7 @@ For API clients and LLVM developers.
WritingAnLLVMPass
HowToUseAttributes
NVPTXUsage
+ R600Usage
StackMaps
InAlloca
BigEndianNEON
@@ -317,6 +318,9 @@ For API clients and LLVM developers.
:doc:`NVPTXUsage`
This document describes using the NVPTX back-end to compile GPU kernels.
+:doc:`R600Usage`
+ This document describes how to use the R600 back-end.
+
:doc:`StackMaps`
LLVM support for mapping instruction addresses to the location of
values and allowing code to be patched.