diff options
Diffstat (limited to 'llvm/docs/SubsystemDocumentation.rst')
-rw-r--r-- | llvm/docs/SubsystemDocumentation.rst | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/llvm/docs/SubsystemDocumentation.rst b/llvm/docs/SubsystemDocumentation.rst index cac0ce85b1f..69764cbd282 100644 --- a/llvm/docs/SubsystemDocumentation.rst +++ b/llvm/docs/SubsystemDocumentation.rst @@ -32,8 +32,6 @@ For API clients and LLVM developers. GarbageCollection
WritingAnLLVMPass
HowToUseAttributes
- NVPTXUsage
- AMDGPUUsage
StackMaps
InAlloca
BigEndianNEON
@@ -77,10 +75,6 @@ For API clients and LLVM developers. :doc:`MemorySSA`
Information about the MemorySSA utility in LLVM, as well as how to use it.
-:doc:`GarbageCollection`
- The interfaces source-language compilers should use for compiling GC'd
- programs.
-
:doc:`Source Level Debugging with LLVM <SourceLevelDebugging>`
This document describes the design and philosophy behind the LLVM
source-level debugger.
@@ -140,12 +134,6 @@ For API clients and LLVM developers. :doc:`HowToUseAttributes`
Answers some questions about the new Attributes infrastructure.
-:doc:`NVPTXUsage`
- This document describes using the NVPTX backend to compile GPU kernels.
-
-:doc:`AMDGPUUsage`
- This document describes using the AMDGPU backend to compile GPU kernels.
-
:doc:`StackMaps`
LLVM support for mapping instruction addresses to the location of
values and allowing code to be patched.
@@ -157,10 +145,6 @@ For API clients and LLVM developers. :doc:`CoverageMappingFormat`
This describes the format and encoding used for LLVM’s code coverage mapping.
-:doc:`Statepoints`
- This describes a set of experimental extensions for garbage
- collection support.
-
:doc:`MergeFunctions`
Describes functions merging optimization.
@@ -204,3 +188,15 @@ For API clients and LLVM developers. :doc:`Dependence Graphs <DependenceGraphs/index>`
A description of the design of the various dependence graphs such as
the DDG (Data Dependence Graph).
+
+==================
+Garbage Collection
+==================
+
+:doc:`GarbageCollection`
+ The interfaces source-language compilers should use for compiling GC'd
+ programs.
+
+:doc:`Statepoints`
+ This describes a set of experimental extensions for garbage
+ collection support.
|