Adds a Reference Documentation page for LLVM and API reference documentation.
llvm-svn: 371782
--- /dev/null
+Reference Documentation\r
+========================\r
+\r
+LLVM and API reference documentation.\r
+\r
+.. toctree::\r
+ :hidden:\r
+\r
+ CommandGuide/index\r
+ TestingGuide\r
+\r
+:doc:`LLVM Language Reference Manual <LangRef>`\r
+ Defines the LLVM intermediate representation and the assembly form of the\r
+ different nodes.\r
+\r
+:doc:`LLVM Command Guide <CommandGuide/index>`\r
+ A reference manual for the LLVM command line utilities ("man" pages for LLVM\r
+ tools).\r
+\r
+:doc:`LLVM Testing Infrastructure Guide <TestingGuide>`\r
+ A reference manual for using the LLVM testing infrastructure.\r
+\r
+`Doxygen generated documentation <http://llvm.org/doxygen/>`_\r
+ (`classes <http://llvm.org/doxygen/inherits.html>`_)\r
+\r
+`Documentation for Go bindings <http://godoc.org/llvm.org/llvm/bindings/go/llvm>`_\r
+\r
+`Github Source Repository Browser <http://github.com/llvm/llvm-project//>`_\r
+ ..\r
+\r
HowToBuildWithPGO\r
HowToCrossCompileBuiltinsOnArm\r
HowToCrossCompileLLVM\r
- CommandGuide/index\r
GettingStarted\r
GettingStartedVS\r
FAQ\r
yaml2obj\r
MarkdownQuickstartTemplate\r
Phabricator\r
- TestingGuide\r
tutorial/index\r
ReleaseNotes\r
Passes\r
Tutorials about using LLVM. Includes a tutorial about making a custom\r
language with LLVM.\r
\r
-:doc:`LLVM Command Guide <CommandGuide/index>`\r
- A reference manual for the LLVM command line utilities ("man" pages for LLVM\r
- tools).\r
-\r
:doc:`Passes`\r
A list of optimizations and analyses implemented in LLVM.\r
\r
:doc:`Release notes for the current release <ReleaseNotes>`\r
This describes new features, known bugs, and other limitations.\r
\r
-:doc:`LLVM Testing Infrastructure Guide <TestingGuide>`\r
- A reference manual for using the LLVM testing infrastructure.\r
-\r
:doc:`TestSuiteGuide`\r
Describes how to compile and run the test-suite benchmarks.\r
\r
:doc:`SubsystemDocumentation`
For API clients and LLVM developers.
+:doc:`ReferenceDocumentation`
+ LLVM and API reference documentation.
+
Community
=========