]> git.ipfire.org Git - thirdparty/gcc.git/history - libitm/config
2019-06-13 Richard Biener <rguenther@suse.de>
[thirdparty/gcc.git] / libitm / config /
2019-01-01  jakub Update copyright years.
2018-12-13  bergnerlibitm/
2018-08-03  lawRemove nfs bogon
2018-08-03  law * config/sh/sjlj.S: Adjust to use PIC vs normal code...
2018-06-12  hjllibitm/x86: Correct offsets of __private_tm and pointer...
2018-04-24  hjlx86: Update __CET__ check
2018-04-23  hjlx86/cet: Use unsigned integer to unwind shadow stack
2018-01-03  jakub Update copyright years.
2017-11-17  itsimbalEnable building libitm with Intel CET
2017-11-17  itsimbalAdd extra field to gtm_jmpbuf on x86 only
2017-01-19  uros * config/x86/target.h (htm_available): Determine vendo...
2017-01-18  torvaldlibitm: Disable TSX on processors on which it may be...
2017-01-01  jakub Update copyright years.
2016-03-03  krebbellibitm: Introduce target macro TARGET_BEGIN_TRANSACTION...
2016-01-22  torvaldlibitm: Fix HTM fastpath.
2016-01-20  rthPR bootstrap/69343
2016-01-13  torvaldlibitm: Fix seq-cst MOs/fences in rwlock.
2016-01-13  rthPR 68964
2016-01-13  torvaldlibitm: Fix privatization safety interaction with seria...
2016-01-12  torvaldlibitm: Remove dead code and data.
2016-01-04  jakub Update copyright years.
2015-10-27  olegendogcc/ChangeLog
2015-07-03  mrs2015-07-03 Carlos Sánchez de La Lama <csanchezdll...
2015-06-05  uros * config/linux/x86/futex_bits.h (sys_futex0): Cosmetics.
2015-05-28  uros * config/linux/x86/futex_bits.h (sys_futex0) [__x86_64...
2015-05-27  uroslibgomp/ChangeLog:
2015-04-22  ktkachovlibitm fixes for musl support
2015-01-05  jakub Update copyright years.
2014-07-25  rthlibitm: Improve aarch64 _ITM_beginTransaction
2014-05-19  rthlibitm: Enable aarch64
2014-04-17  rsandifoMerge from trunk.
2014-04-09  roCheck if GCC uses assembler cfi support
2014-04-02  mrsMerge in trunk.
2014-04-02  rthlibitm: Remove unused PAGE_SIZE macros
2014-03-26  jakub * config/linux/futex_bits.h: Include errno.h.
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in libitm/
2013-11-16  mrsMerge in trunk.
2013-11-14  uweigandgcc/ChangeLog:
2013-09-04  mrsMerge in trunk.
2013-08-30  torvaldlibitm: Fix wrong initialization order introduced with...
2013-08-30  torvaldAdd custom HTM fast path for RTM on x86_64.
2013-07-29  krebbel2013-07-29 Andreas Krebbel <Andreas.Krebbel@de.ibm...
2013-07-17  krebbel2013-07-17 Andreas Krebbel <Andreas.Krebbel@de.ibm...
2013-07-15  bergnerlibitm/
2013-06-27  krebbel2013-06-27 Andreas Krebbel <Andreas.Krebbel@de.ibm...
2013-06-20  torvaldlibitm: Handle HTM fastpath in status query functions.
2013-04-23  krebbel2013-04-23 Andreas Krebbel <Andreas.Krebbel@de.ibm...
2013-02-03  rsandifoUpdate copyright in libitm.
2012-11-09  torvaldAdd HTM fastpath and use Intel RTM for it on x86.
2012-10-02  uros * config/x86/target.h (struct gtm_jmpbuf): Merge x86_64
2012-07-03  urosgcc/
2012-04-04  hjlUse long long in gtm_jmpbuf for x86-64
2012-03-13  torvaldlibitm: Fix lost wake-up in serial lock.
2012-02-14  rth * config/x86/target.h (GTM_longjmp): Correct...
2012-02-14  uros * config/x86/target.h (GTM_longjmp): Correct .cfi...
2012-02-14  ebotcazou * config/sparc/target.h (cpu_relax): Read from CC...
2012-02-14  uros * config/x86/target.h (GTM_longjmp): Jump indirect...
2012-02-13  ebotcazou * configure.tgt (target_cpu): Handle sparc and sparc64...
2012-01-24  torvaldlibitm: Fix wake-up of readers in futex-based serial...
2012-01-24  uros * config/x86/target.h (gtm_jmpbuf) [__x86_64__]: Move...
2012-01-23  uros PR libitm/51830
2012-01-13  torvaldlibitm: Filter out undo writes that overlap with the...
2012-01-05  rthlibitm: PowerPC support.
2011-12-24  torvaldlibitm: Fix privatization safety during upgrades to...
2011-12-24  torvaldlibitm: Fixed conversion to C++11 atomics.
2011-12-17  kkojima * configure.tgt: Add sh* case.
2011-12-15  rtharm-linux: Add libitm support.
2011-12-13  rth * config/posix/rwlock.cc (gtm_rwlock::write_loc...
2011-12-13  rthlibitm: Conversion to c++11 atomics.
2011-11-30  rthSwap the action and jmpbuf arguments to GTM_longjmp
2011-11-22  iainslibitm:
2011-11-18  roSupport libitm on Solaris 8 and 9/x86 with Sun as
2011-11-10  rolibitm port to Tru64 UNIX
2011-11-10  rthlibitm: Don't add -mavx if the assembler doesn't suppor...
2011-11-10  rthlibitm: Work around assembler missing AVX insns.
2011-11-09  rthlibitm: Remove unused code.
2011-11-09  rthlibitm: Avoid non-portable x86 branch prediction mnemonic.
2011-11-09  rthlibitm: de-ELF-ize x86/sjlj.S.
2011-11-09  rthlibitm: Configure for gas cfi pseudo ops.
2011-11-08  roFix Solaris/x86 libitm build
2011-11-08  aldyhMerge from transactional-memory branch.