summaryrefslogtreecommitdiff
path: root/libitm
Commit message (Expand)AuthorAgeFilesLines
* lib{gomp,itm}/testsuite: load missing fortran-modules.expBernhard Reutner-Fischer2012-03-162-0/+5
* Remove obsolete IRIX 6.5 supportRainer Orth2012-03-142-1/+5
* libitm: Fix lost wake-up in serial lock.Torvald Riegel2012-03-132-0/+32
* Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2012-03-123-2/+6
* libitm: Don't execute memtransfer/memset if size isn't larger than zero.Torvald Riegel2012-03-052-2/+9
* libitm: Update texinfo docs.Torvald Riegel2012-03-052-3/+35
* libitm: Use ml_wt as default TM methods for >1 thread.Torvald Riegel2012-02-242-1/+6
* libitm: Put gl_wt global lock on separate cache line.Torvald Riegel2012-02-202-2/+6
* libitm: Optimize synchronization in gl_wt rollback.Torvald Riegel2012-02-202-12/+20
* libitm: Remove obsolete handling of prior serial lock corner cases in gl_wt.Torvald Riegel2012-02-202-28/+11
* libitm: Optimize memory order requiremens in gl_wt pre_write.Torvald Riegel2012-02-202-3/+18
* libitm: Add missing undo-logging of RfW src regions in gl_wt memtransfer.Torvald Riegel2012-02-202-8/+16
* libitm: Fix race condition in dispatch choice at transaction begin.Torvald Riegel2012-02-203-40/+96
* re PR libitm/52220 (FAIL: libitm.c++/eh-1.C execution test due to Xcode 4 wea...Iain Sandoe2012-02-153-2/+9
* * config/x86/target.h (GTM_longjmp): Correct the .cfi corrections.Richard Henderson2012-02-142-5/+9
* target.h (GTM_longjmp): Correct .cfi directives.Uros Bizjak2012-02-142-3/+9
* libitm: Add multi-lock, write-through TM method.Torvald Riegel2012-02-146-6/+639
* libitm: Improve method reinit and choice.Torvald Riegel2012-02-143-13/+32
* libitm: Add xcalloc.Torvald Riegel2012-02-143-0/+19
* target.h (cpu_relax): Read from CC register.Eric Botcazou2012-02-143-9/+14
* target.h (GTM_longjmp): Jump indirect from memory address.Uros Bizjak2012-02-142-6/+8
* configure.tgt (target_cpu): Handle sparc and sparc64 & sparcv9.Eric Botcazou2012-02-136-1/+282
* gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.Eric Botcazou2012-02-134-3/+8
* Fixed PR reference.Rainer Orth2012-01-311-1/+1
* Link C++ tests with -shared-libgcc (PR libitm/51822)Rainer Orth2012-01-312-3/+14
* libitm: Fix wake-up of readers in futex-based serial lock.Torvald Riegel2012-01-242-3/+11
* target.h (gtm_jmpbuf): Move rip to the end of structure.Uros Bizjak2012-01-243-19/+26
* re PR libitm/51830 (FAIL: libitm.c/mem(cpy|set)-1.c execution test)Uros Bizjak2012-01-232-0/+7
* Remove _ITM_getThreadnumRainer Orth2012-01-233-4/+6
* Clear hardware capabilities on libitm.so with Sun ldRainer Orth2012-01-238-9/+177
* Skip static_ctor.C test (PR libitm/51173)Rainer Orth2012-01-172-1/+7
* libitm: Truncate undo log after rolling back.Torvald Riegel2012-01-133-0/+8
* libitm: Filter out undo writes that overlap with the libitm stack.Torvald Riegel2012-01-137-6/+84
* libitm_i.h (_Unwind_DeleteException): Declare weak.Richard Henderson2012-01-093-1/+12
* libitm: Optimize undo log.Torvald Riegel2012-01-087-88/+83
* libitm: PowerPC support.Richard Henderson2012-01-057-4/+590
* Add Patrick Marlier to ChangeLog entry.Aldy Hernandez2012-01-051-0/+1
* re PR libitm/51171 (XFAIL: libitm.c/reentrant.c execution test)Aldy Hernandez2012-01-052-2/+8
* libitm: Don't enforce privatization safety if already in serial mode.Torvald Riegel2011-12-242-1/+11
* libitm: Fix privatization safety during upgrades to serial mode.Torvald Riegel2011-12-248-23/+65
* libitm: Fixed conversion to C++11 atomics.Torvald Riegel2011-12-2413-90/+222
* Makefile.am (AM_CXXFLAGS): Put $(XCFLAGS) first.Jakub Jelinek2011-12-213-4/+9
* configure.tgt: Add sh* case.Kaz Kojima2011-12-175-0/+232
* arm-linux: Add libitm support.Richard Henderson2011-12-1414-17/+422
* rwlock.cc (gtm_rwlock::write_lock_generic): Fix signed/unsigned comparison we...Richard Henderson2011-12-132-1/+4
* libitm: Conversion to c++11 atomics.Richard Henderson2011-12-1310-102/+1996
* Swap the action and jmpbuf arguments to GTM_longjmpRichard Henderson2011-11-305-39/+46
* Makefile.am (libitm_la_LDFLAGS): Remove "-no-undefined".Iain Sandoe2011-11-233-5/+7
* weakref.m4: New file.Iain Sandoe2011-11-229-14/+87
* sjlj.S (CONCAT1, [...]): Respond to __USER_LABEL_PREFIX__ for targets that us...Iain Sandoe2011-11-223-19/+57