re PR middle-end/26238 (passes.texi does not document the openMP lowering pass)
authorAldy Hernandez <aldyh@redhat.com>
Tue, 7 Mar 2006 19:20:32 +0000 (19:20 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Tue, 7 Mar 2006 19:20:32 +0000 (19:20 +0000)
PR gomp/26238
* doc/passes.texi (Tree-SSA passes): Document omp lowering and
expansion.

From-SVN: r111818

gcc/ChangeLog
gcc/doc/passes.texi

index ae089d4db1b65d6b0918f09591663b7947f4a676..61d6f59db4ae33a5d511c907f1e6376e91f173e6 100644 (file)
@@ -1,3 +1,9 @@
+2006-03-07  Aldy Hernandez  <aldyh@redhat.com>
+
+       PR gomp/26238
+       * doc/passes.texi (Tree-SSA passes): Document omp lowering and
+       expansion.
+
 2006-03-07  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/26587
index bb6a3f0056d0c71dcbcac5391822a3be1a925d07..b4e156bbb302d182e1c5987115bc26831d68d10f 100644 (file)
@@ -202,6 +202,25 @@ declarations of static variables whose lifetimes extend to the entire
 program.  The pass is located in @file{tree-mudflap.c} and is described
 by @code{pass_mudflap_1}.
 
+@item OpenMP lowerering
+
+If OpenMP generation (@option{-fopenmp}) is enabled, this pass lowers
+OpenMP constructs into GIMPLE.
+
+Lowering of OpenMP constructs involves creating replacement
+expressions for local variables that have been mapped using data
+sharing clauses, exposing the control flow of most synchronization
+directives and adding region markers to facilitate the creation of the
+control flow graph.  The pass is located in @file{omp-low.c} and is
+described by @code{pass_lower_omp}.
+
+@item OpenMP expansion
+
+If OpenMP generation (@option{-fopenmp}) is enabled, this pass expands
+parallel regions into their own functions to be invoked by the thread
+library.  The pass is located in @file{omp-low.c} and is described by
+@code{pass_expand_omp}.
+
 @item Lower control flow
 
 This pass flattens @code{if} statements (@code{COND_EXPR}) and