aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-22re PR libstdc++/57914 (Memory leak in __cxa_thread_atexit when using thread_l...Jason Merrill1-4/+15
2013-05-13Makefile.am (sources): Add bad_array_length.cc, bad_array_new.cc.Benjamin Kosnik4-26/+39
2013-05-09N3639 C++1y VLA supportJason Merrill5-5/+71
2013-05-08Core 624/N2932: Throw bad_array_new_length on overflowJason Merrill5-1/+71
2013-04-24re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...Jonathan Wakely1-4/+9
2013-04-24* libsupc++/initializer_list: Fix typos.Jason Merrill1-2/+2
2013-04-05re PR libstdc++/56841 (ld: Unsatisfied symbol "__atomic_exchange_8" in file /...Jonathan Wakely4-4/+55
2013-04-03exception (get_terminate(), [...]): Declare.Jonathan Wakely8-36/+116
2013-03-16re PR libstdc++/56468 (Clang exposes bug with unexpected forward-declaration ...Jonathan Wakely1-1/+3
2013-03-15unwind-cxx.h: Include sys/sdt.h if detected.Tom Tromey3-1/+24