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]

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


Author: aldyh
Date: Tue Oct 27 16:05:16 2009
New Revision: 153601

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153601
Log:
	* trans-mem.c (requires_barrier): Handle thread local memory.
	(lower_sequence_tm): Fix whitespace.
	(examine_assign_tm): Pass 2nd argument to requires_barrier.
	(expand_assign_tm): Same.
	(expand_call_tm): Same.
	(execute_tm_mark): Handle log.
	(tm_log_add): New.
	(tm_log_hash): New.
	(tm_log_eq): New.
	(tm_log_free): New.
	(tm_log_init): New.
	(tm_log_dump): New.


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