Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-11-17 | Provide all dummy functions in alloc_cpp.cc, eh_cpp.cc | Rainer Orth | 3 | -5/+25 |
2011-11-16 | re PR bootstrap/51098 (bootstrap failed on avx i686, svn revision 181259 to 1... | Uros Bizjak | 3 | -2/+8 |
2011-11-14 | Check ia32 instead of ilp32. | H.J. Lu | 2 | -1/+5 |
2011-11-10 | libitm port to Tru64 UNIX | Rainer Orth | 8 | -0/+33 |
2011-11-10 | libitm: Don't add -mavx if the assembler doesn't support avx. | Richard Henderson | 6 | -15/+35 |
2011-11-09 | libitm: Work around assembler missing AVX insns. | Richard Henderson | 6 | -0/+121 |
2011-11-09 | libitm: Remove unused code. | Richard Henderson | 22 | -2668/+40 |
2011-11-09 | libitm: Avoid non-portable x86 branch prediction mnemonic. | Richard Henderson | 2 | -3/+8 |
2011-11-09 | libitm: de-ELF-ize x86/sjlj.S. | Richard Henderson | 2 | -5/+17 |
2011-11-09 | libitm: Configure for gas cfi pseudo ops. | Richard Henderson | 7 | -12/+109 |
2011-11-08 | Fix a darwin10 build problem. | Richard Henderson | 2 | -2/+12 |
2011-11-08 | Fix tests for libitm support. | Richard Henderson | 2 | -1/+3 |
2011-11-08 | Check for libitm support at top-level. | Richard Henderson | 4 | -41/+28 |
2011-11-08 | ChangeLog for last change. | Rainer Orth | 1 | -0/+8 |
2011-11-08 | Fix Solaris/x86 libitm build | Rainer Orth | 3 | -2/+6 |
2011-11-08 | Merge from transactional-memory branch. | Aldy Hernandez | 88 | -0/+37362 |