summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-12-24 02:57:25 +0000
committerAndrew Trick <atrick@apple.com>2013-12-24 02:57:25 +0000
commite97b13228a46d1ae76cb77d8749f9867f817ebeb (patch)
treea07896e7cdf2235f9aeb574775634c5beac37c80 /docs/index.rst
parent25f4d51bcb628434a8c61d007fad0f4c86480795 (diff)
downloadllvm-e97b13228a46d1ae76cb77d8749f9867f817ebeb.tar.gz
llvm-e97b13228a46d1ae76cb77d8749f9867f817ebeb.tar.bz2
llvm-e97b13228a46d1ae76cb77d8749f9867f817ebeb.tar.xz
LangRef documentation for the stackmap and patchpoint intrinsics.
These still have "experimental" status, meaning we don't guarantee backward compatibility. However, they are already actively used by the open source WebKit project, and have started to be adopted by other projects. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197930 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 62766f1034..d040632dc6 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -234,6 +234,7 @@ For API clients and LLVM developers.
TableGen/LangRef
HowToUseAttributes
NVPTXUsage
+ StackMaps
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -308,6 +309,9 @@ For API clients and LLVM developers.
:doc:`NVPTXUsage`
This document describes using the NVPTX back-end to compile GPU kernels.
+:doc:`StackMaps`
+ LLVM support for mapping instruction addresses to the location of
+ values and allowing code to be patched.
Development Process Documentation
=================================