aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-03[libc++][Android] Explicitly declare low-level lib existence (#70534)Ryan Prichard1-0/+5
2023-10-31Revert recent changes to test_demangle.pass.cppPeter Collingbourne1-16/+16
2023-10-31[libc++][AIX] Add OS version to target tripleJake Egan1-0/+6
2023-10-31[clang][NFC] Refactor `VectorType::VectorKind`Vlad Serebrennikov1-6/+6
2023-10-31[clang][NFC] Follow up to ArraySizeModifier refactoringVlad Serebrennikov1-10/+10
2023-10-26[libc++abi] Disable test with a leaksVitaly Buka1-0/+3
2023-10-19[libc++][Android] Mark tests XFAIL/UNSUPPORTED (#69271)Ryan Prichard1-0/+4
2023-10-19[libc++][Android] Support libc++ testing on Android (#69274)Ryan Prichard1-0/+40
2023-10-18[libc++][NFC] Refactor the core logic of operator new into helper functions (...Louis Dionne1-17/+23
2023-10-18[libc++][NFC] Reformat new.cpp and stdlib_new_delete.cppLouis Dionne1-169/+93
2023-10-06[libcxxabi] Add missing include statement.Caroline Tice1-0/+1
2023-10-04[runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691)Alexander Richardson1-16/+9
2023-09-26[libc++][lit] Allow overriding the executor for tests (#66545)Alexander Richardson2-3/+5