From e97b13228a46d1ae76cb77d8749f9867f817ebeb Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Tue, 24 Dec 2013 02:57:25 +0000 Subject: 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 --- docs/index.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/index.rst') 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 ================================= -- cgit v1.2.3