aboutsummaryrefslogtreecommitdiff
path: root/libitm
AgeCommit message (Expand)AuthorFilesLines
2014-01-13Make sure that -msse/-mavx are appended at the endH.J. Lu3-4/+15
2014-01-02Update copyright years in libitm/Richard Sandiford69-68/+72
2014-01-02gnat_ugn.texi: Bump @copying's copyright year.Tobias Burnus2-1/+5
2013-11-14rs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2.Ulrich Weigand2-1/+33
2013-09-20libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2-5/+15
2013-08-30libitm: Fix wrong initialization order introduced with r202101.Torvald Riegel2-2/+6
2013-08-30Add custom HTM fast path for RTM on x86_64.Torvald Riegel8-31/+198
2013-08-14revert: configure.tgt: Add -msoft-float to XCFLAGS.Andreas Krebbel2-1/+7
2013-08-02configure.tgt: Add -msoft-float to XCFLAGS.Andreas Krebbel2-1/+5
2013-07-292013-07-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel3-1/+12
2013-07-17s390.c: (s390_expand_builtin): Allow -mhtm to be enabled without -march=zEC12.Andreas Krebbel5-8/+73
2013-07-15acinclude.m4 (LIBITM_CHECK_AS_HTM): New.Peter Bergner7-5/+166
2013-06-27s390.c: Rename UNSPEC_CCU_TO_INT to UNSPEC_STRCMPCC_TO_INT and UNSPEC_CCZ_TO_...Andreas Krebbel2-0/+66
2013-06-20libitm.exp: Reorder lib loads into dependency order.Iain Sandoe4-8/+22
2013-06-20libitm: Handle HTM fastpath in status query functions.Torvald Riegel3-0/+27
2013-06-20libitm: Fix handling of reentrancy in the HTM fastpath.Torvald Riegel2-0/+16
2013-06-05re PR bootstrap/56714 (Bootstrap failure libitm/local_atomic:1580:3: error: a...Gerald Pfeifer2-14/+25
2013-05-02Move libitm ChangeLog entry to the right ChangeLog file.Jakub Jelinek1-0/+6
2013-04-23sjlj.S: New file.Andreas Krebbel3-0/+167
2013-04-09Add missing ChangeLog entryAndi Kleen1-0/+9
2013-03-24Avoid nonconst memmodels in libitm's local outdated copy of <atomic> tooAndi Kleen1-150/+152
2013-02-11re PR libitm/55693 (libitm.c++/eh-1.C execution test fails on darwin from r19...Iain Sandoe3-2/+10
2013-02-03Update copyright in libitm.Richard Sandiford68-67/+71
2012-11-09Add HTM fastpath and use Intel RTM for it on x86.Torvald Riegel9-19/+256
2012-11-05configure: Regenerate.Thomas Schwinge2-14/+13
2012-10-30Detect assembler support for RTMRichard Henderson6-45/+79
2012-10-24Clarify ABI requirements for data-logging functions.Torvald Riegel2-0/+11
2012-10-24Ask dispatch whether it requires serial mode.Torvald Riegel6-14/+33
2012-10-02target.h (struct gtm_jmpbuf): Merge x86_64 and ia32 declarations some more.Uros Bizjak3-8/+9
2012-09-20re PR other/43620 ([4.3 Release Blocker] Uploading to gnu.org will fail due t...Jakub Jelinek4-240/+21
2012-09-14* configure: Regenerated.David Edelsohn2-2/+8
2012-07-03xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.Uros Bizjak2-1/+5
2012-05-21eh_cpp.cc: Fix __cxa_end_catch declaration.Patrick Marlier2-2/+6
2012-05-16Regenerate configure files for libtool.m4 changeH.J. Lu2-3/+14
2012-04-04Use long long in gtm_jmpbuf for x86-64H.J. Lu2-7/+13
2012-04-03mmap.m4: Use *vms* instead of vms*.Tristan Gingold2-3/+7
2012-03-31Handle -mx32 like -m64H.J. Lu2-1/+6
2012-03-16lib{gomp,itm}/testsuite: load missing fortran-modules.expBernhard Reutner-Fischer2-0/+5
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth2-1/+5
2012-03-13libitm: Fix lost wake-up in serial lock.Torvald Riegel2-0/+32
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth3-2/+6
2012-03-05libitm: Don't execute memtransfer/memset if size isn't larger than zero.Torvald Riegel2-2/+9
2012-03-05libitm: Update texinfo docs.Torvald Riegel2-3/+35
2012-02-24libitm: Use ml_wt as default TM methods for >1 thread.Torvald Riegel2-1/+6
2012-02-20libitm: Put gl_wt global lock on separate cache line.Torvald Riegel2-2/+6
2012-02-20libitm: Optimize synchronization in gl_wt rollback.Torvald Riegel2-12/+20
2012-02-20libitm: Remove obsolete handling of prior serial lock corner cases in gl_wt.Torvald Riegel2-28/+11
2012-02-20libitm: Optimize memory order requiremens in gl_wt pre_write.Torvald Riegel2-3/+18
2012-02-20libitm: Add missing undo-logging of RfW src regions in gl_wt memtransfer.Torvald Riegel2-8/+16
2012-02-20libitm: Fix race condition in dispatch choice at transaction begin.Torvald Riegel3-40/+96