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]

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


Author: aldyh
Date: Wed Jan 27 18:52:08 2010
New Revision: 156298

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156298
Log:
	* trans-mem.c (struct tm_region): Add irr_blocks.
	(tm_region_init_0): Initialize irr_blocks.
	(tm_region_init_1): Set irr_blocks.
	(expand_block_tm): Do not return anything.
	(get_tm_region_blocks): Move up.  Rewrite to traverse CFG instead
	of the dominator tree.  Use irr_blocks information.
	(execute_tm_mark): Use get_tm_region_blocks.
	(execute_tm_memopt): Pass new argument to get_tm_region_blocks.
	(execute_tm_edges): Use get_tm_region_blocks.
	(ipa_tm_diagnose_transaction): Same.  Set cfun temporarily.

Added:
    branches/transactional-memory/gcc/testsuite/c-c++-common/tm/20100127.c
Modified:
    branches/transactional-memory/gcc/ChangeLog.tm
    branches/transactional-memory/gcc/testsuite/gcc.dg/tm/20100125.c
    branches/transactional-memory/gcc/trans-mem.c


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