Daily bump.
[gcc.git] / libiberty / cp-demangle.c
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-22 Jason Merrillc++: Fix demangling of <unresolved-name>
2020-12-21 Jason Merrillc++: Fix demangling of qualified-id after '.'
2020-12-21 Jason Merrillc++: Fix demangling of x.operator type
2020-11-11 Patrick Palkac++: Change the mangling of __alignof__ [PR88115]
2020-07-14 Ian Lance Taylordemangler: don't treat lambda as a substitution candidate
2020-07-10 Jason Merrillc++: Support non-type template parms of union type.
2020-04-27 Jakub Jelinekdemangler: Handle <=> operator in the demangler [PR94797]
2020-01-18 Iain Sandoe[libiberty] Update demangler to handle co_await operator.
2020-01-01 Jakub JelinekUpdate copyright years.
2019-11-16 Jeff Law[PATCH] Fix slowness in demangler
2019-11-04 Kamlesh KumarPR c++/91979 - mangling nullptr expression
2019-10-29 Paul Pluzhnikovcp-demangle.c (d_number): Avoid signed int overflow.
2019-10-28 Miguel Saldivarcp-demangle.c (d_print_mod): Add a space before printin...
2019-05-31 Michael Forneycp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC...
2019-04-30 Ben Lcp-demangle (d_print_comp_inner): Guard against a NULL...
2019-04-30 Ben Lcp-demangle.c (d_encoding): Guard against NULL return...
2019-04-29 Ben Lcp-demangle.c (d_expression_1): Don't peek ahead unless...
2019-04-10 Nick CliftonFix a stack exhaustion bug in libiberty's demangler...
2019-01-14 Tom HonermannImplement P0482R5, char8_t: A type for UTF-8 characters...
2019-01-09 Sandra LoosemorePR other/16615 [2/5]
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-07 Nick CliftonAdd a recursion limit to libiberty's demangling code...
2018-11-05 Jason MerrillImplement P0732R2, class types in non-type template...
2018-03-02 David Malcolmlibiberty: fix URL for demangler ABI
2018-01-03 Jakub JelinekUpdate copyright years.
2017-09-26 Nathan Sidwellre PR demangler/82195 (Undemangleable lambda)
2017-09-21 Nathan Sidwell[demangler PATCH]: Revert and update generic lambda...
2017-09-15 Nathan Sidwell[demangler] Fix nested generic lambda
2017-09-15 Nathan Sidwell[Demangle PATCH] Some pre-fix cleanups
2017-04-27 Jonathan WakelyPR demangler/80513 check for overflows and invalid...
2017-04-21 Mark Wielaardlibiberty: Limit demangler maximum d_print_comp recursi...
2017-04-21 Mark Wielaardlibiberty: Always return NULL if d_add_substitution...
2017-04-21 Mark Wielaardlibiberty: Don't update and remove did_subs field from...
2017-03-13 Mark Wielaardlibiberty: Initialize d_printing in all cplus_demangle_...
2017-03-08 Mark WielaardFix PR demangler/70909 and 67264 (endless demangler...
2017-01-18 Markus TrippelsdorfFix PR70182 -- missing "on" in mangling of unresolved...
2017-01-18 Markus TrippelsdorfFix PR77489 -- mangling of discriminator >= 1
2017-01-04 Jakub JelinekUpdate copyright years.
2016-12-13 Jakub Jelinekre PR c++/78761 (C++14, compiler generate mangled name...
2016-12-12 Nathan Sidwellre PR other/78252 (C++ demangler crashes with infinite...
2016-11-29 Nathan Sidwell* cp-demangle.c (d_print_comp_inner): Fix parameter...
2016-11-15 Mark Wielaardlibiberty: demangler crash with missing :? or fold...
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-11-02 Jason MerrillImplement P0136R1, Rewording inheriting constructors.
2016-09-10 Mark WielaardFix -Wshadow warning in libiberty/cp-demangle.c
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-18 Jason MerrillDemangle C++17 fold-expressions.
2016-07-15 Jason MerrillPR c++/71814 - mangling sizeof... (sP and sZ)
2016-07-11 Brooks Mosescp-demangle.c (cplus_demangle_print_callback): Avoid...
2016-05-19 Jakub Jelinekre PR c++/70498 (Libiberty Demangler segfaults (3))
2016-05-02 Marcel BöhmeDemangler integer overflow fixes from Marcel Böhme.
2015-11-27 Pedro AlvesPR other/61321 - demangler crash on casts in template...
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-08-15 Ian Lance Taylorcp-demangle.c (d_abi_tags): Preserve di->last_name...
2015-07-13 Mikhail MaltsevFix several crashes of C++ demangler on fuzzed input.
2015-06-02 Jason Merrillre PR c++/44282 (fastcall is not mangled at all)
2014-09-26 Jason Merrillmangle.c (is_std_substitution): Check for abi_tag.
2014-08-29 Andrew Burgesscp-demangle.c (d_dump): Only access field from s_fixed...
2014-05-28 Pedro AlvesFix demangler testsuite crashes with CP_DEMANGLE_DEBUG...
2014-05-08 Gary Bensoncp-demangle.c (struct d_component_stack): New structure.
2014-01-28 Thomas SchwingeAvoid "'dc' may be uninitialized" warning.
2014-01-06 Gary Bensoncp-demangle.c (struct d_print_info): New fields next_sa...
2013-12-23 Jason Merrillre PR c++/41090 (Using static label reference in c...
2013-11-22 Cary CoutantFix demangler to handle conversion operators correctly.
2013-11-12 Uros Bizjakcp-demangle.c (d_copy_templates): Cast result of malloc...
2013-10-25 Gary Bensoncp-demangle.c (struct d_saved_scope): New structure.
2013-10-12 Paul Pluzhnikovcp-demangle.c (d_name): Demangle local-source-names.
2013-09-10 Paolo Carlinire PR bootstrap/58386 (libstdc++.so.6: undefined symbol...
2013-09-10 Gary Bensoncp-demangle.c: Include hashtab.h.
2013-04-04 Jason Merrillcp-demangle.c (cplus_demangle_type): Fix function quals.
2013-04-03 Jason MerrillDemangle C++11 ref-qualifier.
2013-02-15 Jason Merrillre PR c++/55223 ([C++11] Default lambda expression...
2012-11-11 Jason Merrillcp-demangle.c (d_unqualified_name): Handle abi tags...
2012-11-09 Jason MerrillAdd C++ attribute abi_tag and -Wabi-tag option.
2012-10-08 Jason MerrillAllow dynamic initialization of thread_locals.
2012-07-18 Jason Merrillcp-demangle.c (cplus_demangle_operators): Add *_cast.
2012-05-22 Tom Tromeydemangle-expected: Add regression test.
2012-03-21 Jason Merrillmangle.c (write_type): Handle 'auto'.
2012-03-07 Jason Merrillcp-demangle.c (cplus_demangle_operators): Add li.
2012-01-10 Jason Merrillcp-demangle.c (d_print_comp): Omit a trailing space...
2012-01-06 Jason Merrillre PR c++/6057 (expression mangling doesn't work for...
2012-01-06 Jason Merrillcp-demangle.c (cplus_demangle_type): decltype, pack...
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-11-04 Jason Merrillre PR c++/48370 (G++ fails to extend reference temporar...
2011-10-10 Ian Lance Taylorre PR c++/48665 (type of const member function)
2011-09-23 Cary Coutantre PR c++/40831 (g++ generated symbols for cloned funct...
2011-08-01 Jason Merrillre PR c++/49932 ([C++0x] ICE on instantiating decltype...
2011-07-26 Ian Lance Taylorcp-demangle.c (d_print_init): Initialize pack_index...
2011-07-04 Jason Merrillcp-demangle.c (d_expression): Handle 'this'.
2011-07-01 Jan Kratochvilre PR debug/49408 (member function template id not...
2011-06-20 Jason Merrillre PR c++/37089 ([C++0x] rvalue/lvalue reference collap...
2011-06-13 Jan Kratochvilcp-demangle.c (d_print_comp): Suppress d_print_mod...
2011-06-13 Jan Kratochvildemangle.h (DMGL_RET_POSTFIX): Extend the comment.
2011-06-13 Jan Kratochvilcp-demangle.c (struct d_print_info): Remove field options.
2010-11-16 H.J. LuProperly demangle a global constructor symbol.
2010-11-13 Ian Lance Taylorre PR other/46332 (__cxa_demangle yields excess parenth...
2010-09-10 James Lyoncp-demangle.c (d_find_pack): Add case for DEMANGLE_COMP...
2010-06-10 Jakub Jelinekre PR other/43838 (Incorrect output from abi::__cxa_dem...
2010-05-06 Jason MerrillAdd support for C++0x nullptr.
next