]> git.ipfire.org Git - thirdparty/gcc.git/history - libitm/beginend.cc
configure: always set SPHINX_BUILD
[thirdparty/gcc.git] / libitm / beginend.cc
2022-01-03  Jakub JelinekUpdate copyright years.
2021-01-04  Jakub JelinekUpdate copyright years.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-05-18  Jason MerrillPR c++/58407 - deprecated implicit copy ops.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-06-16  Martin SeborPR c++/80560 - warn on undefined memory operations...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-03-03  Dominik Vogtlibitm: Introduce target macro TARGET_BEGIN_TRANSACTION...
2016-01-22  Torvald Riegellibitm: Fix HTM fastpath.
2016-01-13  Torvald Riegellibitm: Fix seq-cst MOs/fences in rwlock.
2016-01-13  Torvald Riegellibitm: Fix privatization safety interaction with seria...
2016-01-12  Torvald Riegellibitm: Remove dead code and data.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-20  Torvald RiegelSupport __cxa_free_exception and fix exception handling.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-01-02  Richard SandifordUpdate copyright years in libitm/
2013-08-30  Torvald RiegelAdd custom HTM fast path for RTM on x86_64.
2013-06-20  Torvald Riegellibitm: Fix handling of reentrancy in the HTM fastpath.
2013-02-03  Richard SandifordUpdate copyright in libitm.
2012-11-09  Torvald RiegelAdd HTM fastpath and use Intel RTM for it on x86.
2012-02-20  Torvald Riegellibitm: Fix race condition in dispatch choice at transa...
2012-01-13  Torvald Riegellibitm: Filter out undo writes that overlap with the...
2012-01-08  Torvald Riegellibitm: Optimize undo log.
2011-12-24  Torvald Riegellibitm: Don't enforce privatization safety if already...
2011-12-24  Torvald Riegellibitm: Fix privatization safety during upgrades to...
2011-12-24  Torvald Riegellibitm: Fixed conversion to C++11 atomics.
2011-12-13  Richard Hendersonlibitm: Conversion to c++11 atomics.
2011-11-30  Richard HendersonSwap the action and jmpbuf arguments to GTM_longjmp
2011-11-08  Aldy HernandezMerge from transactional-memory branch.