aboutsummaryrefslogtreecommitdiff
path: root/libitm/config
AgeCommit message (Expand)Author
2016-03-03libitm: Introduce target macro TARGET_BEGIN_TRANSACTION_ATTRIBUTE.Dominik Vogt
2016-01-22libitm: Fix HTM fastpath.Torvald Riegel
2016-01-20re PR target/69343 (Bootstrap failure on s390{,x}-linux)Richard Henderson
2016-01-13libitm: Fix seq-cst MOs/fences in rwlock.Torvald Riegel
2016-01-13re PR target/68964 (Internal compiler error for test case gcc.dg/tm/20100610....Richard Henderson
2016-01-13libitm: Fix privatization safety interaction with serial mode.Torvald Riegel
2016-01-12libitm: Remove dead code and data.Torvald Riegel
2016-01-04Update copyright years.Jakub Jelinek
2015-10-27config.gcc: Handle --enable-fdpic.Daniel Jacobowitz
2015-07-03re PR libitm/52482 (libitm INVALID MNEMONIC in .S (powerpc asm))Carlos Sánchez de La Lama
2015-06-05* config/linux/x86/futex_bits.h (sys_futex0): Cosmetics.Uros Bizjak
2015-05-28futex_bits.h (sys_futex0): Change operands "op" and "val" to int.Uros Bizjak
2015-05-27futex.h (sys_futex0): Change operand "op" to long.Uros Bizjak
2015-04-22libitm fixes for musl supportGregor Richards
2015-01-05Update copyright years.Jakub Jelinek
2014-07-24libitm: Improve aarch64 _ITM_beginTransactionRichard Henderson
2014-05-19libitm: Enable aarch64Richard Henderson
2014-04-09Check if GCC uses assembler cfi supportRainer Orth
2014-04-02libitm: Remove unused PAGE_SIZE macrosRichard Henderson
2014-03-26futex_bits.h: Include errno.h.Jakub Jelinek
2014-01-02Update copyright years in libitm/Richard Sandiford
2013-11-14rs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2.Ulrich Weigand
2013-08-30libitm: Fix wrong initialization order introduced with r202101.Torvald Riegel
2013-08-30Add custom HTM fast path for RTM on x86_64.Torvald Riegel
2013-07-292013-07-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel
2013-07-17s390.c: (s390_expand_builtin): Allow -mhtm to be enabled without -march=zEC12.Andreas Krebbel
2013-07-15acinclude.m4 (LIBITM_CHECK_AS_HTM): New.Peter Bergner
2013-06-27s390.c: Rename UNSPEC_CCU_TO_INT to UNSPEC_STRCMPCC_TO_INT and UNSPEC_CCZ_TO_...Andreas Krebbel
2013-06-20libitm: Handle HTM fastpath in status query functions.Torvald Riegel
2013-04-23sjlj.S: New file.Andreas Krebbel
2013-02-03Update copyright in libitm.Richard Sandiford
2012-11-09Add HTM fastpath and use Intel RTM for it on x86.Torvald Riegel
2012-10-02target.h (struct gtm_jmpbuf): Merge x86_64 and ia32 declarations some more.Uros Bizjak
2012-07-03xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.Uros Bizjak
2012-04-04Use long long in gtm_jmpbuf for x86-64H.J. Lu
2012-03-13libitm: Fix lost wake-up in serial lock.Torvald Riegel
2012-02-14* config/x86/target.h (GTM_longjmp): Correct the .cfi corrections.Richard Henderson
2012-02-14target.h (GTM_longjmp): Correct .cfi directives.Uros Bizjak
2012-02-14target.h (cpu_relax): Read from CC register.Eric Botcazou
2012-02-14target.h (GTM_longjmp): Jump indirect from memory address.Uros Bizjak
2012-02-13configure.tgt (target_cpu): Handle sparc and sparc64 & sparcv9.Eric Botcazou
2012-01-24libitm: Fix wake-up of readers in futex-based serial lock.Torvald Riegel
2012-01-24target.h (gtm_jmpbuf): Move rip to the end of structure.Uros Bizjak
2012-01-23re PR libitm/51830 (FAIL: libitm.c/mem(cpy|set)-1.c execution test)Uros Bizjak
2012-01-13libitm: Filter out undo writes that overlap with the libitm stack.Torvald Riegel
2012-01-05libitm: PowerPC support.Richard Henderson
2011-12-24libitm: Fix privatization safety during upgrades to serial mode.Torvald Riegel
2011-12-24libitm: Fixed conversion to C++11 atomics.Torvald Riegel
2011-12-17configure.tgt: Add sh* case.Kaz Kojima
2011-12-14arm-linux: Add libitm support.Richard Henderson