mirror of git://gcc.gnu.org/git/gcc.git
* beginend.cc (htm_fastpath): New. (gtm_thread::begin_transaction, _ITM_commitTransaction, _ITM_commitTransactionEH): Add HTM fastpath handling. * config/linux/rwlock.h (gtm_rwlock.is_write_locked): New. * config/posix/rwlock.h (gtm_rwlock.is_write_locked): New. * config/x86/target.h (htm_available, htm_init, htm_begin_success, htm_begin, htm_commit, htm_abort, htm_abort_should_retry): New. * configure.tgt: Add -mrtm to XCFLAGS. * method-serial.cc (htm_mg, o_htm_mg, htm_dispatch, dispatch_htm): New. (gtm_thread::serialirr_mode): Add HTM fastpath handling. * libitm_i.h (htm_fastpath, dispatch_htm): Declare. * retry.cc (parse_default_method): Add HTM method parsing. (gtm_thread::number_of_threads_changed): Use HTM by default if available. From-SVN: r193369 |
||
|---|---|---|
| .. | ||
| config | ||
| testsuite | ||
| ChangeLog | ||
| Makefile.am | ||
| Makefile.in | ||
| aatree.cc | ||
| aatree.h | ||
| acinclude.m4 | ||
| aclocal.m4 | ||
| alloc.cc | ||
| alloc_c.cc | ||
| alloc_cpp.cc | ||
| barrier.cc | ||
| beginend.cc | ||
| clearcap.map | ||
| clone.cc | ||
| common.h | ||
| config.h.in | ||
| configure | ||
| configure.ac | ||
| configure.tgt | ||
| containers.h | ||
| dispatch.h | ||
| eh_cpp.cc | ||
| libitm.h | ||
| libitm.map | ||
| libitm.spec.in | ||
| libitm.texi | ||
| libitm_i.h | ||
| local.cc | ||
| local_atomic | ||
| local_type_traits | ||
| method-gl.cc | ||
| method-ml.cc | ||
| method-serial.cc | ||
| query.cc | ||
| retry.cc | ||
| stmlock.h | ||
| useraction.cc | ||
| util.cc | ||