summaryrefslogtreecommitdiff
path: root/libitm/beginend.cc
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-05-18PR c++/58407 - deprecated implicit copy ops.Jason Merrill
2018-01-03Update copyright years.Jakub Jelinek
2017-06-15PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor
2017-01-01Update copyright years.Jakub Jelinek
2016-03-03libitm: Introduce target macro TARGET_BEGIN_TRANSACTION_ATTRIBUTE.Dominik Vogt
2016-01-22libitm: Fix HTM fastpath.Torvald Riegel
2016-01-13libitm: Fix seq-cst MOs/fences in rwlock.Torvald Riegel
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-11-20Support __cxa_free_exception and fix exception handling.Torvald Riegel
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libitm/Richard Sandiford
2013-08-30Add custom HTM fast path for RTM on x86_64.Torvald Riegel
2013-06-20libitm: Fix handling of reentrancy in the HTM fastpath.Torvald Riegel
2013-02-03Update copyright in libitm.Richard Sandiford
2012-11-09Add HTM fastpath and use Intel RTM for it on x86.Torvald Riegel
2012-02-20libitm: Fix race condition in dispatch choice at transaction begin.Torvald Riegel
2012-01-13libitm: Filter out undo writes that overlap with the libitm stack.Torvald Riegel
2012-01-08libitm: Optimize undo log.Torvald Riegel
2011-12-24libitm: Don't enforce privatization safety if already in serial mode.Torvald Riegel
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-13libitm: Conversion to c++11 atomics.Richard Henderson
2011-11-30Swap the action and jmpbuf arguments to GTM_longjmpRichard Henderson
2011-11-08Merge from transactional-memory branch.Aldy Hernandez