r153471 - in /branches/transactional-memory/gcc...

rth@gcc.gnu.org rth@gcc.gnu.org
Thu Oct 22 19:18:00 GMT 2009


Author: rth
Date: Thu Oct 22 19:18:26 2009
New Revision: 153471

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153471
Log:
        * gimple-pretty-print.c (dump_gimple_tm_atomic_subcode): Merge into...
        (dump_gimple_tm_atomic): ... here.  Dump OUTER and RELAXED bits.
        * tree-pretty-print.c (dump_generic_node) [TM_ATOMIC]: Likewise.
        * gimple.h (GTMA_IS_OUTER, GTMA_IS_RELAXED): New.
        (GTMA_DECLARATION_MASK): New.
        (GTMA_HAVE_CALL_TM, GTMA_HAVE_UNCOMMITTED_THROW): Remove.
        * gimplify.c (gimplify_tm_atomic): Copy OUTER and RELAXED bits.

Modified:
    branches/transactional-memory/gcc/ChangeLog.tm
    branches/transactional-memory/gcc/gimple-pretty-print.c
    branches/transactional-memory/gcc/gimple.h
    branches/transactional-memory/gcc/gimplify.c
    branches/transactional-memory/gcc/tree-pretty-print.c



More information about the Gcc-cvs mailing list