]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/mangle.cc
c++, demangle: Implement https://github.com/itanium-cxx-abi/cxx-abi/issues/148 non...
[thirdparty/gcc.git] / gcc / cp / mangle.cc
2024-01-13  Jakub Jelinekc++, demangle: Implement https://github.com/itanium...
2024-01-09  waffl3xc++: P0847R7 (deducing this) - prerequisite changes...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-22  Jason Merrillc++: sizeof... mangling with alias template [PR95298]
2023-12-15  Patrick Palkac++: abi_tag attribute on templates [PR109715]
2023-12-01  Jason Merrillc++: mangling for CTAD placeholder
2023-12-01  Jason Merrillc++: mangle function template constraints
2023-11-20  Jason Merrillc++: add DECL_IMPLICIT_TEMPLATE_PARM_P macro
2023-10-17  Jason Merrillc++: mangling tweaks
2023-10-10  Jason Merrillc++: mangle multiple levels of template parms [PR109422]
2023-09-01  Jakub Jelinekc++: Fix up mangling of function/block scope static...
2023-08-22  Jason Merrillc++: constrained hidden friends [PR109751]
2023-07-15  Patrick Palkac++: mangling template-id of unknown template [PR110524]
2023-06-03  Patrick Palkac++: mangle noexcept-expr [PR70790]
2023-05-18  Bernhard Reutner... c++: use _P() defines from tree.h
2023-03-10  Jason Merrillc++: class NTTP and nested anon union [PR108566]
2023-03-02  Jakub Jelinekc++, v3: Emit fundamental tinfos for _Float16/decltype...
2023-02-09  Jakub Jelinekc++: Mangle EXCESS_PRECISION_EXPR <REAL_CST> as fold_co...
2023-01-25  Jakub Jelinekc++: Fix up mangling of static lambdas [PR108525]
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-20  Iain Sandoecoroutines: Accept 'extern "C"' coroutines.
2022-12-15  Arsen Arsenovićc++: mangle contracts in write_mangled_name
2022-11-19  Jeff Chapman IIc++: implement P1492 contracts
2022-11-01  Nathan Sidwellc++: per-scope, per-signature lambda discriminators
2022-11-01  Nathan Sidwellc++: Reorganize per-scope lambda discriminators
2022-10-27  Nathan Sidwellc++: Templated lambda mangling
2022-10-10  Nathan Sidwellc++: Lambda context mangling
2022-09-29  Patrick Palkac++: introduce TRAIT_TYPE alongside TRAIT_EXPR
2022-09-28  Nathan Sidwellc++: Add DECL_NTTP_OBJECT_P lang flag
2022-09-27  Jakub Jelinekc++: Implement P1467R9 - Extended floating-point types...
2022-05-13  Nathan Sidwellc++: Local symbols do not get module manglings
2022-03-28  Jason Merrillc++: mangling union{1} in template [PR104847]
2022-03-04  Nathan Sidwellc++: Standard mangling abbreviations & modules
2022-03-04  Nathan Sidwellc++: New module mangling ABI
2022-01-17  Martin LiskaRename .c files to .cc files.