From 7991070ba2998f919795530686d672109ca3d7a3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 22 Aug 2002 19:21:04 +0000 Subject: [PATCH] Add documentation for AnalysisGroup functionality git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3468 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMPass.html | 140 ++++++++++++++++++++++++++++++++++-- 1 file changed, 133 insertions(+), 7 deletions(-) diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index f7cae6dd83e..3e2f167ccbb 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -25,8 +25,7 @@ III.8 ... more as needed ... I think that writing Section #1 would be very helpful and that's the most stable portion of the sourcebase. #3 can be started on, but will probably -just grow as time goes on. I'd like to do Section #2 once I finish some -changes up that effect it. +just grow as time goes on. --> @@ -72,6 +71,11 @@ changes up that effect it.
  • The getAnalysisUsage method
  • The getAnalysis method +
  • Implementing Analysis Groups +
  • What PassManager does +
    +Implementing Analysis Groups +


    Analysis Group Concepts


    Using RegisterAnalysisGroup