summaryrefslogtreecommitdiff
path: root/libcxxabi/src/demangle/Utility.h
AgeCommit message (Expand)Author
2025-11-07[libcxxabi][ItaniumDemangle] Separate GtIsGt counter into more states (#166578)Michael Buch
2025-11-03[libcxxabi] Update demangle/Utility.hAiden Grossman
2025-05-06[ItaniumDemangle] Fix libcxxabi OutputBuffer::prepend for empty inputs (#138656)Dmitry Vasilyev
2025-04-17[ItaniumDemangle] Add customizable printLeft/printRight APIs to OutputBuffer ...Michael Buch
2023-11-23[libc++abi] Avoid raw calls to assert() in libc++abi (#71121)Louis Dionne
2023-08-31[libc++abi] Use std::abort() instead of std::terminate() on failure to allocateLouis Dionne
2023-05-31[libcxxabi] copy back std::string_view patches from LLVMNick Desaulniers
2022-10-17[demangler] Simplify OutputBuffer initializationNathan Sidwell
2022-05-09[demangler] Buffer peeking needs bufferNathan Sidwell
2022-04-26Revert "[demangler] Simplify OutputBuffer initialization"Kirill Stoimenov
2022-04-26[demangler] Simplify OutputBuffer initializationNathan Sidwell
2022-04-06[demangler][NFC] Rename SwapAndRestore to ScopedOverrideNathan Sidwell
2022-03-28[demangler] Add StringView conversion operatorNathan Sidwell
2022-03-28[demangler] Add operator precedenceNathan Sidwell
2022-03-04[demangler] Make OutputBuffer non-copyableNathan Sidwell
2022-03-01[demangler] Improve buffer hysteresisNathan Sidwell
2022-03-01[demangler] Simplify SwapAndRestoreNathan Sidwell
2022-02-16[demangler] Fix build breakageNathan Sidwell
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser
2022-02-14[demangler] Fix buffer growthNathan Sidwell
2022-02-08[demangler][NFC] Utility header cleanupsNathan Sidwell
2022-02-01[demangler] Preserve line numbering in copied demangler sourcesNathan Sidwell
2022-01-24[demangler] Resync demangler sourcesNathan Sidwell
2021-10-26[Demangle] Add prepend functionality to OutputStringLuís Ferreira
2021-10-21[Demangle] Rename OutputStream to OutputStringLuís Ferreira
2021-10-01[Demangle][Rust] Parse non-ASCII identifiersTomasz Miąsko
2020-11-26[libc++] Mark a few more tests as unsupported on gcc-8/9.Marek Kurdej
2020-01-09[demangle] Copy back some NFC commits from LLVMErik Pilkington
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-17NFC: Make the copies of the demangler byte-for-byte identicalErik Pilkington
2018-11-11Port LLVM r346606 to libcxxabi.Nico Weber
2018-09-15Merge Demangle change in r342330 to libcxxabi.Nico Weber
2018-07-23[demangler] call terminate() if allocation failedErik Pilkington
2018-07-20Merge changes to ItaniumDemangle over to libcxxabi.Zachary Turner