From 23dcb187fb2a195ad7dbc35d3cee2c33edb7bfc3 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Wed, 21 Aug 2013 22:15:09 +0000 Subject: 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 --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/index.rst') 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. -- cgit v1.2.3