r132127 - in /branches/gimple-tuples-branch/gcc...

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Tue Feb 5 20:19:00 GMT 2008


Author: aldyh
Date: Tue Feb  5 20:19:01 2008
New Revision: 132127

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132127
Log:
        * gimple-pretty-print.c (dump_gimple_stmt): Print clauses for
        GIMPLE_OMP_PARALLEL.
        Handle GIMPLE_OMP_FOR.
        (dump_gimple_omp_for): New.
        * tree-pretty-print.c (dump_omp_clauses): Remove static.                                        
        * diagnostic.h (dump_omp_clauses): Add prototype.                                               
        * gimplify.c (gimplify_omp_for): Convert to tuples and enable.                                  
        (gimplify_omp_workshare): Same.                                                                 
        (gimplify_expr) [OMP_MASTER, OMP_ORDERED, OMP_CRITICAL]: Same.


Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/diagnostic.h
    branches/gimple-tuples-branch/gcc/gimple-pretty-print.c
    branches/gimple-tuples-branch/gcc/gimplify.c
    branches/gimple-tuples-branch/gcc/tree-pretty-print.c



More information about the Gcc-cvs mailing list