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

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Fri Dec 11 16:24:00 GMT 2009


Author: aldyh
Date: Fri Dec 11 16:24:43 2009
New Revision: 155169

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155169
Log:
        * trans-mem.c: New thread_memory_type enum.
        (struct tm_new_mem_map): Change field type.
        (transaction_invariant_address_p): Exclude self.
        Look inside INDIRECT_REF.
        (transaction_local_new_memory_p): Rename to...
        (thread_private_new_memory): Handle thread-local and phi nodes.
        Return enum.
        (requires_barrier): Log if requested.


Added:
    branches/transactional-memory/gcc/testsuite/gcc.dg/tm/memopt-10.c
    branches/transactional-memory/gcc/testsuite/gcc.dg/tm/memopt-11.c
    branches/transactional-memory/gcc/testsuite/gcc.dg/tm/memopt-12.c
Modified:
    branches/transactional-memory/gcc/ChangeLog.tm
    branches/transactional-memory/gcc/trans-mem.c



More information about the Gcc-cvs mailing list