aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-15[libc++abi] Avoid including source files into unittest_demangleLouis Dionne1-8/+9
2023-06-01remove Demangle/StringView.hNick Desaulniers2-110/+1
2023-05-31[libcxxabi] copy back std::string_view patches from LLVMNick Desaulniers4-175/+165
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-1/+1
2023-05-25[Demangle] avoid more std::string_view::substrNick Desaulniers1-4/+8
2023-05-25[libcxxabi] link abort_message into unittest_demangleNick Desaulniers1-0/+1
2023-05-25[NFC][Py Reformat] Reformat python files in libcxx/libcxxabiTobias Hieta2-3/+7
2023-05-18[libcxxabi] allow downstreams to override _LIBCPP_VERBOSE_ABORTNick Desaulniers1-2/+5
2023-05-17[libcxxabi] define _LIBCPP_VERBOSE_ABORTNick Desaulniers2-0/+6
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber1-1/+1
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-04-27[libcxx] [test] Prepend to PATH instead of overriding itMartin Storsjö3-3/+3
2023-04-21[SystemZ][z/OS] Make LIBCXXABI_LIBUNWIND_INCLUDES_INTERNAL available for exte...Zibi Sarbinowski1-3/+3
2023-04-21[libc++][PSTL] Remove current integrationNikolas Klauser1-10/+0
2023-04-20[libcxxabi][demangle] create helper for std::string_view::starts_withNick Desaulniers2-1/+35