summaryrefslogtreecommitdiff
path: root/libitm
Commit message (Expand)AuthorAgeFilesLines
* Add HTM fastpath and use Intel RTM for it on x86.Torvald Riegel2012-11-099-19/+256
* configure: Regenerate.Thomas Schwinge2012-11-052-14/+13
* Detect assembler support for RTMRichard Henderson2012-10-306-45/+79
* Clarify ABI requirements for data-logging functions.Torvald Riegel2012-10-242-0/+11
* Ask dispatch whether it requires serial mode.Torvald Riegel2012-10-246-14/+33
* target.h (struct gtm_jmpbuf): Merge x86_64 and ia32 declarations some more.Uros Bizjak2012-10-023-8/+9
* re PR other/43620 ([4.3 Release Blocker] Uploading to gnu.org will fail due t...Jakub Jelinek2012-09-204-240/+21
* * configure: Regenerated.David Edelsohn2012-09-142-2/+8
* xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.Uros Bizjak2012-07-032-1/+5
* eh_cpp.cc: Fix __cxa_end_catch declaration.Patrick Marlier2012-05-212-2/+6
* Regenerate configure files for libtool.m4 changeH.J. Lu2012-05-162-3/+14
* Use long long in gtm_jmpbuf for x86-64H.J. Lu2012-04-042-7/+13
* mmap.m4: Use *vms* instead of vms*.Tristan Gingold2012-04-032-3/+7
* Handle -mx32 like -m64H.J. Lu2012-03-312-1/+6
* 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