summaryrefslogtreecommitdiff
path: root/libcxxabi/test
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Prepend to PATH instead of overriding itMartin Storsjö2023-04-273-3/+3
* [libcxxabi] [test] Fix the mingw test configMartin Storsjö2023-04-191-1/+1
* [libcxxabi] [test] Avoid mingw warnings about missing a return statementMartin Storsjö2023-04-191-1/+1
* [libcxxabi] [test] Use the correct printf formats for printing pointersMartin Storsjö2023-04-171-2/+3
* [libcxxabi] [test] Don't cast a pointer to long, fixing the test on WindowsMartin Storsjö2023-04-121-1/+2
* [libcxxabi, libunwind] [test] Place output from tests under a 'test' subdirMartin Storsjö2023-04-111-1/+1
* [libcxxabi] [test] Mark thread_local_destruction_order.pass.cpp unsupported f...Martin Storsjö2023-04-111-0/+7
* [libcxxabi, libunwind] [test] Quote the python path properly for LIB*_EXECUTORMartin Storsjö2023-04-061-1/+1
* [libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne2023-03-3018-23/+23
* [libcxxabi][Demangle] Don't drop ctor/dtor name for abi-tagged structuresMichael Buch2023-03-191-0/+2
* [libc++][NFC] Move the stdlib= test suite configuration for Apple into the cf...Louis Dionne2023-03-172-0/+4
* [HWASAN] Remove RUN statements, which have to effect on the testKirill Stoimenov2023-03-162-2/+0
* [HWASAN] Disable leak checking for forced_unwind2.pass.cppKirill Stoimenov2023-03-161-0/+1
* [HWASAN] Disable leak checking for test_vector2.pass.cppKirill Stoimenov2023-03-161-0/+1
* [libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser2023-02-211-1/+2
* [libunwind][PowerPC] Fix saving/restoring VSX registers on LE systemsNemanja Ivanovic2023-02-161-0/+90
* [libc++abi][AIX] Skip non-C++ EH aware frames when retrieving exception objectXing Xue2023-02-152-0/+1400
* [runtimes] Remove duplicate imports of libcxx.test.configLouis Dionne2023-02-143-3/+3
* [runtimes] Rename newconfig.py to config.py -- it's not new anymoreLouis Dionne2023-02-1410-20/+20
* [libc++] Move the definition of aligned allocation helpers outside of <new>Louis Dionne2023-01-261-0/+3
* [libc++] Add FreeBSD XFAILs in preparation for CIEd Maste2023-01-201-0/+2
* [libc++] Granularize <type_traits> includes in <utility>Nikolas Klauser2022-12-221-0/+1
* [libcxxabi] Use 'target=' consistentlyPaul Robinson2022-12-212-2/+2
* [libc++][Android] Include cstdlib to define __BIONIC__Ryan Prichard2022-12-091-0/+2
* Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan2022-12-051-1/+1
* [libc++abi][LIT][AIX] Use Vector instructions available on Power7 in vec_reg_...Xing Xue2022-11-291-55/+47
* [CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek2022-11-291-1/+1
* [libc++abi] Use std::nullptr_t instead of declaring it manuallyRyan Prichard2022-11-041-6/+8
* [libc++abi][AIX] Use reserved slot in stack to pass the address of exception ...Xing Xue2022-10-272-0/+1889
* [runtimes] Remove all traces of the legacy testing configuration systemLouis Dionne2022-09-305-194/+0
* [libcxxabi] Fix forced_unwind3.pass.cpp compilation errorAaron Puchert2022-09-111-1/+1
* Revert the removal of LLVM_ENABLE_PROJECTS for libc++ and libc++abiLouis Dionne2022-08-231-7/+3
* [libcxxabi][cmake] Allow building without libcxx againJohn Ericson2022-08-211-3/+7
* [libcxxabi] Fix alignment of pointers returned by fallback_mallocSimon Tatham2022-08-191-4/+12
* [libc++][CI] Updates GCC to version 12.Mark de Wever2022-06-211-1/+1
* [libcxx][AIX] Switch build compiler to clangJake Egan2022-06-131-1/+1
* [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne2022-05-276-6/+6
* [runtimes] Officially deprecate the legacy testing configuration systemLouis Dionne2022-05-271-0/+3
* [libc++abi] Use from-scratch testing configs for libc++abi by defaultLouis Dionne2022-05-2620-28/+205
* [libc++abi] Add missing XFAIL on testLouis Dionne2022-05-201-0/+1
* [runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne2022-05-191-0/+27
* [libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss2022-05-181-0/+63
* [runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne2022-05-131-5/+3
* [libc++] Overhaul how we select the ABI libraryLouis Dionne2022-05-134-5/+6
* [demangler] No need to space adjacent template closingsNathan Sidwell2022-05-091-3574/+3598
* [demangler] Fold expressions of .* and ->*Nathan Sidwell2022-05-031-0/+5
* Disable test for Android/Bionic.Daniel Kiss2022-04-291-0/+8
* [libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.Daniel Kiss2022-04-281-0/+50
* [demangler] Fix demangling a template argument which happens to be a null poi...gbreynoo2022-04-281-0/+1
* [demangler] Support C23 _BitInt typeSenran Zhang2022-04-081-0/+4