]> granicus.if.org Git - llvm/commitdiff
[Docs] Moves Control Flow Document to User Guides
authorDeForest Richards <d4m1887@gmail.com>
Sun, 13 Oct 2019 20:05:22 +0000 (20:05 +0000)
committerDeForest Richards <d4m1887@gmail.com>
Sun, 13 Oct 2019 20:05:22 +0000 (20:05 +0000)
Moves Control Flow document from Reference docs page to User guides page.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374733 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Reference.rst
docs/UserGuides.rst

index 882d0dc9ab1209332e71a2219e2578e612e4e853..3fbceba1181f7a61eab198a5116abbe763b1e6e4 100644 (file)
@@ -14,7 +14,6 @@ LLVM and API reference documentation.
    BlockFrequencyTerminology\r
    BranchWeightMetadata\r
    Bugpoint\r
-   CFIVerify\r
    CommandGuide/index\r
    Coroutines\r
    DependenceGraphs/index\r
@@ -129,9 +128,9 @@ LLVM IR
 :doc:`GlobalISel`\r
   This describes the prototype instruction selection replacement, GlobalISel.\r
 \r
-=======\r
-Testing\r
-=======\r
+=====================\r
+Testing and Debugging\r
+=====================\r
 \r
 :doc:`LLVM Testing Infrastructure Guide <TestingGuide>`\r
    A reference manual for using the LLVM testing infrastructure.\r
@@ -139,6 +138,10 @@ Testing
 :doc:`TestSuiteGuide`\r
   Describes how to compile and run the test-suite benchmarks.\r
 \r
+\r
+:doc:`GwpAsan`\r
+  A sampled heap memory error detection toolkit designed for production use.\r
+\r
 ====\r
 XRay\r
 ====\r
@@ -184,16 +187,10 @@ Additional Topics
 :doc:`ScudoHardenedAllocator`\r
   A library that implements a security-hardened `malloc()`.\r
 \r
-:doc:`GwpAsan`\r
-  A sampled heap memory error detection toolkit designed for production use.\r
-\r
 :doc:`Dependence Graphs <DependenceGraphs/index>`\r
   A description of the design of the various dependence graphs such as\r
   the DDG (Data Dependence Graph).\r
 \r
-:doc:`CFIVerify`\r
-  A description of the verification tool for Control Flow Integrity.\r
-\r
 :doc:`SpeculativeLoadHardening`\r
   A description of the Speculative Load Hardening mitigation for Spectre v1.\r
 \r
index abaa98cc9e7e793c765093140c5cac9570be8271..1643778360306c656b6897ab4d0217d1991785a1 100644 (file)
@@ -19,6 +19,7 @@ intermediate LLVM representation.
    Benchmarking\r
    BigEndianNEON\r
    BuildingADistribution\r
+   CFIVerify\r
    CMake\r
    CMakePrimer\r
    CodeGenerator\r
@@ -75,6 +76,9 @@ Clang
 :doc:`CoverageMappingFormat`\r
   This describes the format and encoding used for LLVM’s code coverage mapping.\r
 \r
+:doc:`CFIVerify`\r
+  A description of the verification tool for Control Flow Integrity.\r
+\r
 LLVM Builds and Distributions\r
 -----------------------------\r
 \r