aboutsummaryrefslogtreecommitdiff
path: root/libitm
AgeCommit message (Expand)Author
2013-02-11/libgccIain Sandoe
2013-02-03Update copyright in libitm.Richard Sandiford
2012-11-09Add HTM fastpath and use Intel RTM for it on x86.Torvald Riegel
2012-11-04libatomic/Thomas Schwinge
2012-10-31Detect assembler support for RTMRichard Henderson
2012-10-24Clarify ABI requirements for data-logging functions.Torvald Riegel
2012-10-24Ask dispatch whether it requires serial mode.Torvald Riegel
2012-10-02 * config/x86/target.h (struct gtm_jmpbuf): Merge x86_64Uros Bizjak
2012-09-20 PR other/43620Jakub Jelinek
2012-09-14 * configure: Regenerated.David Edelsohn
2012-07-03gcc/Uros Bizjak
2012-05-212012-05-21 Patrick Marlier <patrick.marlier@gmail.com>Patrick Marlier
2012-05-16Regenerate configure files for libtool.m4 changeH.J. Lu
2012-04-04Use long long in gtm_jmpbuf for x86-64H.J. Lu
2012-04-03config/Tristan Gingold
2012-03-31Handle -mx32 like -m64H.J. Lu
2012-03-16lib{gomp,itm}/testsuite: load missing fortran-modules.expBernhard Reutner-Fischer
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth
2012-03-13libitm: Fix lost wake-up in serial lock.Torvald Riegel
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth
2012-03-05libitm: Don't execute memtransfer/memset if size isn't larger than zero.Torvald Riegel
2012-03-05libitm: Update texinfo docs.Torvald Riegel
2012-02-24libitm: Use ml_wt as default TM methods for >1 thread.Torvald Riegel
2012-02-20libitm: Put gl_wt global lock on separate cache line.Torvald Riegel
2012-02-20libitm: Optimize synchronization in gl_wt rollback.Torvald Riegel
2012-02-20libitm: Remove obsolete handling of prior serial lock corner cases in gl_wt.Torvald Riegel
2012-02-20libitm: Optimize memory order requiremens in gl_wt pre_write.Torvald Riegel
2012-02-20libitm: Add missing undo-logging of RfW src regions in gl_wt memtransfer.Torvald Riegel
2012-02-20libitm: Fix race condition in dispatch choice at transaction begin.Torvald Riegel
2012-02-15libitm/Iain Sandoe
2012-02-14 * config/x86/target.h (GTM_longjmp): Correct the .cfi corrections.Richard Henderson
2012-02-14 * config/x86/target.h (GTM_longjmp): Correct .cfi directives.Uros Bizjak
2012-02-14libitm: Add multi-lock, write-through TM method.Torvald Riegel
2012-02-14libitm: Improve method reinit and choice.Torvald Riegel
2012-02-14libitm: Add xcalloc.Torvald Riegel
2012-02-14 * config/sparc/target.h (cpu_relax): Read from CC register.Eric Botcazou
2012-02-14 * config/x86/target.h (GTM_longjmp): Jump indirect from memory address.Uros Bizjak
2012-02-13 * configure.tgt (target_cpu): Handle sparc and sparc64 & sparcv9.Eric Botcazou
2012-02-13gcc/Eric Botcazou
2012-01-31Fixed PR reference.Rainer Orth
2012-01-31Link C++ tests with -shared-libgcc (PR libitm/51822)Rainer Orth
2012-01-24libitm: Fix wake-up of readers in futex-based serial lock.Torvald Riegel
2012-01-24 * config/x86/target.h (gtm_jmpbuf) [__x86_64__]: Move rip to theUros Bizjak
2012-01-23 PR libitm/51830Uros Bizjak
2012-01-23Remove _ITM_getThreadnumRainer Orth
2012-01-23Clear hardware capabilities on libitm.so with Sun ldRainer Orth
2012-01-17Skip static_ctor.C test (PR libitm/51173)Rainer Orth
2012-01-13libitm: Truncate undo log after rolling back.Torvald Riegel
2012-01-13libitm: Filter out undo writes that overlap with the libitm stack.Torvald Riegel
2012-01-10 * libitm_i.h (_Unwind_DeleteException): Declare weak.Richard Henderson