This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Author: aldyh
Date: Thu May  8 14:41:12 2008
New Revision: 135082

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135082
Log:
        * omp-low.c (extract_omp_for_data): Update comment.
        (get_ws_args_for): Same.
        (lower_send_shared_vars): Same.
        (expand_omp_parallel): Same.
        (expand_omp_for_static_nochunk): Same.
        (expand_omp_for_static_chunk): Same.
        (expand_omp_sections): Same.
        (expand_omp_atomic_fetch_op): Same.
        (expand_omp_atomic_pipeline): Same.
        (build_omp_regions_1): Same.
        (lower_omp_for): Same.
        (expand_omp_atomic_mutex): Change OMP_ATOMIC_STORE to
        GIMPLE_OMP_ATOMIC_STORE.
        * gimple-pretty-print.c (dump_gimple_omp_parallel): Print child fn
        and data_arg.
        * tree-cfg.c (make_edges): Enable commented out code and convert
        to tuples.
        (replace_by_duplicate_decl): Same.
        (replace_ssa_name): Same.
        (move_stmt_r): Same.
        (move_stmt_op): New.
        (mark_virtual_ops_in_bb): Enable and convert to tuples.
        (makr_virtual_ops_in_region): Same.
        (move_block_to_fn): Convert to tuples.
        (find_outermost_region_in_block): Enable and convert to tuples.
        (move_sese_region_to_fn): Same.

Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/gimple-pretty-print.c
    branches/gimple-tuples-branch/gcc/omp-low.c
    branches/gimple-tuples-branch/gcc/tree-cfg.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]