This commit moves several topics to new categories. It also removes a few duplicate links in Subsystem Documentation.
llvm-svn: 372274
OptBisect\r
GwpAsan\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:`Atomics`\r
Information about LLVM's concurrency model.\r
\r
:doc:`ExtendingLLVM`\r
Look here to see how to add instructions and intrinsics to LLVM.\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
:doc:`CompilerWriterInfo`\r
A list of helpful links for compiler writers.\r
\r
BlockFrequencyTerminology\r
BranchWeightMetadata\r
Bugpoint\r
- BugpointRedesign\r
CodeGenerator\r
ExceptionHandling\r
AddingConstrainedIntrinsics\r
Automatic bug finder and test-case reducer description and usage\r
information.\r
\r
-:doc:`BugpointRedesign`\r
- Design doc for a redesign of the Bugpoint tool.\r
-\r
:doc:`BitCodeFormat`\r
This describes the file format and encoding used for LLVM "bc" files.\r
\r
HowToCrossCompileLLVM\r
GettingStartedVS\r
FAQ\r
- HowToAddABuilder\r
yaml2obj\r
MarkdownQuickstartTemplate\r
Phabricator\r
\r
.. __: http://clang.llvm.org/get_started.html\r
\r
-:doc:`HowToAddABuilder`\r
- Instructions for adding new builder to LLVM buildbot master.\r
-\r
:doc:`YamlIO`\r
A reference guide for using LLVM's YAML I/O library.\r
\r
HowToReleaseLLVM
Packaging
ReleaseProcess
+ HowToAddABuilder
ReleaseNotes
:doc:`Projects`
:doc:`ReleaseProcess`
This is a guide to validate a new release, during the release process. Most developers can ignore it.
+:doc:`HowToAddABuilder`
+ Instructions for adding new builder to LLVM buildbot master.
+
:doc:`Packaging`
Advice on packaging LLVM into a distribution.
CodeOfConduct
Proposals/GitHubMove
+ BugpointRedesign
Proposals/LLVMLibC
Proposals/TestSuite
Proposals/VariableNames
:doc:`Proposals/GitHubMove`
Proposal to move from SVN/Git to GitHub.
+:doc:`BugpointRedesign`
+ Design doc for a redesign of the Bugpoint tool.
+
:doc:`Proposals/LLVMLibC`
Proposal to add a libc implementation under the LLVM project.