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

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Wed Feb 6 22:51:00 GMT 2008


Author: aldyh
Date: Wed Feb  6 22:51:32 2008
New Revision: 132161

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132161
Log:
        * gimple.def: Add GIMPLE_OMP_ATOMIC_{LOAD,STORE} entires.
        * gsstruct.def: Add GSS_OMP_ATOMIC_{LOAD,STORE} entries.
        * gimple-pretty-print.c (dump_gimple_stmt): Add case for
        GIMPLE_OMP_ATOMIC_{LOAD,STORE}.
        * gimplify.c (gimplify_omp_atomic): Enable and convert to tuples.
        * tree.def: Add FIXME notes.
        * gimple.c (gss_for_code): Add cases for
        GIMPLE_OMP_ATOMIC_{LOAD,STORE}.
        (gimple_size): Same.
        (gimple_build_omp_atomic_load): New.
        (gimple_build_omp_atomic_store): New.
        * gimple.h (struct gimple_statement_omp_atomic_{load,store}): New.
        (union gimple_statement_d): Add gimple_omp_atomic_{load,store}.
        (gimple_omp_atomic_store_set_val): New.
        (gimple_omp_atomic_store_val): New.
        (gimple_omp_atomic_load_set_lhs): New.
        (gimple_omp_atomic_load_lhs): New.
        (gimple_omp_atomic_load_set_rhs): New.
        (gimple_omp_atomic_load_rhs): New.
        * tree-cfg.c (verify_types_in_gimple_seq_2): Add cases for
        GIMPLE_OMP_ATOMIC_{LOAD,STORE}.

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



More information about the Gcc-cvs mailing list