aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek68-68/+68
2015-12-11re PR libstdc++/68139 (rethrow_if_nested should tolerate overloaded unary ope...Ville Voutilainen1-1/+3
2015-11-11* libsupc++/new_handler.cc: Fix for explicit constructor change.Jonathan Wakely1-1/+1
2015-11-11LWG 2510, make the default constructors of library tag types explicit.Ville Voutilainen1-1/+6
2015-11-11re PR libstdc++/64651 (std::rethrow_exception not found by ADL)Jonathan Wakely1-0/+2
2015-11-03* libsupc++/new: Declare sized deletes.Jason Merrill1-0/+12
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill2-2/+14
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner1-1/+1
2015-07-02guard.cc (__test_and_acquire): Use __p after __atomic_load to avoid unused va...Uros Bizjak1-0/+2
2015-06-12Use atomics in guard.cc.Ramana Radhakrishnan1-5/+14
2015-05-21del_opv.cc: Suppress -Wsized-deallocation.Jason Merrill2-0/+6
2015-05-13sjlj.m4: New file.Eric Botcazou3-9/+9
2015-05-13libstdc++: Bump to automake 1.11.6Michael Haubenwallner1-10/+45
2015-04-28exception (uncaught_exceptions): Add comment.Jonathan Wakely1-1/+2
2015-04-27eh_catch.cc (uncaught_exception, [...]): Return false or zero if the library ...Federico Lenarduzzi2-1/+9
2015-04-27Add support for std::uncaught_exceptions.Ville Voutilainen2-0/+12
2015-04-27re PR libstdc++/62258 (uncaught_exception() equals to `true' after rethrow_ex...Dmitry Prokoptsev1-0/+3
2015-03-17nested_exception.h: Do not try to derive from final classes.Jonathan Wakely1-1/+1
2015-01-29Committing generated configure & Makefile.in pieces of VTV Cygwin patch (from...Caroline Tice1-3/+4
2015-01-29Committing VTV Cygwin patch for Patrick WollgastCaroline Tice2-0/+36
2015-01-28re PR libstdc++/64828 (libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning: ‘v...Jonathan Wakely2-0/+8
2015-01-28re PR libstdc++/64798 (g++.old-deja/g++.eh/badalloc1.C FAILs)Richard Biener1-8/+9
2015-01-22re PR libstdc++/64535 (Emergency buffer for exception allocation too small)Richard Biener1-84/+179
2015-01-09unwind-arm-common.h: Revert previous commit.Andreas Tobler1-29/+8
2015-01-09configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.Andreas Tobler1-8/+29
2015-01-07Makefile.am: Compile del_ops.cc as C++14.Jonathan Wakely2-0/+12
2015-01-05Update copyright years.Jakub Jelinek68-68/+68
2014-12-19New std::string implementation.Jonathan Wakely1-0/+1
2014-12-15N3778: Sized DeallocationJason Merrill4-11/+82
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely8-9/+9
2014-12-12re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)Jonathan Wakely1-4/+6
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill4-24/+22
2014-09-18dyncast.cc (__dynamic_cast): Handle mid-destruction dynamic_cast more gracefu...Jason Merrill1-0/+12
2014-09-10re PR libgcc/56846 (_Unwind_Backtrace on ARM and noexcept)Tony Wang1-0/+6
2014-08-19os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define.Yaakov Selkowitz1-0/+20
2014-08-15re PR libstdc++/62154 (std::throw_with_nested should not require a polymorphi...Jonathan Wakely1-59/+66
2014-08-01atexit_thread.cc (HAVE___CXA_THREAD_ATEXIT_IMPL): Add _GLIBCXX_ prefix to macro.Zifei Tong1-3/+3
2014-07-09re PR libstdc++/61728 (lost symbol FUNC:_ZNK10__cxxabiv117__pbase_type_info15...Jason Merrill2-10/+10
2014-06-30re PR ipa/61659 (Extra undefined symbol because of devirtualization)Jason Merrill1-2/+2
2014-05-20re PR target/61223 (libstdc++ build fail due to pop lr register)Alexey Merzlyakov1-11/+5
2014-05-17new_op.cc: Factor the calls to malloc, use __builtin_expect.Marc Glisse2-7/+4
2014-05-16re PR libstdc++/60758 (Infinite backtrace in __cxa_end_cleanup)Alexey Merzlyakov1-5/+11
2014-03-31* libsupc++/eh_ptr.cc: Improve static_assert messages.Jonathan Wakely1-2/+4
2014-03-27re PR libstdc++/60612 (Throwing exception, catching and rethrowing (std::exce...Jonathan Wakely2-2/+33
2014-03-12PR libstdc++/59392: Fix ARM EABI uncaught throw from unexpected exception han...Roland McGrath1-6/+10
2014-01-27Core DR 475 PR c++/41174 PR c++/59224Jason Merrill2-12/+3
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford66-66/+66
2013-11-15build_hacking.xml: Fix documentation typos.Ondřej Bílka1-1/+1
2013-10-03del_op.cc (operator delete): Don't test for 0 before free.Marc Glisse2-5/+16
2013-08-06Commit the vtable verification feature.Caroline Tice3-6/+133