summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2015-08-06 22:55:19 +0000
committerAlex Lorenz <arphaman@gmail.com>2015-08-06 22:55:19 +0000
commit32dcc28f85a8ceee7ace549fb829214e614d6cf0 (patch)
tree2612a3535fcad5d79e7b240f025dbad038c23f70 /docs/index.rst
parent138cd6dae83ff8802cc9fd16fae4efb0a6a6ab11 (diff)
Add initial documentation for the MIR serialization format.
Differential Revision: http://reviews.llvm.org/D11736 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244292 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index fcdea03c65f..eea41aa113a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -261,6 +261,7 @@ For API clients and LLVM developers.
MergeFunctions
BitSets
FaultMaps
+ MIRLangRef
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -273,6 +274,10 @@ For API clients and LLVM developers.
working on retargetting LLVM to a new architecture, designing a new codegen
pass, or enhancing existing components.
+:doc:`Machine IR (MIR) Format Reference Manual <MIRLangRef>`
+ A reference manual for the MIR serialization format, which is used to test
+ LLVM's code generation passes.
+
:doc:`TableGen <TableGen/index>`
Describes the TableGen tool, which is used heavily by the LLVM code
generator.