summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/docs/index.rst')
-rw-r--r--gnu/llvm/docs/index.rst19
1 files changed, 9 insertions, 10 deletions
diff --git a/gnu/llvm/docs/index.rst b/gnu/llvm/docs/index.rst
index 6cbce632164..a68dd1b8c73 100644
--- a/gnu/llvm/docs/index.rst
+++ b/gnu/llvm/docs/index.rst
@@ -60,12 +60,13 @@ representation.
:hidden:
CMake
+ CMakePrimer
+ AdvancedBuilds
HowToBuildOnARM
HowToCrossCompileLLVM
CommandGuide/index
GettingStarted
GettingStartedVS
- BuildingLLVMWithAutotools
FAQ
Lexicon
HowToAddABuilder
@@ -81,7 +82,9 @@ representation.
GetElementPtr
Frontend/PerformanceTips
MCJITDesignAndImplementation
+ CodeOfConduct
CompileCudaWithLLVM
+ ReportingGuide
:doc:`GettingStarted`
Discusses how to get up and running quickly with the LLVM infrastructure.
@@ -102,10 +105,6 @@ representation.
An addendum to the main Getting Started guide for those using Visual Studio
on Windows.
-:doc:`BuildingLLVMWithAutotools`
- An addendum to the Getting Started guide with instructions for building LLVM
- with the Autotools build system.
-
:doc:`tutorial/index`
Tutorials about using LLVM. Includes a tutorial about making a custom
language with LLVM.
@@ -174,6 +173,7 @@ For developers of applications which use LLVM as a library.
ProgrammersManual
Extensions
LibFuzzer
+ ScudoHardenedAllocator
:doc:`LLVM Language Reference Manual <LangRef>`
Defines the LLVM intermediate representation and the assembly form of the
@@ -218,6 +218,9 @@ For developers of applications which use LLVM as a library.
:doc:`LibFuzzer`
A library for writing in-process guided fuzzers.
+:doc:`ScudoHardenedAllocator`
+ A library that implements a security-hardened `malloc()`.
+
Subsystem Documentation
=======================
@@ -255,7 +258,7 @@ For API clients and LLVM developers.
CoverageMappingFormat
Statepoints
MergeFunctions
- BitSets
+ TypeMetadata
FaultMaps
MIRLangRef
@@ -379,7 +382,6 @@ Information about LLVM's development process.
:hidden:
DeveloperPolicy
- MakefileGuide
Projects
LLVMBuild
HowToReleaseLLVM
@@ -400,9 +402,6 @@ Information about LLVM's development process.
Describes the LLVMBuild organization and files used by LLVM to specify
component descriptions.
-:doc:`MakefileGuide`
- Describes how the LLVM makefiles work and how to use them.
-
:doc:`HowToReleaseLLVM`
This is a guide to preparing LLVM releases. Most developers can ignore it.