summaryrefslogtreecommitdiff
path: root/libitm
Commit message (Expand)AuthorAgeFilesLines
...
* * config/x86/target.h (GTM_longjmp): Jump indirect from memory address.uros2012-02-142-6/+8
* * configure.tgt (target_cpu): Handle sparc and sparc64 & sparcv9.ebotcazou2012-02-136-1/+282
* gcc/ebotcazou2012-02-134-3/+8
* Fixed PR reference.ro2012-01-311-1/+1
* Link C++ tests with -shared-libgcc (PR libitm/51822)ro2012-01-312-3/+14
* libitm: Fix wake-up of readers in futex-based serial lock.torvald2012-01-242-3/+11
* * config/x86/target.h (gtm_jmpbuf) [__x86_64__]: Move rip to theuros2012-01-243-19/+26
* PR libitm/51830uros2012-01-232-0/+7
* Remove _ITM_getThreadnumro2012-01-233-4/+6
* Clear hardware capabilities on libitm.so with Sun ldro2012-01-238-9/+177
* Skip static_ctor.C test (PR libitm/51173)ro2012-01-172-1/+7
* libitm: Truncate undo log after rolling back.torvald2012-01-133-0/+8
* libitm: Filter out undo writes that overlap with the libitm stack.torvald2012-01-137-6/+84
* * libitm_i.h (_Unwind_DeleteException): Declare weak.rth2012-01-103-1/+12
* libitm: Optimize undo log.torvald2012-01-087-88/+83
* libitm: PowerPC support.rth2012-01-057-4/+590
* Add Patrick Marlier to ChangeLog entry.aldyh2012-01-051-0/+1
* PR other/51171aldyh2012-01-052-2/+8
* libitm: Don't enforce privatization safety if already in serial mode.torvald2011-12-242-1/+11
* libitm: Fix privatization safety during upgrades to serial mode.torvald2011-12-248-23/+65
* libitm: Fixed conversion to C++11 atomics.torvald2011-12-2413-90/+222
* * Makefile.am (AM_CXXFLAGS): Put $(XCFLAGS) first.jakub2011-12-213-4/+9
* * configure.tgt: Add sh* case.kkojima2011-12-175-0/+232
* arm-linux: Add libitm support.rth2011-12-1514-17/+422
* * config/posix/rwlock.cc (gtm_rwlock::write_lock_generic): Fixrth2011-12-132-1/+4
* libitm: Conversion to c++11 atomics.rth2011-12-1310-102/+1996
* Swap the action and jmpbuf arguments to GTM_longjmprth2011-11-305-39/+46
* libitm:iains2011-11-233-5/+7
* config:iains2011-11-229-14/+87
* libitm:iains2011-11-223-19/+57
* libitm:iains2011-11-223-0/+17
* Additional fixes for FreeBSD-10 build:andreast2011-11-212-6/+10
* Support sun symbol versioning in libitmro2011-11-215-29/+176
* Support libitm on Solaris 8 and 9/x86 with Sun asro2011-11-183-1/+21
* Provide all dummy functions in alloc_cpp.cc, eh_cpp.ccro2011-11-173-5/+25
* PR bootstrap/51098uros2011-11-163-2/+8
* Check ia32 instead of ilp32.hjl2011-11-142-1/+5
* libitm port to Tru64 UNIXro2011-11-108-0/+33
* libitm: Don't add -mavx if the assembler doesn't support avx.rth2011-11-106-15/+35
* libitm: Work around assembler missing AVX insns.rth2011-11-106-0/+121
* libitm: Remove unused code.rth2011-11-0922-2668/+40
* libitm: Avoid non-portable x86 branch prediction mnemonic.rth2011-11-092-3/+8
* libitm: de-ELF-ize x86/sjlj.S.rth2011-11-092-5/+17
* libitm: Configure for gas cfi pseudo ops.rth2011-11-097-12/+109
* Fix a darwin10 build problem.rth2011-11-082-2/+12
* Fix tests for libitm support.rth2011-11-082-1/+3
* Check for libitm support at top-level.rth2011-11-084-41/+28
* ChangeLog for last change.ro2011-11-081-0/+8
* Fix Solaris/x86 libitm buildro2011-11-083-2/+6
* Merge from transactional-memory branch.aldyh2011-11-0888-0/+37362