aboutsummaryrefslogtreecommitdiff
path: root/libitm/beginend.cc
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libitm/Richard Sandiford1-1/+1
2013-08-30Add custom HTM fast path for RTM on x86_64.Torvald Riegel1-1/+45
2013-06-20libitm: Fix handling of reentrancy in the HTM fastpath.Torvald Riegel1-0/+10
2013-02-03Update copyright in libitm.Richard Sandiford1-1/+1
2012-11-09Add HTM fastpath and use Intel RTM for it on x86.Torvald Riegel1-0/+85
2012-02-20libitm: Fix race condition in dispatch choice at transaction begin.Torvald Riegel1-10/+0
2012-01-13libitm: Filter out undo writes that overlap with the libitm stack.Torvald Riegel1-1/+1
2012-01-08libitm: Optimize undo log.Torvald Riegel1-3/+3
2011-12-24libitm: Don't enforce privatization safety if already in serial mode.Torvald Riegel1-1/+6
2011-12-24libitm: Fix privatization safety during upgrades to serial mode.Torvald Riegel1-1/+9
2011-12-24libitm: Fixed conversion to C++11 atomics.Torvald Riegel1-5/+19
2011-12-13libitm: Conversion to c++11 atomics.Richard Henderson1-11/+12
2011-11-30Swap the action and jmpbuf arguments to GTM_longjmpRichard Henderson1-6/+6
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+536