Age | Commit message (Expand) | Author | Files | Lines |
2012-03-05 | libitm: Don't execute memtransfer/memset if size isn't larger than zero. | Torvald Riegel | 2 | -2/+9 |
2012-03-05 | libitm: Update texinfo docs. | Torvald Riegel | 2 | -3/+35 |
2012-02-24 | libitm: Use ml_wt as default TM methods for >1 thread. | Torvald Riegel | 2 | -1/+6 |
2012-02-20 | libitm: Put gl_wt global lock on separate cache line. | Torvald Riegel | 2 | -2/+6 |
2012-02-20 | libitm: Optimize synchronization in gl_wt rollback. | Torvald Riegel | 2 | -12/+20 |
2012-02-20 | libitm: Remove obsolete handling of prior serial lock corner cases in gl_wt. | Torvald Riegel | 2 | -28/+11 |
2012-02-20 | libitm: Optimize memory order requiremens in gl_wt pre_write. | Torvald Riegel | 2 | -3/+18 |
2012-02-20 | libitm: Add missing undo-logging of RfW src regions in gl_wt memtransfer. | Torvald Riegel | 2 | -8/+16 |
2012-02-20 | libitm: Fix race condition in dispatch choice at transaction begin. | Torvald Riegel | 3 | -40/+96 |
2012-02-15 | re PR libitm/52220 (FAIL: libitm.c++/eh-1.C execution test due to Xcode 4 wea... | Iain Sandoe | 3 | -2/+9 |
2012-02-14 | * config/x86/target.h (GTM_longjmp): Correct the .cfi corrections. | Richard Henderson | 2 | -5/+9 |
2012-02-14 | target.h (GTM_longjmp): Correct .cfi directives. | Uros Bizjak | 2 | -3/+9 |
2012-02-14 | libitm: Add multi-lock, write-through TM method. | Torvald Riegel | 6 | -6/+639 |
2012-02-14 | libitm: Improve method reinit and choice. | Torvald Riegel | 3 | -13/+32 |
2012-02-14 | libitm: Add xcalloc. | Torvald Riegel | 3 | -0/+19 |
2012-02-14 | target.h (cpu_relax): Read from CC register. | Eric Botcazou | 3 | -9/+14 |
2012-02-14 | target.h (GTM_longjmp): Jump indirect from memory address. | Uros Bizjak | 2 | -6/+8 |
2012-02-13 | configure.tgt (target_cpu): Handle sparc and sparc64 & sparcv9. | Eric Botcazou | 6 | -1/+282 |
2012-02-13 | gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm. | Eric Botcazou | 4 | -3/+8 |
2012-01-31 | Fixed PR reference. | Rainer Orth | 1 | -1/+1 |
2012-01-31 | Link C++ tests with -shared-libgcc (PR libitm/51822) | Rainer Orth | 2 | -3/+14 |
2012-01-24 | libitm: Fix wake-up of readers in futex-based serial lock. | Torvald Riegel | 2 | -3/+11 |
2012-01-24 | target.h (gtm_jmpbuf): Move rip to the end of structure. | Uros Bizjak | 3 | -19/+26 |
2012-01-23 | re PR libitm/51830 (FAIL: libitm.c/mem(cpy|set)-1.c execution test) | Uros Bizjak | 2 | -0/+7 |
2012-01-23 | Remove _ITM_getThreadnum | Rainer Orth | 3 | -4/+6 |
2012-01-23 | Clear hardware capabilities on libitm.so with Sun ld | Rainer Orth | 8 | -9/+177 |
2012-01-17 | Skip static_ctor.C test (PR libitm/51173) | Rainer Orth | 2 | -1/+7 |
2012-01-13 | libitm: Truncate undo log after rolling back. | Torvald Riegel | 3 | -0/+8 |
2012-01-13 | libitm: Filter out undo writes that overlap with the libitm stack. | Torvald Riegel | 7 | -6/+84 |
2012-01-09 | libitm_i.h (_Unwind_DeleteException): Declare weak. | Richard Henderson | 3 | -1/+12 |
2012-01-08 | libitm: Optimize undo log. | Torvald Riegel | 7 | -88/+83 |
2012-01-05 | libitm: PowerPC support. | Richard Henderson | 7 | -4/+590 |
2012-01-05 | Add Patrick Marlier to ChangeLog entry. | Aldy Hernandez | 1 | -0/+1 |
2012-01-05 | re PR libitm/51171 (XFAIL: libitm.c/reentrant.c execution test) | Aldy Hernandez | 2 | -2/+8 |
2011-12-24 | libitm: Don't enforce privatization safety if already in serial mode. | Torvald Riegel | 2 | -1/+11 |
2011-12-24 | libitm: Fix privatization safety during upgrades to serial mode. | Torvald Riegel | 8 | -23/+65 |
2011-12-24 | libitm: Fixed conversion to C++11 atomics. | Torvald Riegel | 13 | -90/+222 |
2011-12-21 | Makefile.am (AM_CXXFLAGS): Put $(XCFLAGS) first. | Jakub Jelinek | 3 | -4/+9 |
2011-12-17 | configure.tgt: Add sh* case. | Kaz Kojima | 5 | -0/+232 |
2011-12-14 | arm-linux: Add libitm support. | Richard Henderson | 14 | -17/+422 |
2011-12-13 | rwlock.cc (gtm_rwlock::write_lock_generic): Fix signed/unsigned comparison we... | Richard Henderson | 2 | -1/+4 |
2011-12-13 | libitm: Conversion to c++11 atomics. | Richard Henderson | 10 | -102/+1996 |
2011-11-30 | Swap the action and jmpbuf arguments to GTM_longjmp | Richard Henderson | 5 | -39/+46 |
2011-11-23 | Makefile.am (libitm_la_LDFLAGS): Remove "-no-undefined". | Iain Sandoe | 3 | -5/+7 |
2011-11-22 | weakref.m4: New file. | Iain Sandoe | 9 | -14/+87 |
2011-11-22 | sjlj.S (CONCAT1, [...]): Respond to __USER_LABEL_PREFIX__ for targets that us... | Iain Sandoe | 3 | -19/+57 |
2011-11-22 | memcpy-1.c: Allow for MAP_ANON spelling. | Iain Sandoe | 3 | -0/+17 |
2011-11-21 | Additional fixes for FreeBSD-10 build: | Andreas Tobler | 2 | -6/+10 |
2011-11-21 | Support sun symbol versioning in libitm | Rainer Orth | 5 | -29/+176 |
2011-11-18 | Support libitm on Solaris 8 and 9/x86 with Sun as | Rainer Orth | 3 | -1/+21 |