X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Findex.rst;h=65857cd170e0e97d0c25c73fcd693cec654cf4a7;hb=9be681366a2e6aa988218e6339cc501c492b65b0;hp=f7a78f2849775616f895205fd79ff3c57157c7b6;hpb=99eff50c00ba960c787487c29e8c3964546f9735;p=oota-llvm.git diff --git a/docs/index.rst b/docs/index.rst index f7a78f28497..65857cd170e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -199,6 +199,8 @@ For developers of applications which use LLVM as a library. (`classes `_) (`tarball `_) +`Documentation for Go bindings `_ + `ViewVC Repository Browser `_ .. @@ -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 =================================