]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/mangle.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / mangle.c
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-19  Richard SandifordRevert accidental commit
2019-12-19  Richard SandifordDon't mangle attributes that have a space in their...
2019-11-29  Jakub Jelinekre PR c++/60228 (ICE using lambda in #pragma omp declar...
2019-11-04  Kamlesh KumarPR c++/91979 - mangling nullptr expression
2019-09-27  Jason Merrillcp-tree.h (class iloc_sentinel): New.
2019-05-31  Nathan Sidwell[C++PATCH] Lambda names are anonymous
2019-05-17  Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-15  Paolo Carlinicall.c (perform_overload_resolution, [...]): Use OVL_P...
2019-05-10  Paolo Carlinicall.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.
2019-05-08  Nathan Sidwell[C++ PATCH] Kill DECL_SAVED_FUNCTION_DATA
2019-04-04  Martin SeborPR c++/89974 - ICE on a definition of a non-type specia...
2019-03-11  Martin LiskaWrap option names in gcc internal messages with %<...
2019-02-20  Jason MerrillPR c++/87513 - 'sorry' mangling PMF template-id.
2019-01-24  Jason MerrillPR c++/89001 - mangling of reference temporaries
2019-01-14  Tom HonermannImplement P0482R5, char8_t: A type for UTF-8 characters...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-13  Marek PolacekPR c++/88216 - ICE with class type in non-type template...
2018-11-13  Jason MerrillImplement P0315R4, Lambdas in unevaluated contexts.
2018-11-05  Jason MerrillImplement UDL changes from P0732R2.
2018-11-05  Jason MerrillImplement P0732R2, class types in non-type template...
2018-11-01  Nathan Sidwell[ABI PATCH] static anonymous unions of function scope
2018-05-16  Jason Merrillcp-tree.h (cp_expr): Remove copy constructor.
2018-05-15  Paolo Carlinicp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New.
2018-05-14  Jason MerrillHandle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier...
2018-05-14  Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-04-18  Alexandre Oliva[PR c++/80290] recycle tinst garbage sooner
2018-04-16  Alexandre Oliva[PR c++/85039] no type definitions in builtin offsetof
2018-01-10  David MalcolmPreserving locations for variable-uses and constants...
2018-01-03  Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-15  Jakub Jelinekre PR c++/81197 (ICE with structured binding and lifeti...
2017-11-16  Jason MerrillPR c++/79092 - non-type args of different types are...
2017-11-01  Nathan Sidwell[C++ PATCH] overloaded operator fns [8/N]
2017-11-01  Nathan Sidwell[C++ PATCH] overloaded operator fns [6/N]
2017-11-01  Nathan Sidwell[C++ PATCH] overloaded operator fns [6/N]
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [5/N]
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [3/N]
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [2/N]
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [1/N]
2017-10-10  Richard SandifordRequire wi::to_wide for trees
2017-10-04  Nathan Sidwell[C++ PATCH] Move mangling alias out of ::
2017-09-15  Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-08-30  Richard Sandiford[9/77] Add SCALAR_FLOAT_TYPE_MODE
2017-08-29  Jason MerrillPR c++/81236 - ICE with template-id in generic lambda
2017-08-17  Nathan Sidwelllex.c (maybe_add_lang_type_raw): BOUND_TEMPLATE_TEMPLAT...
2017-06-30  Nathan Sidwellconfig-lang.in (gtfiles): Add cp/lex.c.
2017-06-27  Nathan SidwellKill IDENTIFIER_TEMPLATE.
2017-06-22  Nathan SidwellReorder IDENTIFIER flags
2017-06-17  Jason MerrillPR c++/80614 - Wrong mangling for C++17 noexcept type
2017-06-11  Jason Merrilltree.h (id_equal): New.
2017-05-16  Nathan Sidwellcp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-04  Martin SeborPR translation/80280 - Missing closing quote (%>) c...
2017-03-04  Jason Merrillc.opt (Wnoexcept-type): New.
2017-02-15  Jason MerrillPR c++/79464 - ICE in IPA with omitted constructor...
2017-02-13  Jakub Jelinekinit.c (warn_placement_new_too_small): Add missing...
2017-01-18  Markus TrippelsdorfPR c++/77489 -- Reorganize abi warning check
2017-01-18  Nathan Sidwellre PR c++/79091 (ICE in write_unnamed_type)
2017-01-18  Markus TrippelsdorfFix PR70182 -- missing "on" in mangling of unresolved...
2017-01-18  Markus TrippelsdorfFix PR77489 -- mangling of discriminator >= 1
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-18  Jakub Jelinekre PR c++/77285 (extern thread_local linkage)
2016-11-15  Jakub Jelinekdecl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P...
2016-11-10  Jakub Jelinekmangle.c (mangle_decl): Only emit -Wc++1z-compat warnin...
2016-11-09  Jakub Jelinekre PR c++/78283 (-Wc++1z-compat warning is sticky)
2016-11-07  Jason MerrillImplement P0012R1, Make exception specifications part...
2016-11-02  Jason MerrillImplement P0136R1, Rewording inheriting constructors.
2016-10-21  Jason Merrillre PR c++/77656 (64-bit integral template parameter...
2016-10-04  Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-09-01  Martin Seborc-ada-spec.c (dump_ada_function_declaration): Increase...
2016-08-29  Jason MerrillPR c++/77379 - ABI tag on thunk
2016-08-12  Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-09  Jason MerrillPR c++/71712 - ABI tags on conversion ops.
2016-08-09  Jason MerrillAdjust mangling of ABI tags on class template member...
2016-08-04  Jason MerrillRename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-08-01  Jason MerrillWarn about mangled name change even if DECL_REALLY_EXTERN.
2016-08-01  Jason Merrillmangle.c (get_abi_tags): New.
2016-08-01  Jason Merrill* mangle.c (mangle_decl): Fix mangled name change warning.
2016-07-15  Jason MerrillPR c++/71711 - mangle C++1z fold-expressions.
2016-07-15  Jason MerrillPR c++/71814 - mangling sizeof... (sP and sZ)
2016-04-11  Jason Merrillmangle.c (decl_is_template_id): The template itself...
2016-02-19  Jason Merrillmangle.c (maybe_check_abi_tags): Add for_decl parm.
2016-02-04  Martin SeborPR c++/69251 - [6 Regression] ICE in unify_array_domain...
2016-01-31  Jason MerrillFix abi-tag16.C.
2016-01-27  Martin SeborPR c++/69317 - [6 regression] wrong ABI version in...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-02  Markus TrippelsdorfFix c++/67337 (segfault in mangle.c)
2015-11-11  Andrew MacLeoddecl.c: Remove unused header files.
2015-11-04  Mikhail MaltsevENABLE_CHECKING refactoring: C family front ends
2015-10-29  Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-04  Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-09-22  Jason MerrillDisconnect -Wabi=<n> from -fabi-compat-version=<n>.
2015-09-14  Jason Merrillre PR c++/44282 (fastcall is not mangled at all)
2015-08-19  Trevor Saundersremove more useless typedefs
2015-08-06  Jason Merrillre PR c++/67130 (ICE: tree check: expected identifier_n...
2015-08-02  Caroline Ticere PR bootstrap/66521 (xgcc: cc1plus segfaults when...
2015-07-28  Paolo Carlinicall.c (build_op_delete_call, [...]): Use Use DECL_SOUR...
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-01  Jason Merrillc-opts.c (c_common_post_options): Highest ABI level...
2015-06-27  Marek Polacekcall.c (set_up_extended_ref_temp): Use VAR_P.
next