summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Reference.rst
diff options
context:
space:
mode:
authorDeForest Richards <d4m1887@gmail.com>2019-10-13 20:05:22 +0000
committerDeForest Richards <d4m1887@gmail.com>2019-10-13 20:05:22 +0000
commit22373c595e81df0ce98c99b5fac369151f530758 (patch)
tree8f47b220e2023cba025c67ddcc6f35b67852a780 /llvm/docs/Reference.rst
parent11495e5acb53c05965781c1910510e588aaee27e (diff)
downloadbcm5719-llvm-22373c595e81df0ce98c99b5fac369151f530758.tar.gz
bcm5719-llvm-22373c595e81df0ce98c99b5fac369151f530758.zip
[Docs] Moves Control Flow Document to User Guides
Moves Control Flow document from Reference docs page to User guides page. llvm-svn: 374733
Diffstat (limited to 'llvm/docs/Reference.rst')
-rw-r--r--llvm/docs/Reference.rst17
1 files changed, 7 insertions, 10 deletions
diff --git a/llvm/docs/Reference.rst b/llvm/docs/Reference.rst
index 882d0dc9ab1..3fbceba1181 100644
--- a/llvm/docs/Reference.rst
+++ b/llvm/docs/Reference.rst
@@ -14,7 +14,6 @@ LLVM and API reference documentation.
BlockFrequencyTerminology
BranchWeightMetadata
Bugpoint
- CFIVerify
CommandGuide/index
Coroutines
DependenceGraphs/index
@@ -129,9 +128,9 @@ LLVM IR
:doc:`GlobalISel`
This describes the prototype instruction selection replacement, GlobalISel.
-=======
-Testing
-=======
+=====================
+Testing and Debugging
+=====================
:doc:`LLVM Testing Infrastructure Guide <TestingGuide>`
A reference manual for using the LLVM testing infrastructure.
@@ -139,6 +138,10 @@ Testing
:doc:`TestSuiteGuide`
Describes how to compile and run the test-suite benchmarks.
+
+:doc:`GwpAsan`
+ A sampled heap memory error detection toolkit designed for production use.
+
====
XRay
====
@@ -184,16 +187,10 @@ Additional Topics
:doc:`ScudoHardenedAllocator`
A library that implements a security-hardened `malloc()`.
-:doc:`GwpAsan`
- A sampled heap memory error detection toolkit designed for production use.
-
:doc:`Dependence Graphs <DependenceGraphs/index>`
A description of the design of the various dependence graphs such as
the DDG (Data Dependence Graph).
-:doc:`CFIVerify`
- A description of the verification tool for Control Flow Integrity.
-
:doc:`SpeculativeLoadHardening`
A description of the Speculative Load Hardening mitigation for Spectre v1.
OpenPOWER on IntegriCloud