r181028 - in /branches/transactional-memory/gcc...
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Sun Nov 6 13:33:00 GMT 2011
Author: aldyh
Date: Sun Nov 6 13:33:36 2011
New Revision: 181028
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181028
Log:
* cgraph.c (dump_cgraph_node): Handle tm_clone.
* cgraph.h (struct cgraph_node): Add tm_clone field.
(decl_is_tm_clone): New.
* tree.h (DECL_IS_TM_CLONE): Remove.
* trans-mem.c (execute_lower_tm): Rename DECL_IS_TM_CLONE to
decl_is_tm_clone.
(gate_tm_init): Same.
(ipa_tm_create_version_alias): Set tm_clone.
(ipa_tm_create_version): Same.
(ipa_tm_transform_calls_redirect): Rename DECL_IS_TM_CLONE to
decl_is_tm_clone.
* calls.c (is_tm_builtin): Same.
* tree-cfg.c (dump_function_to_file): Same.
* print-tree.c (print_node): Same.
* gimple-pretty-print.c (dump_gimple_call): Same.
Modified:
branches/transactional-memory/gcc/ChangeLog.tm
branches/transactional-memory/gcc/calls.c
branches/transactional-memory/gcc/cgraph.c
branches/transactional-memory/gcc/cgraph.h
branches/transactional-memory/gcc/gimple-pretty-print.c
branches/transactional-memory/gcc/print-tree.c
branches/transactional-memory/gcc/trans-mem.c
branches/transactional-memory/gcc/tree-cfg.c
branches/transactional-memory/gcc/tree.h
More information about the Gcc-cvs
mailing list