summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-08-21 22:15:09 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-08-21 22:15:09 +0000
commit23dcb187fb2a195ad7dbc35d3cee2c33edb7bfc3 (patch)
tree1ac08e27cc7f6a379d1c78cfac079f458c00211d /docs/index.rst
parent5464a92861c76f1e091cd219dee71ce9858eb195 (diff)
downloadllvm-23dcb187fb2a195ad7dbc35d3cee2c33edb7bfc3.tar.gz
llvm-23dcb187fb2a195ad7dbc35d3cee2c33edb7bfc3.tar.bz2
llvm-23dcb187fb2a195ad7dbc35d3cee2c33edb7bfc3.tar.xz
Adding a document to describe the MCJIT execution engine implementation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index be72195975..4bf86a2bd9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -285,6 +285,9 @@ For API clients and LLVM developers.
:doc:`DebuggingJITedCode`
How to debug JITed code with GDB.
+:doc:`MCJITDesignAndImplementation`
+ Describes the inner workings of MCJIT execution engine.
+
:doc:`BranchWeightMetadata`
Provides information about Branch Prediction Information.