[orcjit] Include CMake support for the fully_lazy example and fix the build
[oota-llvm.git] / docs / index.rst
index f7a78f2849775616f895205fd79ff3c57157c7b6..65857cd170e0e97d0c25c73fcd693cec654cf4a7 100644 (file)
@@ -199,6 +199,8 @@ For developers of applications which use LLVM as a library.
   (`classes <http://llvm.org/doxygen/inherits.html>`_)
   (`tarball <http://llvm.org/doxygen/doxygen.tar.gz>`_)
 
+`Documentation for Go bindings <http://godoc.org/llvm.org/llvm/bindings/go/llvm>`_
+
 `ViewVC Repository Browser <http://llvm.org/viewvc/>`_
    ..
 
@@ -241,6 +243,7 @@ For API clients and LLVM developers.
    BigEndianNEON
    CoverageMappingFormat
    Statepoints
+   MergeFunctions
 
 :doc:`WritingAnLLVMPass`
    Information on how to write LLVM transformations and analyses.
@@ -337,6 +340,12 @@ For API clients and LLVM developers.
   This describes a set of experimental extensions for garbage
   collection support.
 
+:doc:`MergeFunctions`
+  Describes functions merging optimization.
+
+:doc:`InAlloca`
+  Description of the ``inalloca`` argument attribute.
+
 Development Process Documentation
 =================================