X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Findex.rst;h=be72195975c9d219d4edf64a06343ee659ca57ec;hb=fc699872e35ec794d7373680be6f1946fe8e9ca6;hp=c3bb8089da303d873e71d3783ade4ff4f70cf4a4;hpb=531ebc8a3cf0fdc5c30d072ab356283ce8dd145f;p=oota-llvm.git diff --git a/docs/index.rst b/docs/index.rst index c3bb8089da3..be72195975c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -160,6 +160,7 @@ For developers of applications which use LLVM as a library. ExtendingLLVM HowToSetUpLLVMStyleRTTI ProgrammersManual + Extensions :doc:`LLVM Language Reference Manual ` Defines the LLVM intermediate representation and the assembly form of the @@ -172,6 +173,9 @@ For developers of applications which use LLVM as a library. Introduction to the general layout of the LLVM sourcebase, important classes and APIs, and some tips & tricks. +:doc:`Extensions` + LLVM-specific extensions to tools and formats LLVM seeks compatibility with. + :doc:`CommandLine` Provides information on using the command line parsing library. @@ -331,6 +335,9 @@ Information about LLVM's development process. :doc:`HowToReleaseLLVM` This is a guide to preparing LLVM releases. Most developers can ignore it. +:doc:`ReleaseProcess` + This is a validate a new release, during the release process. Most developers can ignore it. + :doc:`Packaging` Advice on packaging LLVM into a distribution.