libsanitizer: re-implement heap profiler.
[platform/upstream/linaro-gcc.git] / libstdc++-v3 /
2018-10-18 mpolacekImplement -Wimplicit-fallthrough. 79/189279/2
2017-08-03 timshenPR libstdc++/77356 07/141007/3
2017-08-03 timshenPR libstdc++/70745 06/141006/3
2017-02-06 Yvan RouxMerge branches/gcc-6-branch rev 245201.
2017-01-09 Yvan RouxMerge branches/gcc-6-branch rev 244220.
2016-12-13 Yvan RouxMerge branches/gcc-6-branch rev 243594.
2016-11-15 Yvan RouxMerge branches/gcc-6-branch rev 242371.
2016-10-16 Yvan RouxMerge branches/gcc-6-branch rev 241214.
2016-09-07 Yvan Roux libstdc++-v3/
2016-09-07 Yvan Roux libstdc++-v3/
2016-08-22 Yvan RouxMerge branches/gcc-6-branch rev 239654.
2016-07-11 Yvan RouxMerge branches/gcc-6-branch rev 238201.
2016-06-15 Yvan RouxMerge branches/gcc-6-branch rev 237469.
2016-04-27 gccadminUpdate ChangeLog and version files for release
2016-04-19 redi * include/bits/random.h: Fix filename in comment.
2016-04-14 jasonRevert empty class parameter passing ABI changes.
2016-04-13 mseborPR c++/69517 - [5/6 regression] SEGV on a VLA with...
2016-04-13 rediAdjust for new empty class parameter passing ABI.
2016-04-12 emsr2016-04-12 Edward Smith-Rowland <3dw4rd@verizon.net>
2016-04-07 redi * testsuite/30_threads/thread/70503.cc: Adjust from...
2016-04-06 ebotcazou * src/Makefile.am (libstdc++-symbols.ver): Remove...
2016-04-05 rediRestore atomic builtins usage in libstdc++-v3
2016-04-05 redi * testsuite/30_threads/thread/70503.cc: Require -stati...
2016-04-05 rediEnsure std::thread helpers have internal linkage
2016-04-05 ville PR libstdc++/70437
2016-03-24 redilibstdc++/69945 Add __gnu_cxx::__freeres hook
2016-03-23 edlinger2016-03-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-03-18 uros * libsupc++/guard.cc: Revert my last commit.
2016-03-18 uros Revert:
2016-02-24 redilibstdc++/69939 Qualify get and forward
2016-02-23 rediDocument __STDCPP_WANT_MATH_SPEC_FUNCS__ macro
2016-02-23 redilibstdc++/69893 make <tr1/cmath> work with C++11
2016-02-23 edlinger2016-02-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-02-17 timshen2016-02-16 Tim Shen <timshen@google.com>
2016-02-12 mrsFix FAIL: special_functions/18_riemann_zeta/check_value...
2016-02-09 mrsEnsure stdout is newline terminated for status wrappers.
2016-02-08 rediRemove accidentally added 'constexpr' in previous commit
2016-02-08 rediEnable isinf/isnan checks for all targets
2016-02-05 krebbellibstdc++: S/390: Add missing baseline_symbols.txt...
2016-02-04 rediTest for C99 stdlib.h functions with -std=c++98
2016-02-04 rediRegenerate front page of libstdc++ HTML docs
2016-02-04 rediUpdate copyright years in libstdc++ manual and add...
2016-02-01 rediDon't define guard macros when doing #include_next...
2016-01-29 rediFix Cygwin bootstrap error due to TM symbols
2016-01-28 danglin PR libstdc++/69450
2016-01-27 jakub * testsuite/libstdc++-prettyprinters/whatis.cc: Includ...
2016-01-27 rediSet FP options for failing special functions tests
2016-01-26 rediFix assertions for move assignment of trivial types
2016-01-26 andrisFix build failure when wide character support is not...
2016-01-25 rediAvoid including all of <random> in <algorithm>
2016-01-23 danglin PR libstdc++/69446
2016-01-22 emsr2016-01-22 Edward Smith-Rowland <3dw4rd@verizon.net>
2016-01-22 rediConstrain std::valarray functions and operators
2016-01-22 rediAllow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overridden
2016-01-21 redilibstdc++/69406 Fix test to check for supported headers
2016-01-20 torvaldlibstdc++: Darwin does not support weak refs without...
2016-01-20 rediAdd C++11 <cmath> overloads to the global namespace
2016-01-20 rediEnsure C++ language linkage in cmath and cstdlib
2016-01-19 rediAdd C++-conforming wrappers for stdlib.h and math.h
2016-01-18 torvaldlibstdc++: Fix usage of __GXX_WEAK__ in TM TS support.
2016-01-18 rediAdd test for PR 60637
2016-01-18 rediFix PR number in changelog for commit r232504
2016-01-18 rediFix construction of std::function from null pointer...
2016-01-18 rediFix libstdc++ build with -fno-exceptions
2016-01-17 danglin PR libstdc++/68734
2016-01-17 torvaldlibstdc++: Fix static_assert.
2016-01-16 hjlRevert the accidental checkin
2016-01-16 hjlAdd __int128 symbols to x32 aseline_symbols.txt
2016-01-15 rediUse static assertion for uses-allocator construction
2016-01-15 rediPR libstdc++/69294 Check for isinf and isnan on AIX
2016-01-15 torvaldlibstdc++: Make certain exceptions transaction_safe.
2016-01-15 sje2016-01-15 Steve Ellcey <sellcey@imgtec.com>
2016-01-15 redi * include/bits/std_mutex.h: Fix Doxygen @file name.
2016-01-14 emsr2016-01-14 Edward Smith-Rowland <3dw4rd@verizon.net>
2016-01-13 rediUse ::isinf and ::isnan if libc defines them
2016-01-13 roIntroduce separate baselines for Solaris 10 and 11...
2016-01-12 redilibstdc++/68877 Reimplement std::__is_swappable
2016-01-12 rediExtend std::function test for PR 68995
2016-01-12 rediPrevent recursive instantiation in std::function
2016-01-11 rediallocator_traits<allocator<T>> partial specialization
2016-01-08 rediUse -std option in test for C99 macros in <cmath>
2016-01-08 rediFix PR number in previous commit
2016-01-08 rediAdd missing include for std::__addressof
2016-01-07 rediUse std::addressof in insert iterators, allocators...
2016-01-06 rediRemove noexcept from function template that can throw
2016-01-06 rediRename bits/mutex.h to avoid clashing with glibc
2016-01-04 jakub Update copyright years.
2015-12-28 emsr2015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>
2015-12-25 jason Correct use of __GXX_WEAK__ macro.
2015-12-22 rediAdd inline to std::__invfwd
2015-12-21 rediRename test file that had incorrect bug number
2015-12-21 redilibstdc++/68995 qualify calls to __callable_functor
2015-12-21 redilibstdc++/68276 consistently qualify std::forward
2015-12-21 villePR libstdc++/66693.
2015-12-18 ville2015-12-18 Ville Voutilainen <ville.voutilainen@gmail...
2015-12-18 ville2015-12-18 Ville Voutilainen <ville.voutilainen@gmail...
2015-12-18 andris[DJGPP] Update config/os/djgpp/error_constants.h
2015-12-16 redilibstdc++/68921 add timeout argument to futex(2)
2015-12-15 rediRestore accidentally-removed volatile qualifier
2015-12-15 rediRemove vestigial traces of std::tr1::bind
next