summaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)Author
2024-01-22[libc++] Fix the behavior of throwing `operator new` under -fno-exceptions (#...Louis Dionne
2024-01-22[libc++] Fix noexcept behaviour of operator new helper functions (#74337)azhan92
2024-01-22[libc++abi] Implement __cxa_init_primary_exception and use it to optimize std...itrofimow
2024-01-16[libc++abi] Fix typo in CMake error messageLouis Dionne
2024-01-15[libc++abi] Improve error message when libunwind is missing from LLVM_ENABLE_...Louis Dionne
2024-01-11[runtimes] Use LLVM libunwind from libc++abi by default (#77687)Louis Dionne
2024-01-08[libc++abi] Handle catch null pointer-to-object (#68076)Iain Sandoe
2024-01-04[llvm-cxxfilt] Added the option --no-params (#75348)Dmitry Vasilyev
2024-01-02Revert "[llvm-cxxfilt] Added the option --no-params (#75348)"Arthur Eubanks
2024-01-02[llvm-cxxfilt] Added the option --no-params (#75348)Dmitry Vasilyev
2023-12-18[libc++] Add a picolibc test configuration with exceptions enabled (#75462)Dominik Wójt
2023-12-13[runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ ...Louis Dionne
2023-12-13[libc++abi] Fix test on Android (#74753)Maksim Panchenko
2023-12-06[libc++abi] Fix lpStart adjustment for exceptions table (#72727)Maksim Panchenko
2023-12-06[libc++] Remove dependence on <ciso646> (#73271)Michael Kenzel
2023-11-29[libc++] Run picolibc tests with qemuMichael Platings
2023-11-29[libc++] Add initial support for picolibcMichael Platings
2023-11-28[libcxxabi][ItaniumDemangle] Demangle explicitly named object parameters (#72...Michael Buch
2023-11-27[libcxxabi][test][NFC] Turn off clang-format for demangler test-case array (#...Michael Buch
2023-11-23[libc++abi] Avoid raw calls to assert() in libc++abi (#71121)Louis Dionne
2023-11-17[runtimes][NFC] Remove trailing whitespaceLouis Dionne
2023-11-16Remove deprecated warning from cmake files (#72595)Tacet
2023-11-16[runtimes] Add TODO about CXX_STANDARD_REQUIRED being off after review commentLouis Dionne
2023-11-05[libc++] Bump the C++ Standard used to compile the dylib to C++23 (#66824)Louis Dionne
2023-11-03[libc++][Android] Explicitly declare low-level lib existence (#70534)Ryan Prichard
2023-10-31Revert recent changes to test_demangle.pass.cppPeter Collingbourne
2023-10-31[libc++][AIX] Add OS version to target tripleJake Egan
2023-10-31[clang][NFC] Refactor `VectorType::VectorKind`Vlad Serebrennikov
2023-10-31[clang][NFC] Follow up to ArraySizeModifier refactoringVlad Serebrennikov
2023-10-26[libc++abi] Disable test with a leaksVitaly Buka
2023-10-19[libc++][Android] Mark tests XFAIL/UNSUPPORTED (#69271)Ryan Prichard
2023-10-19[libc++][Android] Support libc++ testing on Android (#69274)Ryan Prichard
2023-10-18[libc++][NFC] Refactor the core logic of operator new into helper functions (...Louis Dionne
2023-10-18[libc++][NFC] Reformat new.cpp and stdlib_new_delete.cppLouis Dionne
2023-10-06[libcxxabi] Add missing include statement.Caroline Tice
2023-10-04[runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691)Alexander Richardson
2023-09-26[libc++][lit] Allow overriding the executor for tests (#66545)Alexander Richardson
2023-09-22[libc++abi][WebAssembly] Support Wasm EHHeejin Ahn
2023-09-21[runtimes] Simplify testing configurations on GCC by using -nostdlib++ (#67021)Louis Dionne
2023-09-21[runtimes][NFC] Remove old Lit annotations for gcc-12 and clang-14Louis Dionne
2023-09-21[runtimes] Fix link order of system librarires on Apple platforms (#66940)Louis Dionne
2023-09-21[Demangle] demangle builtin type transformations (#65902)Congcong Cai
2023-09-20Implement mangling rules for C++20 concepts and requires-expressions.Richard Smith
2023-09-20[libc++abi][NFC] Remove mentions of LIBCXXABI_SHARED_LIBRARIESLouis Dionne
2023-09-14[libc++abi][test][VE] Add UNSUPPORTED to pass tests on VEKazushi (Jam) Marukawa
2023-09-14[libc++abi][VE] Support VE in long double demanglerKazushi (Jam) Marukawa
2023-09-12[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to ...Igor Zhukov
2023-09-11[libc++abi] Overhaul test_exception_storage.pass.cppShoaib Meenai
2023-09-10Revert "[Demangle] demangle builtin type transformations"Congcong Cai
2023-09-10[Demangle] demangle builtin type transformationsCongcong Cai