aboutsummaryrefslogtreecommitdiff
path: root/libitm/config
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-02target.h (struct gtm_jmpbuf): Merge x86_64 and ia32 declarations some more.Uros Bizjak2-8/+3
2012-07-03xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.Uros Bizjak1-1/+1
2012-04-04Use long long in gtm_jmpbuf for x86-64H.J. Lu1-7/+7
2012-03-13libitm: Fix lost wake-up in serial lock.Torvald Riegel1-0/+26
2012-02-14* config/x86/target.h (GTM_longjmp): Correct the .cfi corrections.Richard Henderson1-5/+5
2012-02-14target.h (GTM_longjmp): Correct .cfi directives.Uros Bizjak1-3/+5
2012-02-14target.h (cpu_relax): Read from CC register.Eric Botcazou2-5/+6
2012-02-14target.h (GTM_longjmp): Jump indirect from memory address.Uros Bizjak1-6/+4
2012-02-13configure.tgt (target_cpu): Handle sparc and sparc64 & sparcv9.Eric Botcazou4-0/+245
2012-01-24libitm: Fix wake-up of readers in futex-based serial lock.Torvald Riegel1-3/+6
2012-01-24target.h (gtm_jmpbuf): Move rip to the end of structure.Uros Bizjak2-19/+17
2012-01-23re PR libitm/51830 (FAIL: libitm.c/mem(cpy|set)-1.c execution test)Uros Bizjak1-0/+1
2012-01-13libitm: Filter out undo writes that overlap with the libitm stack.Torvald Riegel2-0/+24
2012-01-05libitm: PowerPC support.Richard Henderson5-2/+572
2011-12-24libitm: Fix privatization safety during upgrades to serial mode.Torvald Riegel4-10/+30
2011-12-24libitm: Fixed conversion to C++11 atomics.Torvald Riegel10-71/+98
2011-12-17configure.tgt: Add sh* case.Kaz Kojima3-0/+223
2011-12-14arm-linux: Add libitm support.Richard Henderson8-7/+374
2011-12-13rwlock.cc (gtm_rwlock::write_lock_generic): Fix signed/unsigned comparison we...Richard Henderson1-1/+1
2011-12-13libitm: Conversion to c++11 atomics.Richard Henderson4-42/+12
2011-11-30Swap the action and jmpbuf arguments to GTM_longjmpRichard Henderson2-32/+31
2011-11-22sjlj.S (CONCAT1, [...]): Respond to __USER_LABEL_PREFIX__ for targets that us...Iain Sandoe1-18/+39
2011-11-18Support libitm on Solaris 8 and 9/x86 with Sun asRainer Orth2-1/+13
2011-11-10libitm port to Tru64 UNIXRainer Orth1-0/+4
2011-11-10libitm: Don't add -mavx if the assembler doesn't support avx.Richard Henderson1-12/+8
2011-11-09libitm: Work around assembler missing AVX insns.Richard Henderson1-0/+59
2011-11-09libitm: Remove unused code.Richard Henderson13-1405/+3
2011-11-09libitm: Avoid non-portable x86 branch prediction mnemonic.Richard Henderson1-3/+5
2011-11-09libitm: de-ELF-ize x86/sjlj.S.Richard Henderson1-5/+14
2011-11-09libitm: Configure for gas cfi pseudo ops.Richard Henderson2-12/+59
2011-11-08Fix Solaris/x86 libitm buildRainer Orth2-1/+5
2011-11-08Merge from transactional-memory branch.Aldy Hernandez27-0/+3199