Daily bump.
[gcc.git] / include / demangle.h
2021-01-04 Jakub JelinekUpdate copyright years.
2020-01-01 Jakub JelinekUpdate copyright years.
2019-11-16 Jeff Law[PATCH] Fix slowness in demangler
2019-11-16 Eduard-Mihai Burtescu[PATCH] Refactor rust-demangle to be independent of...
2019-07-18 Eduard-Mihai Burtescudemangle.h (rust_is_mangled): Move to libiberty/rust...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-23 Jason MerrillRemove support for demangling GCC 2.x era mangling...
2018-12-11 Nick CliftonFix a failure in the libiberty testsuite by increasing...
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-01-03 Jakub JelinekUpdate copyright years.
2017-03-08 Mark WielaardFix PR demangler/70909 and 67264 (endless demangler...
2017-01-04 Jakub JelinekUpdate copyright years.
2016-11-16 David Tolnaylibiberty: Add Rust symbol demangling.
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
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-07-14 H.J. LuRemove trailing spaces in demangle.h
2015-07-14 H.J. LuUpdate copyright year in include
2014-09-23 Iain Buclawdemangle.h (DMGL_DLANG): New macro.
2013-12-23 Jason Merrillre PR c++/41090 (Using static label reference in c...
2013-04-03 Jason MerrillDemangle C++11 ref-qualifier.
2012-11-09 Jason MerrillAdd C++ attribute abi_tag and -Wabi-tag option.
2012-10-08 Jason MerrillAllow dynamic initialization of thread_locals.
2012-01-06 Jason Merrillre PR c++/6057 (expression mangling doesn't work for...
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-09-23 Cary Coutantre PR c++/40831 (g++ generated symbols for cloned funct...
2011-06-13 Jan Kratochvildemangle.h (DMGL_RET_POSTFIX): Extend the comment.
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-02-03 Jason Merrillre PR c++/12909 (ambiguity in mangling vector types)
2010-01-11 Tristan Gingolddemangle.h (ada_demangle): Add prototype.
2009-09-30 Jason Merrillmerge in cxx0x-lambdas-branch@152308
2009-09-03 Alan Modraupdate copyright dates
2009-07-17 Jan Kratochvildemangle.h (enum demangle_component_type <DEMANGLE_COMP...
2009-03-17 Jason Merrilldecl.c (grokfndecl): Set DECL_CONTEXT on parms.
2008-12-10 Jason Merrillre PR c++/35319 (ICE throwing fixed-point types)
2008-10-06 Jason MerrillPR c++/37376, other mangling issues
2008-09-09 Jason Merrilldemangle.h (enum demangle_component_type): Add DEMANGLE...
2008-01-27 David Daneydemangle.h (demangle_component_type): Add DEMANGLE_COMP...
2007-08-31 Doug Gregormangle.c (write_type): Change mangling of rvalue refere...
2007-04-26 Mark Mitchell* demangle.h: Change license to LGPL + exception.
2007-01-29 Simon Baldwindemangle.h: New cplus_demangle_print_callback...
2005-12-11 Terry LaurenzoFixes java/PR9861
2005-05-25 Richard Hendersondemangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
2005-05-10 Nick CliftonUpdate the address and phone number of the FSF organiza...
2005-03-26 Gabriel Dos Reisdemangle.h: Remove uses of PARAMS.
2004-05-04 Andreas Jaegerdemangle.h: Do not use C++ reserved keyword typename...
2004-01-13 Ian Lance Taylordemangle.h: Instead of checking ANSI_PROTOTYPES, just...
2004-01-13 Ian Lance Taylor* demangle.h: If ANSI_PROTOTYPES is defined, include...
2004-01-12 Ian Lance Taylordemangle.h (enum demangle_component_type): Define.
2003-07-06 H.J. Ludemangle.h: Support C++.
2002-06-25 Alan Modrademangle.h: #include "ansidecl.h" rather than #include...
2002-02-05 Jason Merrilldemangle.h (cplus_demangle_v3): Add "options" parm.
2002-02-03 H.J. Ludemangle.h (cplus_demangle_v3_type): New prototype.
2001-12-06 Richard Hendersondemangle.h (no_demangling): New.
2001-10-07 Kaveh R. Ghazidemangle.h (demangler_engine): Const-ify.
2001-05-08 Zack Weinbergcp-demangle.c (demangle_v3_with_details, [...]): Use...
2001-03-21 Jim Blandydemangle.h (enum gnu_v3_constructor_kinds, [...]):...
2001-03-14 Nick CliftonFix copyright dates
2001-02-02 Bryce McKinlayAdd support for Java demangling under the v3 ABI:
2000-12-05 Jason Merrillalso tweak comment
2000-12-04 Richard Henderson* demangle.h: Change "new_abi" to "v3" everywhere.
2000-11-15 Kenneth Block* demangle.h: Add gnat and java demangle styles.
2000-06-07 Kaveh R. Ghaziconfigure.in (ac_libiberty_warn_cflags): Add -pedantic.
2000-06-05 Alex SamuelIn include,
2000-05-04 Kaveh R. Ghazidemangle.h (demangler_engine): Constify.
2000-04-28 Kenneth Block* libiberty/cplus-dem.c
1998-12-14 Kaveh R. Ghazidemangle.h: Don't check IN_GCC anymore.
1998-12-07 Elena Zannonidemangle.h: (DMGL_EDG): new macro for Kuck and Associates
1998-11-08 Kaveh R. Ghaziansidecl.h: Wrap problematic macros with !IN_GCC.
1998-11-07 Kaveh R. Ghazidemangle.h: Don't include gansidecl.h.
1997-08-21 Jason MerrillInitial revision