aboutsummaryrefslogtreecommitdiff
path: root/libitm
AgeCommit message (Expand)AuthorFilesLines
2016-01-13libitm: Fix seq-cst MOs/fences in rwlock.Torvald Riegel3-26/+33
2016-01-13re PR target/68964 (Internal compiler error for test case gcc.dg/tm/20100610....Richard Henderson9-29/+147
2016-01-13libitm: Fix privatization safety interaction with serial mode.Torvald Riegel8-5/+109
2016-01-12libitm: Remove dead code and data.Torvald Riegel9-433/+11
2016-01-04Update copyright years.Jakub Jelinek71-70/+72
2016-01-04gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-1/+11
2015-11-26libitm: Use multiplicative hashing in the multi-lock TM method.Torvald Riegel2-29/+61
2015-11-22libitm: Fix recent changes to allocations log.Torvald Riegel3-6/+26
2015-11-20Support __cxa_free_exception and fix exception handling.Torvald Riegel8-30/+229
2015-11-09Support sized delete.Torvald Riegel6-49/+139
2015-10-27config.gcc: Handle --enable-fdpic.Daniel Jacobowitz2-7/+11
2015-10-09Testsuite: add dg-{begin|end}-multiline-output commandsDavid Malcolm2-0/+6
2015-10-05Move runtime transactional memory tests to libitm testsute.Jason Merrill3-0/+45
2015-08-20libitm: Don't redefine __always_inline in local_atomic.Gleb Fotengauer-Malinovskiy2-150/+155
2015-07-03re PR libitm/52482 (libitm INVALID MNEMONIC in .S (powerpc asm))Carlos Sánchez de La Lama2-4/+9
2015-06-05* config/linux/x86/futex_bits.h (sys_futex0): Cosmetics.Uros Bizjak1-2/+3
2015-05-28futex_bits.h (sys_futex0): Change operands "op" and "val" to int.Uros Bizjak6-11/+32
2015-05-27futex.h (sys_futex0): Change operand "op" to long.Uros Bizjak2-21/+7
2015-05-13libitm: Bump to automake 1.11.6Michael Haubenwallner5-81/+193
2015-04-22libitm fixes for musl supportGregor Richards3-3/+12
2015-01-15Make test2/test1 static in libitm.c/stackundo.cH.J. Lu2-2/+8
2015-01-05Update copyright years.Jakub Jelinek71-70/+74
2015-01-05gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-1/+5
2014-12-12Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr...Kyrylo Tkachov2-1/+7
2014-12-03configure.tgt (x86_64): Tune -m32 multilib to generic.Uros Bizjak2-1/+5
2014-11-21Always use PIC option with -shared in libtoolH.J. Lu2-3/+8
2014-11-11re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2-1/+6
2014-10-06memcpy-1.c: Declare getpagesize.Marek Polacek3-0/+7
2014-07-24libitm: Improve aarch64 _ITM_beginTransactionRichard Henderson2-2/+6
2014-05-28Centralise clearing hardware capabilities with Sun ldRainer Orth4-23/+16
2014-05-21config.gcc (*-*-dragonfly*): New target.John Marino2-1/+5
2014-05-19libitm: Enable aarch64Richard Henderson4-0/+145
2014-04-09Check if GCC uses assembler cfi supportRainer Orth2-2/+7
2014-04-02libitm: Remove unused PAGE_SIZE macrosRichard Henderson6-20/+6
2014-03-26futex_bits.h: Include errno.h.Jakub Jelinek2-1/+11
2014-03-26* libitm.texi (Index): Rename to Library Index.Joseph Myers2-3/+7
2014-01-13Make sure that -msse/-mavx are appended at the endH.J. Lu3-4/+15
2014-01-02Update copyright years in libitm/Richard Sandiford69-68/+72
2014-01-02gnat_ugn.texi: Bump @copying's copyright year.Tobias Burnus2-1/+5
2013-11-14rs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2.Ulrich Weigand2-1/+33
2013-09-20libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2-5/+15
2013-08-30libitm: Fix wrong initialization order introduced with r202101.Torvald Riegel2-2/+6
2013-08-30Add custom HTM fast path for RTM on x86_64.Torvald Riegel8-31/+198
2013-08-14revert: configure.tgt: Add -msoft-float to XCFLAGS.Andreas Krebbel2-1/+7
2013-08-02configure.tgt: Add -msoft-float to XCFLAGS.Andreas Krebbel2-1/+5
2013-07-292013-07-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel3-1/+12
2013-07-17s390.c: (s390_expand_builtin): Allow -mhtm to be enabled without -march=zEC12.Andreas Krebbel5-8/+73
2013-07-15acinclude.m4 (LIBITM_CHECK_AS_HTM): New.Peter Bergner7-5/+166
2013-06-27s390.c: Rename UNSPEC_CCU_TO_INT to UNSPEC_STRCMPCC_TO_INT and UNSPEC_CCZ_TO_...Andreas Krebbel2-0/+66
2013-06-20libitm.exp: Reorder lib loads into dependency order.Iain Sandoe4-8/+22