aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.cc
AgeCommit message (Expand)AuthorFilesLines
2024-08-05c++: remove function/var concepts codeMarek Polacek1-2/+2
2024-07-26c++: trait as typename scope [PR116052]Jason Merrill1-1/+2
2024-01-13c++, demangle: Implement https://github.com/itanium-cxx-abi/cxx-abi/issues/14...Jakub Jelinek1-0/+3
2024-01-09c++: P0847R7 (deducing this) - prerequisite changes. [PR102609]waffl3x1-2/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-21c++: sizeof... mangling with alias template [PR95298]Jason Merrill1-0/+14
2023-12-15c++: abi_tag attribute on templates [PR109715]Patrick Palka1-0/+10
2023-12-01c++: mangling for CTAD placeholderJason Merrill1-0/+10
2023-12-01c++: mangle function template constraintsJason Merrill1-39/+330
2023-11-19c++: add DECL_IMPLICIT_TEMPLATE_PARM_P macroJason Merrill1-1/+1
2023-10-17c++: mangling tweaksJason Merrill1-55/+30
2023-10-10c++: mangle multiple levels of template parms [PR109422]Jason Merrill1-0/+13
2023-09-01c++: Fix up mangling of function/block scope static structured bindings [PR11...Jakub Jelinek1-58/+64
2023-08-22c++: constrained hidden friends [PR109751]Jason Merrill1-0/+10
2023-07-15c++: mangling template-id of unknown template [PR110524]Patrick Palka1-1/+2
2023-06-03c++: mangle noexcept-expr [PR70790]Patrick Palka1-0/+5
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-03-10c++: class NTTP and nested anon union [PR108566]Jason Merrill1-1/+26
2023-03-03c++, v3: Emit fundamental tinfos for _Float16/decltype(0.0bf16) types on ia32...Jakub Jelinek1-3/+5
2023-02-09c++: Mangle EXCESS_PRECISION_EXPR <REAL_CST> as fold_convert REAL_CST [PR108698]Jakub Jelinek1-0/+8
2023-01-25c++: Fix up mangling of static lambdas [PR108525]Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-20coroutines: Accept 'extern "C"' coroutines.Iain Sandoe1-11/+12
2022-12-15c++: mangle contracts in write_mangled_nameArsen Arsenović1-7/+7
2022-11-18c++: implement P1492 contractsJeff Chapman II1-0/+7
2022-11-01c++: per-scope, per-signature lambda discriminatorsNathan Sidwell1-1/+7
2022-11-01c++: Reorganize per-scope lambda discriminatorsNathan Sidwell1-1/+1
2022-10-27c++: Templated lambda manglingNathan Sidwell1-0/+68
2022-10-10c++: Lambda context manglingNathan Sidwell1-1/+8
2022-09-29c++: introduce TRAIT_TYPE alongside TRAIT_EXPRPatrick Palka1-2/+3
2022-09-28c++: Add DECL_NTTP_OBJECT_P lang flagNathan Sidwell1-1/+1
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek1-53/+14
2022-05-13c++: Local symbols do not get module manglingsNathan Sidwell1-1/+4
2022-03-28c++: mangling union{1} in template [PR104847]Jason Merrill1-1/+1
2022-03-04c++: Standard mangling abbreviations & modulesNathan Sidwell1-11/+21
2022-03-04c++: New module mangling ABINathan Sidwell1-57/+67
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+4575