aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2026-01-20[libc++] Remove _LIBCPP_CONSTINIT (#171802)Nikolas Klauser5-6/+6
2026-01-19[libc++abi] Remove old workaround for detecting libunwind (#176009)Louis Dionne1-9/+0
2026-01-14[runtimes] Post-branch tasks for the LLVM 23 release (#176007)Louis Dionne1-1/+1
2026-01-14[NFC] Exactly one kind typo fixes, change defintions to definitions. (#174333)willmafh1-1/+1
2026-01-13[libc++] Replace uses of _LIBCPP_WEAK with [[gnu::weak]] (#171798)Nikolas Klauser1-20/+16
2026-01-09[libc++][NFC] Refactor _LIBCPP_OVERRIDABLE_FUNCTION to be a normal attribute ...Nikolas Klauser1-4/+4
2026-01-09[libc++] Introduce the notion of a minimum header version (#166074)Nikolas Klauser1-0/+4
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-12[runtimes] Remove dependencies on cxx_experimental for test-suite installs (#...Louis Dionne1-3/+0
2025-12-11[libc++] Simplify how we install test-suite dependencies (#171504)Louis Dionne1-47/+15
2025-12-11[runtimes] Modernize installation targets (#171677)Louis Dionne2-32/+31
2025-11-24[libc++][NFC] Move __memory/aligned_alloc.h into src/ (#166172)Nikolas Klauser2-2/+2
2025-11-12[libc++abi] Add a test to ensure the abi namespace alias is declared correctl...Nikolas Klauser1-0/+15
2025-11-10[libc++abi][NFC] Remove some cruft from <__cxxabi_config.h> (#164578)Nikolas Klauser1-23/+1
2025-11-08[libc++abi][libunwind] Enable AT&T syntax explicitly (#166818)Raul Tambre1-0/+1
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-11-02[libc++] Add availability markup for LLVM 19 and LLVM 20 (#140072)Louis Dionne2-2/+5
2025-10-30[libc++] Fix localization failures on macOS 15.4 (#138744)Louis Dionne1-4/+2
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt4-24/+180
2025-10-09[libcxx] Use %{temp} instead of %T (#162323)Aiden Grossman11-11/+11
2025-10-09[runtimes][NFC] Consistently declare main() functions in tests (#162548)Louis Dionne2-5/+3
2025-09-15[libcxx][CI] Use lld for everything in the ARM picolib builds (#158320)David Spickett1-1/+1
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty2-3/+3
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 Hosek2-6/+10
2025-07-03[libcxxabi][cmake] Account for LIBCXXABI_TARGET_SUBDIR in test config (#138527)Raul Tambre2-1/+5
2025-06-25[libc++abi] Fix C++ demangling for _BitInt type (#143466)Larry Meadows2-1/+4
2025-06-12[libc++] Expand Android libc++ test config files (#142846)tynasello-google1-6/+6
2025-06-11[libc++] Upgrade to GCC 15 (#138293)Nikolas Klauser1-1/+1
2025-05-31[libcxxabi][test] Check that all copied files are synced between llvm and lib...Michael Buch1-2/+16
2025-05-30[ItaniumDemangle][test] Factor demangler test-cases into file and sync into L...Michael Buch3-30288/+30271
2025-05-27[libcxxabi] Add test to assert that ItaniumDemangle.h is the same (#140323)Aiden Grossman2-0/+8
2025-05-16[libcxxabi] Update ItaniumDemangle.h from LLVM (#140273)Aiden Grossman1-3/+4
2025-05-12[cmake] Normalize TARGET_SUBDIR paths (#138524)Raul Tambre1-0/+1
2025-05-12[ItaniumDemangle] Add Named flag to "pm" operator (#136862)Michael Buch2-2/+6
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-23[ItaniumDemangle][test] Add test-cases for ref-qualified member pointer param...Michael Buch1-0/+2
2025-04-17[ItaniumDemangle] Add customizable printLeft/printRight APIs to OutputBuffer ...Michael Buch2-38/+79
2025-04-15[PAC] Add support for __ptrauth type qualifier (#100830)Akira Hatanaka1-0/+3
2025-04-11[libc++] Another Apple CI quick-fix.Mark de Wever1-0/+3
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ö2-11/+9