gcc/libitm
H.J. Lu 831698b8f7 Allocate memory on cache line if requested
Since GTM::gtm_thread has

gtm_thread *next_thread __attribute__((__aligned__(HW_CACHELINE_SIZE)));

GTM::gtm_thread::operator new () calls xmalloc with separate_cl == true.
xmalloc must return memory on cache line in this case.

	PR libitm/70456
	* util.cc (xmalloc): Use posix_memalign to allocate memory on
	on cache line if requested.

From-SVN: r235211
2016-04-19 10:01:11 -07:00
..
config libitm: Introduce target macro TARGET_BEGIN_TRANSACTION_ATTRIBUTE. 2016-03-03 09:31:57 +00:00
testsuite libitm: Disable testing transaction-safe exceptions on Darwin and AIX. 2016-01-21 18:25:42 +00:00
ChangeLog Allocate memory on cache line if requested 2016-04-19 10:01:11 -07:00
Makefile.am re PR target/69343 (Bootstrap failure on s390{,x}-linux) 2016-01-20 10:53:56 -08:00
Makefile.in re PR target/69343 (Bootstrap failure on s390{,x}-linux) 2016-01-20 10:53:56 -08:00
aatree.cc
aatree.h
acinclude.m4
aclocal.m4
alloc.cc
alloc_c.cc
alloc_cpp.cc
barrier.cc
beginend.cc libitm: Introduce target macro TARGET_BEGIN_TRANSACTION_ATTRIBUTE. 2016-03-03 09:31:57 +00:00
clone.cc
common.h
config.h.in
configure re PR target/69343 (Bootstrap failure on s390{,x}-linux) 2016-01-20 10:53:56 -08:00
configure.ac re PR target/69343 (Bootstrap failure on s390{,x}-linux) 2016-01-20 10:53:56 -08:00
configure.tgt
containers.h
dispatch.h
eh_cpp.cc
libitm.h re PR target/69343 (Bootstrap failure on s390{,x}-linux) 2016-01-20 10:53:56 -08:00
libitm.map
libitm.spec.in
libitm.texi
libitm_i.h libitm: Fix HTM fastpath. 2016-01-22 16:13:06 +00:00
local.cc
local_atomic
method-gl.cc libitm: Ensure proxy privatization safety. 2016-01-16 22:08:41 +00:00
method-ml.cc libitm: Ensure proxy privatization safety. 2016-01-16 22:08:41 +00:00
method-serial.cc libitm: Fix HTM fastpath. 2016-01-22 16:13:06 +00:00
query.cc libitm: Fix HTM fastpath. 2016-01-22 16:13:06 +00:00
retry.cc
useraction.cc
util.cc Allocate memory on cache line if requested 2016-04-19 10:01:11 -07:00