summaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)Author
2025-11-12[libc++abi] Add a test to ensure the abi namespace alias is declared correctl...Nikolas Klauser
2025-11-10[libc++abi][NFC] Remove some cruft from <__cxxabi_config.h> (#164578)Nikolas Klauser
2025-11-08[libc++abi][libunwind] Enable AT&T syntax explicitly (#166818)Raul Tambre
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-11-02[libc++] Add availability markup for LLVM 19 and LLVM 20 (#140072)Louis Dionne
2025-10-30[libc++] Fix localization failures on macOS 15.4 (#138744)Louis Dionne
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt
2025-10-09[libcxx] Use %{temp} instead of %T (#162323)Aiden Grossman
2025-10-09[runtimes][NFC] Consistently declare main() functions in tests (#162548)Louis Dionne
2025-09-15[libcxx][CI] Use lld for everything in the ARM picolib builds (#158320)David Spickett
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty
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-07-09[libcxxabi][libunwind] Support for using LLVM libc (#134893)Petr Hosek
2025-07-03[libcxxabi][cmake] Account for LIBCXXABI_TARGET_SUBDIR in test config (#138527)Raul Tambre
2025-06-25[libc++abi] Fix C++ demangling for _BitInt type (#143466)Larry Meadows
2025-06-12[libc++] Expand Android libc++ test config files (#142846)tynasello-google
2025-06-11[libc++] Upgrade to GCC 15 (#138293)Nikolas Klauser
2025-05-31[libcxxabi][test] Check that all copied files are synced between llvm and lib...Michael Buch
2025-05-30[ItaniumDemangle][test] Factor demangler test-cases into file and sync into L...Michael Buch
2025-05-27[libcxxabi] Add test to assert that ItaniumDemangle.h is the same (#140323)Aiden Grossman
2025-05-16[libcxxabi] Update ItaniumDemangle.h from LLVM (#140273)Aiden Grossman
2025-05-12[cmake] Normalize TARGET_SUBDIR paths (#138524)Raul Tambre
2025-05-12[ItaniumDemangle] Add Named flag to "pm" operator (#136862)Michael Buch
2025-05-09[libcxx][NFC] Use macros for functions that support overriding detection (#13...Petr Hosek
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-23[ItaniumDemangle][test] Add test-cases for ref-qualified member pointer param...Michael Buch
2025-04-17[ItaniumDemangle] Add customizable printLeft/printRight APIs to OutputBuffer ...Michael Buch
2025-04-15[PAC] Add support for __ptrauth type qualifier (#100830)Akira Hatanaka
2025-04-11[libc++] Another Apple CI quick-fix.Mark de Wever
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-02-12[libc++abi] Add a missing include for abort() (#126865)Takuto Ikuta
2025-01-28[libc++abi] Make once_flag constinit in cxa_exception_storage (#124627)Louis Dionne
2025-01-27Revert "[libcxx] Use alias for detecting overriden function" (#124431)Petr Hosek
2025-01-23[libc++abi] Remove support for Android 4 and older (#124054)Brad Smith
2025-01-14[libc++] Simplify when the sized global deallocations overloads are available...Nikolas Klauser
2025-01-14Revert "[libc++] Stop copying headers to the build directory (#115380)"Kirill Stoimenov
2025-01-14[libc++] Stop copying headers to the build directory (#115380)Alexander Richardson
2025-01-13[libc++abi][ItaniumDemangle] Demangle DF16b as std::bfloat16_t (#120109)Fraser Cormack
2025-01-07[libcxx] Use alias for detecting overriden function (#120805)Petr Hosek
2024-12-19Revert "[libcxx] Use alias for detecting overriden function (#114961)"Nico Weber
2024-12-17[libcxx] Use alias for detecting overriden function (#114961)Petr Hosek
2024-12-17[libc++] Granularize <new> includes (#119964)Nikolas Klauser