aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/src
AgeCommit message (Expand)AuthorFilesLines
2026-01-04[NFC] Delete unnecessary apostrophe at the end of its (#173974)willmafh1-1/+1
2025-12-16[libc++] Enable -Wmissing-prototypes (#116261)Nikolas Klauser3-4/+13
2025-12-11[runtimes] Modernize installation targets (#171677)Louis Dionne1-28/+29
2025-11-24[libc++][NFC] Move __memory/aligned_alloc.h into src/ (#166172)Nikolas Klauser2-2/+2
2025-11-07[libcxxabi][ItaniumDemangle] Separate GtIsGt counter into more states (#166578)Michael Buch2-11/+27
2025-11-05[libcxxabi][demangle] Fix the cp-to-llvm.sh sync script to copy all headers (...Michael Buch1-2/+3
2025-11-03[libcxxabi] Update demangle/Utility.hAiden Grossman1-1/+1
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt3-24/+139
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty1-1/+1
2025-07-29[libc++][hardening] Introduce assertion semantics. (#149459)Konstantin Varlamov1-0/+8
2025-07-24[llvm] annotate interfaces in Demangle for DLL export (#147564)Andrew Rogers2-1/+6
2025-07-15Revert "[libc++][hardening] Introduce assertion semantics" (#148822)Nikolas Klauser1-8/+0
2025-07-15[libc++][hardening] Introduce assertion semantics (#148268)Konstantin Varlamov1-0/+8
2025-07-09[libcxxabi][libunwind] Support for using LLVM libc (#134893)Petr Hosek1-6/+8
2025-06-25[libc++abi] Fix C++ demangling for _BitInt type (#143466)Larry Meadows1-1/+3
2025-05-30[ItaniumDemangle][test] Factor demangler test-cases into file and sync into L...Michael Buch1-12/+34
2025-05-16[libcxxabi] Update ItaniumDemangle.h from LLVM (#140273)Aiden Grossman1-3/+4
2025-05-12[ItaniumDemangle] Add Named flag to "pm" operator (#136862)Michael Buch1-1/+1
2025-05-09[libcxx][NFC] Use macros for functions that support overriding detection (#13...Petr Hosek1-14/+9
2025-05-06[ItaniumDemangle] Fix libcxxabi OutputBuffer::prepend for empty inputs (#138656)Dmitry Vasilyev1-0/+2
2025-04-25[ItaniumDemangle][NFC] Add getter to ObjCProtoName::getProtocolMichael Buch1-3/+3
2025-04-17[ItaniumDemangle] Add customizable printLeft/printRight APIs to OutputBuffer ...Michael Buch2-38/+79
2025-04-11[libcxxabi] Fix the long double demangling for PowerPC (#135332)Martin Storsjö1-1/+1
2025-04-11[libcxxabi] Use __LDBL_MANT_DIG__ for configuring demangling of long doubles ...Martin Storsjö1-7/+9
2025-04-09[libc++] P3247R2: Deprecate `is_trivial(_v)` (#130573)A. Jiang1-2/+4
2025-02-12[libc++abi] Add a missing include for abort() (#126865)Takuto Ikuta1-1/+2
2025-01-28[libc++abi] Make once_flag constinit in cxa_exception_storage (#124627)Louis Dionne1-1/+1
2025-01-27Revert "[libcxx] Use alias for detecting overriden function" (#124431)Petr Hosek1-10/+12
2025-01-23[libc++abi] Remove support for Android 4 and older (#124054)Brad Smith1-14/+2
2025-01-14[libc++] Simplify when the sized global deallocations overloads are available...Nikolas Klauser1-1/+9
2025-01-13[libc++abi][ItaniumDemangle] Demangle DF16b as std::bfloat16_t (#120109)Fraser Cormack1-1/+4
2025-01-07[libcxx] Use alias for detecting overriden function (#120805)Petr Hosek1-12/+10
2024-12-19Revert "[libcxx] Use alias for detecting overriden function (#114961)"Nico Weber1-10/+12
2024-12-17[libcxx] Use alias for detecting overriden function (#114961)Petr Hosek1-12/+10
2024-12-17[libc++] Granularize <new> includes (#119964)Nikolas Klauser1-0/+1
2024-12-11[libc++abi] Don't do pointer arithmetic on nullptr (#119520)Vitaly Buka1-4/+3
2024-12-10[libc++abi] Enable demangling of `cp` expression production (#114882)Hubert Tong1-6/+16
2024-12-09[libcxxabi] Always link against libzircon for Fuchsia targets (#115910)Paul Kirth1-0/+6
2024-12-06[libc++abi] Fix broken check for _LIBCPP_HAS_THREAD_API_PTHREAD (#118999)Louis Dionne1-2/+2
2024-11-13[libc++] Make variables in templates inline (#115785)Nikolas Klauser1-4/+0
2024-11-04NFC: Demangler README.txt: Fix LLVM unittests pathHubert Tong1-1/+1
2024-11-05[demangler] Enhance demangling in llvm-cxxfilt for fixed-point types. (#114257)c8ef1-0/+95
2024-10-31[libc++abi] Fix user prompt in cp-to-llvm.sh. (#114268)Ryan Mansfield1-1/+1
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser1-1/+3
2024-10-25Revert "[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler"...Vitaly Buka1-2/+2
2024-10-24[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler (#108357)Martin Storsjö1-2/+2
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser2-10/+10
2024-10-10[runtimes][NFC] Reindent CMake files (#111821)Louis Dionne1-70/+70
2024-10-10[runtimes] Always define cxx_shared, cxx_static & other targets (#80007)Louis Dionne1-9/+11
2024-10-09[libc++abi] Rename abort_message to __abort_message (#111413)Petr Hosek11-25/+25