]> git.ipfire.org Git - thirdparty/gcc.git/history - libitm
Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHARED_LIBGCC.
[thirdparty/gcc.git] / libitm /
2013-09-20  Alan Modralibtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove...
2013-08-30  Torvald Riegellibitm: Fix wrong initialization order introduced with...
2013-08-30  Torvald RiegelAdd custom HTM fast path for RTM on x86_64.
2013-08-14  Andreas Krebbelrevert: configure.tgt: Add -msoft-float to XCFLAGS.
2013-08-02  Andreas Krebbelconfigure.tgt: Add -msoft-float to XCFLAGS.
2013-07-29  Andreas Krebbel2013-07-29 Andreas Krebbel <Andreas.Krebbel@de.ibm...
2013-07-17  Andreas Krebbels390.c: (s390_expand_builtin): Allow -mhtm to be enable...
2013-07-15  Peter Bergneracinclude.m4 (LIBITM_CHECK_AS_HTM): New.
2013-06-27  Andreas Krebbels390.c: Rename UNSPEC_CCU_TO_INT to UNSPEC_STRCMPCC_TO_...
2013-06-20  Iain Sandoelibitm.exp: Reorder lib loads into dependency order.
2013-06-20  Torvald Riegellibitm: Handle HTM fastpath in status query functions.
2013-06-20  Torvald Riegellibitm: Fix handling of reentrancy in the HTM fastpath.
2013-06-05  Gerald Pfeiferre PR bootstrap/56714 (Bootstrap failure libitm/local_a...
2013-05-02  Jakub JelinekMove libitm ChangeLog entry to the right ChangeLog...
2013-04-23  Andreas Krebbelsjlj.S: New file.
2013-04-09  Andi KleenAdd missing ChangeLog entry
2013-03-24  Andi KleenAvoid nonconst memmodels in libitm's local outdated...
2013-02-11  Iain Sandoere PR libitm/55693 (libitm.c++/eh-1.C execution test...
2013-02-03  Richard SandifordUpdate copyright in libitm.
2012-11-09  Torvald RiegelAdd HTM fastpath and use Intel RTM for it on x86.
2012-11-04  Thomas Schwingeconfigure: Regenerate.
2012-10-31  Richard HendersonDetect assembler support for RTM
2012-10-24  Torvald RiegelClarify ABI requirements for data-logging functions.
2012-10-24  Torvald RiegelAsk dispatch whether it requires serial mode.
2012-10-02  Uros Bizjaktarget.h (struct gtm_jmpbuf): Merge x86_64 and ia32...
2012-09-20  Jakub Jelinekre PR other/43620 ([4.3 Release Blocker] Uploading...
2012-09-14  David Edelsohn* configure: Regenerated.
2012-07-03  Uros Bizjakxmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.
2012-05-21  Patrick Marliereh_cpp.cc: Fix __cxa_end_catch declaration.
2012-05-16  H.J. LuRegenerate configure files for libtool.m4 change
2012-04-04  H.J. LuUse long long in gtm_jmpbuf for x86-64
2012-04-03  Tristan Gingoldmmap.m4: Use *vms* instead of vms*.
2012-03-31  H.J. LuHandle -mx32 like -m64
2012-03-16  Bernhard Reutner... lib{gomp,itm}/testsuite: load missing fortran-modules.exp
2012-03-14  Rainer OrthRemove obsolete IRIX 6.5 support
2012-03-13  Torvald Riegellibitm: Fix lost wake-up in serial lock.
2012-03-12  Rainer OrthRemove obsolete Tru64 UNIX V5.1B support
2012-03-05  Torvald Riegellibitm: Don't execute memtransfer/memset if size isn...
2012-03-05  Torvald Riegellibitm: Update texinfo docs.
2012-02-24  Torvald Riegellibitm: Use ml_wt as default TM methods for >1 thread.
2012-02-20  Torvald Riegellibitm: Put gl_wt global lock on separate cache line.
2012-02-20  Torvald Riegellibitm: Optimize synchronization in gl_wt rollback.
2012-02-20  Torvald Riegellibitm: Remove obsolete handling of prior serial lock...
2012-02-20  Torvald Riegellibitm: Optimize memory order requiremens in gl_wt...
2012-02-20  Torvald Riegellibitm: Add missing undo-logging of RfW src regions...
2012-02-20  Torvald Riegellibitm: Fix race condition in dispatch choice at transa...
2012-02-15  Iain Sandoere PR libitm/52220 (FAIL: libitm.c++/eh-1.C execution...
2012-02-14  Richard Henderson* config/x86/target.h (GTM_longjmp): Correct the .cfi...
2012-02-14  Uros Bizjaktarget.h (GTM_longjmp): Correct .cfi directives.
2012-02-14  Torvald Riegellibitm: Add multi-lock, write-through TM method.
2012-02-14  Torvald Riegellibitm: Improve method reinit and choice.
2012-02-14  Torvald Riegellibitm: Add xcalloc.
2012-02-14  Eric Botcazoutarget.h (cpu_relax): Read from CC register.
2012-02-14  Uros Bizjaktarget.h (GTM_longjmp): Jump indirect from memory address.
2012-02-13  Eric Botcazouconfigure.tgt (target_cpu): Handle sparc and sparc64...
2012-02-13  Eric Botcazougcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.
2012-01-31  Rainer OrthFixed PR reference.
2012-01-31  Rainer OrthLink C++ tests with -shared-libgcc (PR libitm/51822)
2012-01-24  Torvald Riegellibitm: Fix wake-up of readers in futex-based serial...
2012-01-24  Uros Bizjaktarget.h (gtm_jmpbuf): Move rip to the end of structure.
2012-01-23  Uros Bizjakre PR libitm/51830 (FAIL: libitm.c/mem(cpy|set)-1.c...
2012-01-23  Rainer OrthRemove _ITM_getThreadnum
2012-01-23  Rainer OrthClear hardware capabilities on libitm.so with Sun ld
2012-01-17  Rainer OrthSkip static_ctor.C test (PR libitm/51173)
2012-01-13  Torvald Riegellibitm: Truncate undo log after rolling back.
2012-01-13  Torvald Riegellibitm: Filter out undo writes that overlap with the...
2012-01-10  Richard Hendersonlibitm_i.h (_Unwind_DeleteException): Declare weak.
2012-01-08  Torvald Riegellibitm: Optimize undo log.
2012-01-05  Richard Hendersonlibitm: PowerPC support.
2012-01-05  Aldy HernandezAdd Patrick Marlier to ChangeLog entry.
2012-01-05  Aldy Hernandezre PR libitm/51171 (XFAIL: libitm.c/reentrant.c executi...
2011-12-24  Torvald Riegellibitm: Don't enforce privatization safety if already...
2011-12-24  Torvald Riegellibitm: Fix privatization safety during upgrades to...
2011-12-24  Torvald Riegellibitm: Fixed conversion to C++11 atomics.
2011-12-21  Jakub JelinekMakefile.am (AM_CXXFLAGS): Put $(XCFLAGS) first.
2011-12-17  Kaz Kojimaconfigure.tgt: Add sh* case.
2011-12-15  Richard Hendersonarm-linux: Add libitm support.
2011-12-13  Richard Hendersonrwlock.cc (gtm_rwlock::write_lock_generic): Fix signed...
2011-12-13  Richard Hendersonlibitm: Conversion to c++11 atomics.
2011-11-30  Richard HendersonSwap the action and jmpbuf arguments to GTM_longjmp
2011-11-23  Iain SandoeMakefile.am (libitm_la_LDFLAGS): Remove "-no-undefined".
2011-11-22  Iain Sandoeweakref.m4: New file.
2011-11-22  Iain Sandoesjlj.S (CONCAT1, [...]): Respond to __USER_LABEL_PREFIX...
2011-11-22  Iain Sandoememcpy-1.c: Allow for MAP_ANON spelling.
2011-11-21  Andreas ToblerAdditional fixes for FreeBSD-10 build:
2011-11-21  Rainer OrthSupport sun symbol versioning in libitm
2011-11-18  Rainer OrthSupport libitm on Solaris 8 and 9/x86 with Sun as
2011-11-17  Rainer OrthProvide all dummy functions in alloc_cpp.cc, eh_cpp.cc
2011-11-16  Uros Bizjakre PR bootstrap/51098 (bootstrap failed on avx i686...
2011-11-14  H.J. LuCheck ia32 instead of ilp32.
2011-11-10  Rainer Orthlibitm port to Tru64 UNIX
2011-11-10  Richard Hendersonlibitm: Don't add -mavx if the assembler doesn't suppor...
2011-11-10  Richard Hendersonlibitm: Work around assembler missing AVX insns.
2011-11-09  Richard Hendersonlibitm: Remove unused code.
2011-11-09  Richard Hendersonlibitm: Avoid non-portable x86 branch prediction mnemonic.
2011-11-09  Richard Hendersonlibitm: de-ELF-ize x86/sjlj.S.
2011-11-09  Richard Hendersonlibitm: Configure for gas cfi pseudo ops.
2011-11-08  Richard HendersonFix a darwin10 build problem.
2011-11-08  Richard HendersonFix tests for libitm support.
2011-11-08  Richard HendersonCheck for libitm support at top-level.
next