aboutsummaryrefslogtreecommitdiff
path: root/libitm/config
AgeCommit message (Expand)AuthorFilesLines
2020-07-24aarch64: add PAC-RET protection to libitm sjlj.SSzabolcs Nagy1-3/+53
2020-07-09aarch64: Fix BTI support in libitmSzabolcs Nagy1-0/+27
2020-07-09aarch64: Fix noexecstack note in libitmSzabolcs Nagy1-1/+1
2020-01-01Update copyright years.Jakub Jelinek36-36/+36
2019-09-10[ARM/FDPIC v6 23/24] [ARM] FDPIC: Implement libitm support.Christophe Lyon1-1/+10
2019-01-01Update copyright years.Jakub Jelinek36-36/+36
2018-12-13target.h (htm_available): Add support for PPC_FEATURE2_HTM_NO_SUSPEND.Peter Bergner1-1/+14
2018-08-03Remove nfs bogonJeff Law1-0/+0
2018-08-03sjlj.S: Adjust to use PIC vs normal code to avoid absolute relocation in a sh...Sergei Trofimovich2-2/+2
2018-06-12libitm/x86: Correct offsets of __private_tm and pointer_guardH.J. Lu1-12/+12
2018-04-24x86: Update __CET__ checkH.J. Lu1-4/+4
2018-04-23x86/cet: Use unsigned integer to unwind shadow stackH.J. Lu1-4/+4
2018-01-03Update copyright years.Jakub Jelinek36-36/+36
2017-11-17Enable building libitm with Intel CETIgor Tsimbalist1-0/+67
2017-11-17Add extra field to gtm_jmpbuf on x86 onlyIgor Tsimbalist2-21/+27
2017-01-19target.h (htm_available): Determine vendor from __get_cpuid_max return.Uros Bizjak1-17/+18
2017-01-18libitm: Disable TSX on processors on which it may be broken.Torvald Riegel1-0/+22
2017-01-01Update copyright years.Jakub Jelinek36-36/+36
2016-03-03libitm: Introduce target macro TARGET_BEGIN_TRANSACTION_ATTRIBUTE.Dominik Vogt1-0/+3
2016-01-22libitm: Fix HTM fastpath.Torvald Riegel4-20/+74
2016-01-20re PR target/69343 (Bootstrap failure on s390{,x}-linux)Richard Henderson2-3/+43
2016-01-13libitm: Fix seq-cst MOs/fences in rwlock.Torvald Riegel1-24/+23
2016-01-13re PR target/68964 (Internal compiler error for test case gcc.dg/tm/20100610....Richard Henderson2-43/+3
2016-01-13libitm: Fix privatization safety interaction with serial mode.Torvald Riegel2-0/+33
2016-01-12libitm: Remove dead code and data.Torvald Riegel5-304/+0
2016-01-04Update copyright years.Jakub Jelinek41-41/+41
2015-10-27config.gcc: Handle --enable-fdpic.Daniel Jacobowitz1-7/+2
2015-07-03re PR libitm/52482 (libitm INVALID MNEMONIC in .S (powerpc asm))Carlos Sánchez de La Lama1-4/+4
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 Bizjak5-8/+8
2015-05-27futex.h (sys_futex0): Change operand "op" to long.Uros Bizjak1-21/+1
2015-04-22libitm fixes for musl supportGregor Richards2-3/+7
2015-01-05Update copyright years.Jakub Jelinek41-41/+41
2014-07-24libitm: Improve aarch64 _ITM_beginTransactionRichard Henderson1-2/+1
2014-05-19libitm: Enable aarch64Richard Henderson2-0/+138
2014-04-09Check if GCC uses assembler cfi supportRainer Orth1-2/+2
2014-04-02libitm: Remove unused PAGE_SIZE macrosRichard Henderson5-20/+0
2014-03-26futex_bits.h: Include errno.h.Jakub Jelinek1-1/+5
2014-01-02Update copyright years in libitm/Richard Sandiford39-39/+39
2013-11-14rs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2.Ulrich Weigand1-1/+23
2013-08-30libitm: Fix wrong initialization order introduced with r202101.Torvald Riegel1-2/+2
2013-08-30Add custom HTM fast path for RTM on x86_64.Torvald Riegel4-17/+109
2013-07-292013-07-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel1-0/+4
2013-07-17s390.c: (s390_expand_builtin): Allow -mhtm to be enabled without -march=zEC12.Andreas Krebbel1-7/+16
2013-07-15acinclude.m4 (LIBITM_CHECK_AS_HTM): New.Peter Bergner1-0/+82
2013-06-27s390.c: Rename UNSPEC_CCU_TO_INT to UNSPEC_STRCMPCC_TO_INT and UNSPEC_CCZ_TO_...Andreas Krebbel1-0/+59
2013-06-20libitm: Handle HTM fastpath in status query functions.Torvald Riegel1-0/+7
2013-04-23sjlj.S: New file.Andreas Krebbel2-0/+163
2013-02-03Update copyright in libitm.Richard Sandiford37-37/+37
2012-11-09Add HTM fastpath and use Intel RTM for it on x86.Torvald Riegel3-17/+84