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]

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


Author: aldyh
Date: Wed Feb  2 17:09:28 2011
New Revision: 169535

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169535
Log:
        PR/47492
        * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
        BUILT_IN_TM_MEMSET.
        * trans-mem.c (find_tm_replacement_function): Same.
        * calls.c (special_function_p): Same.
        * tree-ssa-structalias.c: Same.
        * gtm-builtins.def: Add BUILT_IN_TM_MEMSET.


Added:
    branches/transactional-memory/gcc/testsuite/gcc.dg/tm/memset.c
Modified:
    branches/transactional-memory/gcc/ChangeLog.tm
    branches/transactional-memory/gcc/calls.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]