summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2016-11-09 00:24:58 +0000
committerDean Michael Berris <dberris@google.com>2016-11-09 00:24:58 +0000
commitf70da781a972f16bdf9270c7df120b1a9bec7127 (patch)
tree0563729836c5955ec2183bf218c408610f46f98b /docs/index.rst
parent78c322d6f14864d31716000cff32d237768e813d (diff)
[XRay][Docs] Add documentation for XRay in LLVM
Summary: This is the initial version of the documentation for how to use XRay as it stands in LLVM, Clang, and compiler-rt. We leave some room for later expansion mentioining what is work in progress and what could be expected moving forward. We also give a high level overview of future work that's both ongoing and planned. Reviewers: echristo, dblaikie, chandlerc Subscribers: mehdi_amini, llvm-commits Differential Revision: https://reviews.llvm.org/D26386 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286319 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 29f2bd8955a7..634e19a5c6f6 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -273,6 +273,7 @@ For API clients and LLVM developers.
MIRLangRef
Coroutines
GlobalISel
+ XRay
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -394,6 +395,9 @@ For API clients and LLVM developers.
:doc:`GlobalISel`
This describes the prototype instruction selection replacement, GlobalISel.
+:doc:`XRay`
+ High-level documentation of how to use XRay in LLVM.
+
Development Process Documentation
=================================