aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2024-06-17[libc++] Test suite adjustments on macOS (#95835)Louis Dionne1-29/+0
2024-06-07[libc++][NFC] Fix typoLouis Dionne1-1/+1
2024-06-01 [libc++] Fix failures with GCC 14 (#92663)Nikolas Klauser1-1/+1
2024-05-31[runtimes] Correctly apply libdir subdir for multilib (#93354)Petr Hosek1-6/+7
2024-05-28[runtimes][CMake] Simplify the propagation of test dependencies (#93558)Louis Dionne3-12/+5
2024-05-28[runtimes] Reintroduce a way to select the compiler used for the test suite (...Louis Dionne2-1/+2
2024-05-25Revise IDE folder structure (#89755)Michael Kruse1-0/+1
2024-05-22[WebAssembly] Upstream misc. EH changes (#92990)Heejin Ahn3-4/+13
2024-05-21[WebAssembly] __USING_WASM_EXCEPTIONS__ -> __WASM_EXCEPTIONS__ (#92840)Heejin Ahn4-21/+21
2024-05-17[libcxx][libcxxabi] Fix build for OpenBSD (#92186)John Ericson1-1/+15
2024-05-10Update stale comments of the demangler, NFC (#91740)Haojian Wu1-1/+2
2024-05-06[libc++abi][AIX] Use different function pointer types for destructors with 1 ...Xing Xue1-12/+7
2024-05-04Add clarifying parenthesis around non-trivial conditions in ternary expressio...luolent1-3/+1
2024-04-15[NFC][libunwind][AIX] Add diagnostic push and TODODavid Tenty1-0/+5
2024-04-03[libc++] Upstream ptrauth support in libc++ and libc++abi (#84573)Louis Dionne1-0/+19
2024-03-28[libc++abi] Disable forced_unwind4 test for musl. (#85096)Alastair Houghton1-2/+2
2024-03-13[runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917)Martin Storsjö1-1/+4
2024-03-05[libc++abi] Always re-export std:: exception types from libc++abi (#84031)Louis Dionne1-1/+4
2024-02-26[ItaniumDemangle] reject A-F in FP literals (#82864)Ryan Prichard2-4/+5
2024-02-26[libc++] Always keep libc++abi re-exports up-to-date (#79012)Louis Dionne9-344/+349
2024-02-26[libc++] Remove LIBCXX_EXECUTOR and LIBCXXABI_EXECUTOR (#79886)Louis Dionne1-5/+0
2024-02-05[libc++abi] Revert temporary workaround to unblock ChromeLouis Dionne5-31/+5
2024-02-05[libc++abi] Replace usage of raw assert by _LIBCXXABI_ASSERT (#80689)Louis Dionne1-2/+2
2024-01-31[libc++abi] Add temporary workaround to unblock ChromeLouis Dionne5-5/+31
2024-01-30[libc++] Split the monolithic __threading_support header (#79654)Louis Dionne5-5/+5
2024-01-25[ItaniumDemangle] reapply 0e754e114a6 (#79488)Nico Weber1-4/+3
2024-01-22[libc++] Fix the behavior of throwing `operator new` under -fno-exceptions (#...Louis Dionne1-62/+110
2024-01-22[libc++] Fix noexcept behaviour of operator new helper functions (#74337)azhan921-2/+2
2024-01-22[libc++abi] Implement __cxa_init_primary_exception and use it to optimize std...itrofimow3-13/+26
2024-01-16[libc++abi] Fix typo in CMake error messageLouis Dionne1-1/+1
2024-01-15[libc++abi] Improve error message when libunwind is missing from LLVM_ENABLE_...Louis Dionne1-0/+3
2024-01-11[runtimes] Use LLVM libunwind from libc++abi by default (#77687)Louis Dionne1-1/+1
2024-01-08[libc++abi] Handle catch null pointer-to-object (#68076)Iain Sandoe3-74/+301
2024-01-04[llvm-cxxfilt] Added the option --no-params (#75348)Dmitry Vasilyev1-6/+16
2024-01-02Revert "[llvm-cxxfilt] Added the option --no-params (#75348)"Arthur Eubanks1-16/+6
2024-01-02[llvm-cxxfilt] Added the option --no-params (#75348)Dmitry Vasilyev1-6/+16
2023-12-18[libc++] Add a picolibc test configuration with exceptions enabled (#75462)Dominik Wójt1-0/+4
2023-12-13[runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ ...Louis Dionne2-2/+10
2023-12-13[libc++abi] Fix test on Android (#74753)Maksim Panchenko1-2/+3
2023-12-06[libc++abi] Fix lpStart adjustment for exceptions table (#72727)Maksim Panchenko2-4/+112
2023-12-06[libc++] Remove dependence on <ciso646> (#73271)Michael Kenzel1-1/+1
2023-11-29[libc++] Run picolibc tests with qemuMichael Platings1-2/+8
2023-11-29[libc++] Add initial support for picolibcMichael Platings2-0/+36
2023-11-28[libcxxabi][ItaniumDemangle] Demangle explicitly named object parameters (#72...Michael Buch3-8/+64
2023-11-27[libcxxabi][test][NFC] Turn off clang-format for demangler test-case array (#...Michael Buch1-0/+2
2023-11-23[libc++abi] Avoid raw calls to assert() in libc++abi (#71121)Louis Dionne7-22/+43
2023-11-17[runtimes][NFC] Remove trailing whitespaceLouis Dionne2-80/+80
2023-11-16Remove deprecated warning from cmake files (#72595)Tacet1-5/+0
2023-11-16[runtimes] Add TODO about CXX_STANDARD_REQUIRED being off after review commentLouis Dionne1-2/+2
2023-11-05[libc++] Bump the C++ Standard used to compile the dylib to C++23 (#66824)Louis Dionne1-2/+2