summaryrefslogtreecommitdiff
path: root/libitm
Commit message (Expand)AuthorAgeFilesLines
* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2013-09-202-5/+15
* libitm: Fix wrong initialization order introduced with r202101.Torvald Riegel2013-08-302-2/+6
* Add custom HTM fast path for RTM on x86_64.Torvald Riegel2013-08-308-31/+198
* revert: configure.tgt: Add -msoft-float to XCFLAGS.Andreas Krebbel2013-08-142-1/+7
* configure.tgt: Add -msoft-float to XCFLAGS.Andreas Krebbel2013-08-022-1/+5
* 2013-07-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel2013-07-293-1/+12
* s390.c: (s390_expand_builtin): Allow -mhtm to be enabled without -march=zEC12.Andreas Krebbel2013-07-175-8/+73
* acinclude.m4 (LIBITM_CHECK_AS_HTM): New.Peter Bergner2013-07-157-5/+166
* s390.c: Rename UNSPEC_CCU_TO_INT to UNSPEC_STRCMPCC_TO_INT and UNSPEC_CCZ_TO_...Andreas Krebbel2013-06-272-0/+66
* libitm.exp: Reorder lib loads into dependency order.Iain Sandoe2013-06-204-8/+22
* libitm: Handle HTM fastpath in status query functions.Torvald Riegel2013-06-203-0/+27
* libitm: Fix handling of reentrancy in the HTM fastpath.Torvald Riegel2013-06-202-0/+16
* re PR bootstrap/56714 (Bootstrap failure libitm/local_atomic:1580:3: error: a...Gerald Pfeifer2013-06-052-14/+25
* Move libitm ChangeLog entry to the right ChangeLog file.Jakub Jelinek2013-05-021-0/+6
* sjlj.S: New file.Andreas Krebbel2013-04-233-0/+167
* Add missing ChangeLog entryAndi Kleen2013-04-091-0/+9
* Avoid nonconst memmodels in libitm's local outdated copy of <atomic> tooAndi Kleen2013-03-241-150/+152
* re PR libitm/55693 (libitm.c++/eh-1.C execution test fails on darwin from r19...Iain Sandoe2013-02-113-2/+10
* Update copyright in libitm.Richard Sandiford2013-02-0368-67/+71
* 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