aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-22[libc++abi][WebAssembly] Support Wasm EHHeejin Ahn4-18/+40
2023-09-21[runtimes] Simplify testing configurations on GCC by using -nostdlib++ (#67021)Louis Dionne2-29/+1
2023-09-21[runtimes][NFC] Remove old Lit annotations for gcc-12 and clang-14Louis Dionne1-1/+1
2023-09-21[runtimes] Fix link order of system librarires on Apple platforms (#66940)Louis Dionne2-5/+1
2023-09-21[Demangle] demangle builtin type transformations (#65902)Congcong Cai3-1/+36
2023-09-20Implement mangling rules for C++20 concepts and requires-expressions.Richard Smith3-76/+483
2023-09-20[libc++abi][NFC] Remove mentions of LIBCXXABI_SHARED_LIBRARIESLouis Dionne1-2/+2
2023-09-14[libc++abi][test][VE] Add UNSUPPORTED to pass tests on VEKazushi (Jam) Marukawa4-0/+12
2023-09-14[libc++abi][VE] Support VE in long double demanglerKazushi (Jam) Marukawa1-1/+2
2023-09-12[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to ...Igor Zhukov1-0/+2
2023-09-11[libc++abi] Overhaul test_exception_storage.pass.cppShoaib Meenai2-62/+87
2023-09-10Revert "[Demangle] demangle builtin type transformations"Congcong Cai3-30/+1
2023-09-10[Demangle] demangle builtin type transformationsCongcong Cai3-1/+30
2023-09-08[libc++abi] Refactor around __dynamic_castSirui Mu2-233/+271
2023-09-08[libc++abi][NFC] Run clang-format on a test that I am about to modifyLouis Dionne1-39/+39
2023-08-31[libc++abi] Use std::abort() instead of std::terminate() on failure to allocateLouis Dionne2-4/+3
2023-08-31[runtimes] Fix some duplicate word typosLouis Dionne1-1/+1
2023-08-28[libcxxabi] Automatically use static libunwind when requiredShoaib Meenai1-1/+2
2023-08-17[libc++] Fix a few incorrect CMake configuration optionsLouis Dionne1-4/+4
2023-08-14[libc++] Fix problems with GCC 13 and switch to it in the CINikolas Klauser1-1/+1
2023-08-11[runtimes][NFC] Remove stray whitespace on extern C commentsLouis Dionne6-6/+6
2023-08-07[libc++abi] Update path to script in demangler documentationLouis Dionne1-1/+1
2023-07-17[libc++] Remove internal "build-with-external-thread-library" configurationLouis Dionne2-24/+1
2023-07-13[Demangle] use std::string_view::data rather than &*std::string_view::beginNick Desaulniers1-2/+2
2023-06-16[libc++][NFC] Consistently qualify malloc and free calls with std::Louis Dionne1-2/+2
2023-06-16[libc++] Make libc++ and libc++abi's definitions of operator new be exact copiesLouis Dionne1-43/+53