summaryrefslogtreecommitdiff
path: root/libitm
Commit message (Expand)AuthorAgeFilesLines
* 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
* memcpy-1.c: Allow for MAP_ANON spelling.Iain Sandoe2011-11-223-0/+17
* Additional fixes for FreeBSD-10 build:Andreas Tobler2011-11-212-6/+10
* Support sun symbol versioning in libitmRainer Orth2011-11-215-29/+176
* Support libitm on Solaris 8 and 9/x86 with Sun asRainer Orth2011-11-183-1/+21
* Provide all dummy functions in alloc_cpp.cc, eh_cpp.ccRainer Orth2011-11-173-5/+25
* re PR bootstrap/51098 (bootstrap failed on avx i686, svn revision 181259 to 1...Uros Bizjak2011-11-163-2/+8
* Check ia32 instead of ilp32.H.J. Lu2011-11-142-1/+5
* libitm port to Tru64 UNIXRainer Orth2011-11-108-0/+33
* libitm: Don't add -mavx if the assembler doesn't support avx.Richard Henderson2011-11-106-15/+35
* libitm: Work around assembler missing AVX insns.Richard Henderson2011-11-096-0/+121
* libitm: Remove unused code.Richard Henderson2011-11-0922-2668/+40
* libitm: Avoid non-portable x86 branch prediction mnemonic.Richard Henderson2011-11-092-3/+8
* libitm: de-ELF-ize x86/sjlj.S.Richard Henderson2011-11-092-5/+17
* libitm: Configure for gas cfi pseudo ops.Richard Henderson2011-11-097-12/+109
* Fix a darwin10 build problem.Richard Henderson2011-11-082-2/+12
* Fix tests for libitm support.Richard Henderson2011-11-082-1/+3
* Check for libitm support at top-level.Richard Henderson2011-11-084-41/+28
* ChangeLog for last change.Rainer Orth2011-11-081-0/+8
* Fix Solaris/x86 libitm buildRainer Orth2011-11-083-2/+6
* Merge from transactional-memory branch.Aldy Hernandez2011-11-0888-0/+37362