diff --git a/docs/Passes.html b/docs/Passes.html index 061b90d678b..63b2b3661a7 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -243,18 +243,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if !

Yet to be written.

- -
- -codegenprepare: Optimize for code generation -
-
-

- This pass munges the code in the input function to better prepare it for - SelectionDAG-based code generation. This works around limitations in it's - basic-block-at-a-time approach. It should eventually be removed. -

-
-
-count-aa: Count Alias Analysis Query Responses @@ -344,7 +332,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if !

- -dot-dom: Print dominator tree of function to 'dot' file + -dot-dom: Print dominance tree of function to 'dot' file

@@ -356,8 +344,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if !

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

\n" if !

@@ -382,8 +369,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if !

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

\n" if !

- - -
-

This pass implements a simple N^2 alias analysis accuracy evaluator. - Basically, for each function in the program, it simply queries to see how the - alias analysis implementation answers alias queries between each pair of - pointers in the function. -

-
- - - -
-

This pass defines the default implementation of the Alias Analysis interface - that simply implements a few identities (two different globals cannot alias, - etc), but otherwise does no analysis. -

-
-
-intervals: Interval Partition Construction @@ -583,15 +546,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if !

- - -
-

Tracking of pointer bounds. -

-
-
-postdomfrontier: Post-Dominance Frontier Construction @@ -752,7 +706,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if !

Pass that checks profiling information for plausibility.

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

\n" if !

Simple alias analysis implemented in terms of ScalarEvolution queries. @@ -913,7 +867,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if !

This pass munges the code in the input function to better prepare it for @@ -1486,23 +1440,7 @@ if (X < 3) { -
-

- Turn malloc and free instructions into @malloc and - @free calls. -

- -

- This is a target-dependent tranformation because it depends on the size of - data types and alignment constraints. -

-
- - -