]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/mangle.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / mangle.c
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-24  Jason Merrillre PR c++/63942 (constexpr conflicts with previous...
2014-11-21  Jason Merrillre PR c++/63942 (constexpr conflicts with previous...
2014-11-21  Jason Merrillre PR c++/63849 ([c++11] ICE on variadic alias template...
2014-11-21  Jason Merrillre PR c++/63658 (Using class reference as template...
2014-11-14  Jonathan Wakelymangle.c (find_substitution): Look for abi_tag on class...
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-14  DJ Deloriemachmode.h (int_n_data_t): New.
2014-10-13  H.J. LuCast size and elements to long for %l
2014-10-12  Trevor Saundersmove many gc hashtab to hash_table
2014-09-26  Jason Merrillmangle.c (is_std_substitution): Check for abi_tag.
2014-09-20  Jason Merrillre PR c++/61392 (internal compiler error: in write_temp...
2014-08-23  Jason MerrillAllow non-constexpr variable templates.
2014-08-15  Jason Merrillre PR c++/61566 (ICE in write_unscoped_name)
2014-08-15  Jason Merrillre PR c++/61566 (ICE in write_unscoped_name)
2014-07-24  Martin LiskaIPA C++ refactoring 2/N
2014-07-24  Martin LiskaIPA C++ refactoring 1/N
2014-06-30  Jason Merrillre PR c++/61566 (ICE in write_unscoped_name)
2014-06-12  Jason MerrillSupport -Wabi warning about backward compatibility.
2014-06-12  Jason Merrilltoplev.c (process_options): Reject -fabi-version=1.
2014-05-28  Jason Merrillre PR c++/47202 (Endless recursion during mangling)
2014-05-21  Richard Sandifordtree.def (VOID_CST): New.
2014-05-14  Paolo Carlinicp-tree.h (DIRECT_LIST_INIT_P): Add.
2014-05-06  Kenneth ZadeckMerge in wide-int.
2014-04-15  Paolo Carlinidecl.c (duplicate_decls): Remove redundant TYPE_NAME...
2014-04-01  Jason Merrillre PR c++/60642 (Unclear diagnostic with invalid use...
2014-02-21  Jason Merrillre PR c++/60248 ([C++11] ICE specializing variadic...
2014-01-30  Paolo Carlinidecl.c (duplicate_decls, [...]): Use TYPE_IDENTIFIER.
2014-01-28  Jason Merrillre PR c++/53756 ([C++1y] ICE: in gen_type_die_with_usag...
2014-01-08  Jason Merrillre PR c++/59614 (Explostion in compile time of heavily...
2014-01-07  Jason Merrillre PR c++/58965 ([c++11] ICE with member initializer...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-23  Jason Merrillre PR c++/41090 (Using static label reference in c...
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-10-16  Paulo Matostree-core.h (tree_code_name): Remove.
2013-08-07  Caroline TiceCommit the vtable verification feature.
2013-07-29  Jason Merrillmangle.c (write_name): Check for null context.
2013-07-21  Ondřej Bílkaclass.c: Fix typos.
2013-04-22  Jason Merrill* mangle.c (write_type): Mangle decltype(auto).
2013-04-04  Jason Merrillcp-demangle.c (cplus_demangle_type): Fix function quals.
2013-04-03  Jason Merrillre PR c++/56821 (Unable to overload with references...
2013-03-29  Paolo Carlinicall.c (add_builtin_candidate): Use TYPE_PTR_P and...
2013-03-29  Jason Merrillcp-tree.h (AUTO_IS_DECLTYPE): New.
2013-03-29  Gabriel Dos Reistree.h (VAR_P): New.
2013-03-27  Gabriel Dos Reiscall.c (build_new_method_call_1): Use INDIRECT_REF_P.
2013-03-22  Gabriel Dos Reiscp-tree.h (identifier_p): New.
2013-02-15  Jason Merrillre PR c++/55223 ([C++11] Default lambda expression...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-09  Jason MerrillAdd C++ attribute abi_tag and -Wabi-tag option.
2012-10-08  Jason MerrillAllow dynamic initialization of thread_locals.
2012-10-05  Jakub Jelinekcp-tree.h (SIZEOF_EXPR_TYPE_P): Define.
2012-09-24  Lawrence CrowlFinish conversion of uses of double_int to the new...
2012-09-13  Paolo Carlinitypeck.c (build_indirect_ref, [...]): Remove uses of...
2012-06-26  Richard Guentherre PR c++/53752 (ice in write_array_type)
2012-06-11  Richard Guentherre PR c++/53605 (Compiler ICEs in size_binop_loc)
2012-05-12  Paolo Carlinigeneric.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
2012-04-15  Jason Merrillre PR c++/52706 ([C++11] Demangling of templates with...
2012-03-21  Jason Merrillmangle.c (write_type): Handle 'auto'.
2012-03-07  Jason Merrillre PR c++/52521 ([C++11] user defined literals and...
2012-03-04  Jason Merrillmangle.c (write_nested_name): Use decl_mangling_context.
2012-03-04  Jason Merrillre PR c++/36797 (ICE mangling __is_empty)
2012-01-16  Jakub Jelinekre PR c++/51854 (ICE in mangle.c with literal of comple...
2012-01-16  Jason Merrillre PR c++/51827 (Error: 'FOO' conflicts with a previous...
2012-01-12  Jason Merrillre PR c++/48051 (sorry, unimplemented: mangling overload)
2012-01-11  Jason Merrillre PR c++/51818 ([C++0x] Name mangling error using...
2012-01-06  Jason Merrillre PR c++/6057 (expression mangling doesn't work for...
2012-01-06  Jason Merrillmangle.c (mangle_decl): Don't generate mangling aliases...
2011-11-04  Paolo Carlinitypeck.c (build_indirect_ref): Use ATTRIBUTE_UNUSED.
2011-11-04  Jason Merrillre PR c++/48370 (G++ fails to extend reference temporar...
2011-10-31  Diego Novillomangle.c (get_mangled_id): Factor from ...
2011-10-26  Ed Smith-RowlandImplement C++11 user-defined literals.
2011-09-30  Janis Johnsonre PR c++/44473 (iterators already defined for std...
2011-08-28  Jason MerrillCore DR 342 PR c++/48582
2011-08-23  Jason MerrillCore 975
2011-08-18  Rainer OrthKeep tm, div_t, ldiv_t, lconv mangling on Solaris ...
2011-08-01  Jason Merrillre PR c++/49932 ([C++0x] ICE on instantiating decltype...
2011-07-11  Jason Merrillre PR c++/44609 (Invalid template code causes infinite...
2011-07-04  Jason MerrillDR 1207 PR c++/49589
2011-06-03  Jakub Jelinekre PR c++/49276 ([C++0x] Segmentation fault with defaul...
2011-05-28  Jason Merrillmangle.c (mangle_decl_string): Make sure we don't try...
2011-05-27  Jason Merrillre PR c++/47132 ([C++0x] decltype can't deduce some...
2011-05-10  Nathan Froydmark EXPR_PACK_EXPANSION as typed only
2011-05-06  Nathan Froydintroduce {class,type}_of_this_parm functions
2011-04-25  Paolo Carlinic-common.c (struct c_common_resword): Add __underlying_...
2011-04-12  Martin Jamborcgraph.h (cgraph_node): Remove function declaration.
2011-03-08  Jason Merrillre PR c++/47488 (sorry, unimplemented: string literal...
2011-03-07  Jason Merrillre PR c++/48008 (libstdc++-v3/testsuite/20_util/functio...
2011-03-06  Jason Merrillmangle.c (write_expression): Change ABI v6 to v5.
2011-03-04  Jan Hubickare PR lto/47497 (SPEC CPU 2006 failed to link with...
2011-02-24  Jason Merrillcp-tree.h (DECL_PARM_LEVEL): New.
2010-11-30  Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-10-14  Richard Guentherre PR c++/44561 (using nullptr_t with -flto/-fwhopr...
2010-09-21  Jason Merrillmangle.c (write_expression): Only do -fabi-version...
2010-08-20  Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-07-15  Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-13  Jason Merrillre PR c++/44540 (ICE: in add_substitution, at cp/mangle...
2010-05-27  Kai Tietzre PR bootstrap/44287 (Failed to bootstrap)
2010-05-26  Kai Tietzdemangle-expected: Add tests for __int128 and unsigned...
2010-05-21  Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
next