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]

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


Author: aldyh
Date: Mon Jun 14 20:10:46 2010
New Revision: 160765

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160765
Log:
        * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Add support for
        TM vector loads.  Add support for TM logging builtins.
        (call_may_clobber_ref_p_1): Add support for vector stores.
        * trans-mem.c (tm_log_emit_stmt): Add support for vectors.
        * calls.c (special_function_p): Add support for TM vector loads.
        Add support for TM logging builtins.
        * gtm-builtins.def (BUILT_IN_TM_LOG*): Remove 'pure' attribute.
        Add vector log variants.
        * tree-ssa-structalias.c (find_func_aliases): Add support for TM
        vector stores and loads.
        * config/i386/i386.c (bdesc_tm): Add BUILT_IN_TM_LOG* variants.
        (ix86_init_tm_builtins): Add support for TM logging builtins.


Added:
    branches/transactional-memory/gcc/testsuite/gcc.dg/tm/memopt-15.c
Modified:
    branches/transactional-memory/gcc/ChangeLog.tm
    branches/transactional-memory/gcc/calls.c
    branches/transactional-memory/gcc/config/i386/i386.c
    branches/transactional-memory/gcc/gtm-builtins.def
    branches/transactional-memory/gcc/trans-mem.c
    branches/transactional-memory/gcc/tree-ssa-alias.c
    branches/transactional-memory/gcc/tree-ssa-structalias.c


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