aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-19[libc++abi] Make the error message for recursive initialization of function-l...Louis Dionne1-3/+3
2023-04-19[libcxxabi] [test] Fix the mingw test configMartin Storsjö1-1/+1
2023-04-19[libcxxabi] [test] Avoid mingw warnings about missing a return statementMartin Storsjö1-1/+1
2023-04-19[libcxxabi] Omit dllimport in public headers in MinGW modeMartin Storsjö1-1/+1
2023-04-17[libcxxabi] [test] Use the correct printf formats for printing pointersMartin Storsjö1-2/+3
2023-04-15Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever1-1/+1
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-04-12[libcxxabi] [test] Don't cast a pointer to long, fixing the test on WindowsMartin Storsjö1-1/+2
2023-04-11[libcxxabi, libunwind] [test] Place output from tests under a 'test' subdirMartin Storsjö1-1/+1
2023-04-11[libcxxabi] [test] Mark thread_local_destruction_order.pass.cpp unsupported f...Martin Storsjö1-0/+7
2023-04-06[libcxxabi, libunwind] [test] Quote the python path properly for LIB*_EXECUTORMartin Storsjö1-1/+1
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne18-23/+23
2023-03-20[libcxxabi] Fix for c9d36bd80760db14f14b33789e6cbc6cb8c64830Dmitry Chernenkov1-0/+1
2023-03-19[libcxxabi][Demangle] Don't drop ctor/dtor name for abi-tagged structuresMichael Buch2-0/+4
2023-03-19[libc++abi] Improve performance of __dynamic_castSirui Mu1-62/+124
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-03-17[libc++][NFC] Move the stdlib= test suite configuration for Apple into the cf...Louis Dionne2-0/+4
2023-03-17[runtimes] Synchronize warnings flags between libc++/libc++abi/libunwindNikolas Klauser3-36/+15
2023-03-16[HWASAN] Remove RUN statements, which have to effect on the testKirill Stoimenov2-2/+0
2023-03-16[HWASAN] Disable leak checking for forced_unwind2.pass.cppKirill Stoimenov1-0/+1
2023-03-16[HWASAN] Disable leak checking for test_vector2.pass.cppKirill Stoimenov1-0/+1
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-0/+1
2023-03-08[libc++] Enable -Wunused-templateNikolas Klauser1-0/+11
2023-03-04Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-03-04[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-1/+1
2023-02-24[z/OS][NFC] Remove obsolete code.Zibi Sarbinowski1-4/+0
2023-02-21[libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser1-1/+2
2023-02-21[runtimes] Remove add_target_flags* functions and use add_flags* insteadNikolas Klauser2-33/+2