summaryrefslogtreecommitdiff
path: root/libcxxabi/src/demangle
AgeCommit message (Expand)Author
2025-11-07[libcxxabi][ItaniumDemangle] Separate GtIsGt counter into more states (#166578)Michael Buch
2025-11-05[libcxxabi][demangle] Fix the cp-to-llvm.sh sync script to copy all headers (...Michael Buch
2025-11-03[libcxxabi] Update demangle/Utility.hAiden Grossman
2025-07-29[libc++][hardening] Introduce assertion semantics. (#149459)Konstantin Varlamov
2025-07-24[llvm] annotate interfaces in Demangle for DLL export (#147564)Andrew Rogers
2025-07-15Revert "[libc++][hardening] Introduce assertion semantics" (#148822)Nikolas Klauser
2025-07-15[libc++][hardening] Introduce assertion semantics (#148268)Konstantin Varlamov
2025-06-25[libc++abi] Fix C++ demangling for _BitInt type (#143466)Larry Meadows
2025-05-30[ItaniumDemangle][test] Factor demangler test-cases into file and sync into L...Michael Buch
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-05-06[ItaniumDemangle] Fix libcxxabi OutputBuffer::prepend for empty inputs (#138656)Dmitry Vasilyev
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-04NFC: Demangler README.txt: Fix LLVM unittests pathHubert Tong
2024-11-05[demangler] Enhance demangling in llvm-cxxfilt for fixed-point types. (#114257)c8ef
2024-10-31[libc++abi] Fix user prompt in cp-to-llvm.sh. (#114268)Ryan Mansfield
2024-10-09[libc++abi] Rename abort_message to __abort_message (#111413)Petr Hosek
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-20Revert "[libcxxabi] Rename abort_message to __abort_message (#108887)"Thurston Dang
2024-09-20[libcxxabi] Rename abort_message to __abort_message (#108887)Petr Hosek
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-12-06[libc++] Remove dependence on <ciso646> (#73271)Michael Kenzel
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-08-07[libc++abi] Update path to script in demangler documentationLouis Dionne
2023-07-13[Demangle] use std::string_view::data rather than &*std::string_view::beginNick Desaulniers
2023-06-01remove Demangle/StringView.hNick Desaulniers