summaryrefslogtreecommitdiff
path: root/libitm/beginend.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* PR c++/58407 - deprecated implicit copy ops.Jason Merrill2018-05-181-0/+5
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor2017-06-151-3/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* libitm: Introduce target macro TARGET_BEGIN_TRANSACTION_ATTRIBUTE.Dominik Vogt2016-03-031-0/+6
* libitm: Fix HTM fastpath.Torvald Riegel2016-01-221-16/+31
* libitm: Fix seq-cst MOs/fences in rwlock.Torvald Riegel2016-01-131-2/+4
* libitm: Fix privatization safety interaction with serial mode.Torvald Riegel2016-01-131-5/+29
* libitm: Remove dead code and data.Torvald Riegel2016-01-121-3/+0
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Support __cxa_free_exception and fix exception handling.Torvald Riegel2015-11-201-2/+8
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libitm/Richard Sandiford2014-01-021-1/+1
* Add custom HTM fast path for RTM on x86_64.Torvald Riegel2013-08-301-1/+45
* libitm: Fix handling of reentrancy in the HTM fastpath.Torvald Riegel2013-06-201-0/+10
* Update copyright in libitm.Richard Sandiford2013-02-031-1/+1
* Add HTM fastpath and use Intel RTM for it on x86.Torvald Riegel2012-11-091-0/+85
* libitm: Fix race condition in dispatch choice at transaction begin.Torvald Riegel2012-02-201-10/+0
* libitm: Filter out undo writes that overlap with the libitm stack.Torvald Riegel2012-01-131-1/+1
* libitm: Optimize undo log.Torvald Riegel2012-01-081-3/+3
* libitm: Don't enforce privatization safety if already in serial mode.Torvald Riegel2011-12-241-1/+6
* libitm: Fix privatization safety during upgrades to serial mode.Torvald Riegel2011-12-241-1/+9
* libitm: Fixed conversion to C++11 atomics.Torvald Riegel2011-12-241-5/+19
* libitm: Conversion to c++11 atomics.Richard Henderson2011-12-131-11/+12
* Swap the action and jmpbuf arguments to GTM_longjmpRichard Henderson2011-11-301-6/+6
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+536