summaryrefslogtreecommitdiff
path: root/libcxxabi/src/demangle/ItaniumDemangle.h
AgeCommit message (Expand)Author
2025-11-07[libcxxabi][ItaniumDemangle] Separate GtIsGt counter into more states (#166578)Michael Buch
2025-07-24[llvm] annotate interfaces in Demangle for DLL export (#147564)Andrew Rogers
2025-06-25[libc++abi] Fix C++ demangling for _BitInt type (#143466)Larry Meadows
2025-05-16[libcxxabi] Update ItaniumDemangle.h from LLVM (#140273)Aiden Grossman
2025-05-12[ItaniumDemangle] Add Named flag to "pm" operator (#136862)Michael Buch
2025-04-25[ItaniumDemangle][NFC] Add getter to ObjCProtoName::getProtocolMichael Buch
2025-04-17[ItaniumDemangle] Add customizable printLeft/printRight APIs to OutputBuffer ...Michael Buch
2025-04-11[libcxxabi] Fix the long double demangling for PowerPC (#135332)Martin Storsjö
2025-04-11[libcxxabi] Use __LDBL_MANT_DIG__ for configuring demangling of long doubles ...Martin Storsjö
2025-04-09[libc++] P3247R2: Deprecate `is_trivial(_v)` (#130573)A. Jiang
2025-01-13[libc++abi][ItaniumDemangle] Demangle DF16b as std::bfloat16_t (#120109)Fraser Cormack
2024-12-10[libc++abi] Enable demangling of `cp` expression production (#114882)Hubert Tong
2024-11-05[demangler] Enhance demangling in llvm-cxxfilt for fixed-point types. (#114257)c8ef
2024-09-25[libc++abi] Fix issue when building the demangler in C++11Louis Dionne
2024-09-23[ItaniumDemangle] Add template name to the substitutions list during demangli...Viktoriia Bakalova
2024-09-19[demangle] Represent a char array initializer as a string literal. (#109021)Richard Smith
2024-09-12[ItaniumDemangle] Set `InConstraintExpr` to `true` when demangling a constrai...Viktoriia Bakalova
2024-08-05[libcxxabi/demangle] Remove __cxxabi_config.h include (#101971)Nico Weber
2024-08-05Demangle: Fix comment typos to cycle botsNico Weber
2024-07-30Make caches protected (#101184)Dmitry Chestnykh
2024-05-10Update stale comments of the demangler, NFC (#91740)Haojian Wu
2024-02-26[ItaniumDemangle] reject A-F in FP literals (#82864)Ryan Prichard
2024-01-25[ItaniumDemangle] reapply 0e754e114a6 (#79488)Nico Weber
2024-01-04[llvm-cxxfilt] Added the option --no-params (#75348)Dmitry Vasilyev
2024-01-02Revert "[llvm-cxxfilt] Added the option --no-params (#75348)"Arthur Eubanks
2024-01-02[llvm-cxxfilt] Added the option --no-params (#75348)Dmitry Vasilyev
2023-11-28[libcxxabi][ItaniumDemangle] Demangle explicitly named object parameters (#72...Michael Buch
2023-11-23[libc++abi] Avoid raw calls to assert() in libc++abi (#71121)Louis Dionne
2023-09-21[Demangle] demangle builtin type transformations (#65902)Congcong Cai
2023-09-20Implement mangling rules for C++20 concepts and requires-expressions.Richard Smith
2023-09-14[libc++abi][VE] Support VE in long double demanglerKazushi (Jam) Marukawa
2023-09-10Revert "[Demangle] demangle builtin type transformations"Congcong Cai
2023-09-10[Demangle] demangle builtin type transformationsCongcong Cai
2023-08-31[libc++abi] Use std::abort() instead of std::terminate() on failure to allocateLouis Dionne
2023-07-13[Demangle] use std::string_view::data rather than &*std::string_view::beginNick Desaulniers
2023-05-31[libcxxabi] copy back std::string_view patches from LLVMNick Desaulniers
2023-03-19[libcxxabi][Demangle] Don't drop ctor/dtor name for abi-tagged structuresMichael Buch
2023-03-17[runtimes] Synchronize warnings flags between libc++/libc++abi/libunwindNikolas Klauser
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2022-12-08[demangler][LoongArch] Correct the mangled_size for long doubleWeining Lu
2022-10-20libcxxabi [PR58117][NFC]: Open code lower boundNathan Sidwell
2022-10-12[libcxxabi]: Resync llvm & libcxxabi's demanglerNathan Sidwell
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-05-27[demangler][RISCV] Fix for long doublePiggy NL
2022-05-13[demangler] Avoid special-subst code duplicationNathan Sidwell
2022-05-09[demangler] No need to space adjacent template closingsNathan Sidwell
2022-05-03[demangler] Fold expressions of .* and ->*Nathan Sidwell
2022-04-28[demangler] Fix demangling a template argument which happens to be a null poi...gbreynoo
2022-04-25[demangler][NFC] OperatorInfo table unit testNathan Sidwell
2022-04-08[demangler] Support C23 _BitInt typeSenran Zhang