summaryrefslogtreecommitdiff
path: root/libitm/beginend.cc
Commit message (Expand)AuthorAgeFilesLines
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesmsebor2017-06-161-3/+3
* Update copyright years.jakub2017-01-011-1/+1
* libitm: Introduce target macro TARGET_BEGIN_TRANSACTION_ATTRIBUTE.krebbel2016-03-031-0/+6
* libitm: Fix HTM fastpath.torvald2016-01-221-16/+31
* libitm: Fix seq-cst MOs/fences in rwlock.torvald2016-01-131-2/+4
* libitm: Fix privatization safety interaction with serial mode.torvald2016-01-131-5/+29
* libitm: Remove dead code and data.torvald2016-01-121-3/+0
* Update copyright years.jakub2016-01-041-1/+1
* Support __cxa_free_exception and fix exception handling.torvald2015-11-201-2/+8
* Update copyright years.jakub2015-01-051-1/+1
* Update copyright years in libitm/rsandifo2014-01-021-1/+1
* Add custom HTM fast path for RTM on x86_64.torvald2013-08-301-1/+45
* libitm: Fix handling of reentrancy in the HTM fastpath.torvald2013-06-201-0/+10
* Update copyright in libitm.rsandifo2013-02-031-1/+1
* Add HTM fastpath and use Intel RTM for it on x86.torvald2012-11-091-0/+85
* libitm: Fix race condition in dispatch choice at transaction begin.torvald2012-02-201-10/+0
* libitm: Filter out undo writes that overlap with the libitm stack.torvald2012-01-131-1/+1
* libitm: Optimize undo log.torvald2012-01-081-3/+3
* libitm: Don't enforce privatization safety if already in serial mode.torvald2011-12-241-1/+6
* libitm: Fix privatization safety during upgrades to serial mode.torvald2011-12-241-1/+9
* libitm: Fixed conversion to C++11 atomics.torvald2011-12-241-5/+19
* libitm: Conversion to c++11 atomics.rth2011-12-131-11/+12
* Swap the action and jmpbuf arguments to GTM_longjmprth2011-11-301-6/+6
* Merge from transactional-memory branch.aldyh2011-11-081-0/+536