@@ -32,8 +32,6 @@ For API clients and LLVM developers.
32
32
GarbageCollection
33
33
WritingAnLLVMPass
34
34
HowToUseAttributes
35
- NVPTXUsage
36
- AMDGPUUsage
37
35
StackMaps
38
36
InAlloca
39
37
BigEndianNEON
@@ -77,10 +75,6 @@ For API clients and LLVM developers.
77
75
:doc: `MemorySSA `
78
76
Information about the MemorySSA utility in LLVM, as well as how to use it.
79
77
80
- :doc: `GarbageCollection `
81
- The interfaces source-language compilers should use for compiling GC'd
82
- programs.
83
-
84
78
:doc: `Source Level Debugging with LLVM <SourceLevelDebugging >`
85
79
This document describes the design and philosophy behind the LLVM
86
80
source-level debugger.
@@ -140,12 +134,6 @@ For API clients and LLVM developers.
140
134
:doc: `HowToUseAttributes `
141
135
Answers some questions about the new Attributes infrastructure.
142
136
143
- :doc: `NVPTXUsage `
144
- This document describes using the NVPTX backend to compile GPU kernels.
145
-
146
- :doc: `AMDGPUUsage `
147
- This document describes using the AMDGPU backend to compile GPU kernels.
148
-
149
137
:doc: `StackMaps `
150
138
LLVM support for mapping instruction addresses to the location of
151
139
values and allowing code to be patched.
@@ -157,10 +145,6 @@ For API clients and LLVM developers.
157
145
:doc: `CoverageMappingFormat `
158
146
This describes the format and encoding used for LLVM’s code coverage mapping.
159
147
160
- :doc: `Statepoints `
161
- This describes a set of experimental extensions for garbage
162
- collection support.
163
-
164
148
:doc: `MergeFunctions `
165
149
Describes functions merging optimization.
166
150
@@ -204,3 +188,15 @@ For API clients and LLVM developers.
204
188
:doc: `Dependence Graphs <DependenceGraphs/index >`
205
189
A description of the design of the various dependence graphs such as
206
190
the DDG (Data Dependence Graph).
191
+
192
+ ==================
193
+ Garbage Collection
194
+ ==================
195
+
196
+ :doc: `GarbageCollection `
197
+ The interfaces source-language compilers should use for compiling GC'd
198
+ programs.
199
+
200
+ :doc: `Statepoints `
201
+ This describes a set of experimental extensions for garbage
202
+ collection support.
0 commit comments