From b8b3f6081f8dc409e7281e1597d8d94e50e4b028 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 26 Oct 2012 20:25:01 +0000 Subject: Remove LoopDependenceAnalysis. It was unmaintained and not much more than a stub. The new DependenceAnalysis pass is both more general and complete. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166810 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Passes.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/Passes.html') diff --git a/docs/Passes.html b/docs/Passes.html index 85292e3..9cec581 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -77,6 +77,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if ! -basicaaBasic Alias Analysis (stateless AA impl) -basiccgBasic CallGraph Construction -count-aaCount Alias Analysis Query Responses +-daDependence Analysis -debug-aaAA use debugger -domfrontierDominance Frontier Construction -domtreeDominator Tree Construction @@ -92,7 +93,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if ! -intervalsInterval Partition Construction -iv-usersInduction Variable Users -lazy-value-infoLazy Value Information Analysis --ldaLoop Dependence Analysis -libcall-aaLibCall Alias Analysis -lintStatically lint-checks LLVM IR -loopsNatural Loop Information @@ -251,6 +251,15 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if !

+ -da: Dependence Analysis +

+
+

Dependence analysis framework, which is used to detect dependences in + memory accesses.

+
+ + +

-debug-aa: AA use debugger

@@ -433,15 +442,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if !

- -lda: Loop Dependence Analysis -

-
-

Loop dependence analysis framework, which is used to detect dependences in - memory accesses in loops.

-
- - -

-libcall-aa: LibCall Alias Analysis

-- cgit v1.1