summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/guard.cc
AgeCommit message (Expand)Author
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-09-26libstdc++: Use __libc_single_threaded to optimise atomics [PR 96817]Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen
2017-01-01Update copyright years.Jakub Jelinek
2016-03-18* libsupc++/guard.cc: Revert my last commit.Uros Bizjak
2016-03-18Revert:Uros Bizjak
2016-01-04Update copyright years.Jakub Jelinek
2015-07-02guard.cc (__test_and_acquire): Use __p after __atomic_load to avoid unused va...Uros Bizjak
2015-06-12Use atomics in guard.cc.Ramana Radhakrishnan
2015-01-05Update copyright years.Jakub Jelinek
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-09-11re PR libstdc++/54172 (__cxa_guard_acquire thread-safety issue)Jakub Jelinek
2012-09-06re PR libstdc++/54172 (__cxa_guard_acquire thread-safety issue)Thiago Macieira
2012-02-13PR libstdc++/51798 continuedRichard Henderson
2012-02-10PR libstdc++/51798 continued.Benjamin Kosnik
2011-12-01acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.Benjamin Kosnik
2011-07-15re PR libstdc++/49745 (error: ‘int truncate’ redeclared as different kind...Paolo Carlini
2011-05-26guard.cc: Fix comments.Jonathan Wakely
2011-02-09re PR libstdc++/43863 (Unused recursive_init_error class defined with -fno-ex...Jonathan Wakely
2009-11-09user.cfg.in: Regenerate, add files.Benjamin Kosnik
2009-04-18* eh_type.cc (__cxa_current_exception_type) Mark throw().Jan Hubicka
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-04-24acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Check for set of all used __sy...Benjamin Kosnik
2008-01-08configure.ac (--enable-linux-futex): Add new configure option.Jakub Jelinek
2007-10-10guard.cc (struct mutex_wrapper): Move into anonymous namespace.Jason Merrill
2007-10-09re PR libstdc++/33682 (libstdc++ broken for !__GTHREAD_HAS_COND hosts)Zhou Drangon
2007-10-05gthr-posix.h (__gthread_cond_broadcast, [...]): Add to extend interface for P...Doug Kwan
2006-10-11re PR libstdc++/29426 (static __recursive_mutex init vs __GTHREAD_RECURSIVE...Benjamin Kosnik
2006-09-14atomicity.h: Move to...Benjamin Kosnik
2005-11-22del_op.cc: Include c++config.h first.Benjamin Kosnik
2005-08-17All files: Update FSF address.Kelley Cook
2004-12-27Add memory barriers to the double-checked locking used for static initializat...Jason Merrill
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill
2004-08-09fix typoJason Merrill
2004-07-02configure.ac: Set ABI_TWEAKS_SRCDIR.Paul Brook
2004-06-25target-def.h (TARGET_CXX_GUARD_TYPE, [...]): Define.Paul Brook
2002-11-25Makefile.am (sources): Add guard.cc.Mark Mitchell