aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/test
AgeCommit message (Expand)AuthorFilesLines
2025-12-12[runtimes] Remove dependencies on cxx_experimental for test-suite installs (#...Louis Dionne1-3/+0
2025-12-11[libc++] Simplify how we install test-suite dependencies (#171504)Louis Dionne1-47/+15
2025-11-12[libc++abi] Add a test to ensure the abi namespace alias is declared correctl...Nikolas Klauser1-0/+15
2025-11-08[libc++abi][libunwind] Enable AT&T syntax explicitly (#166818)Raul Tambre1-0/+1
2025-11-02[libc++] Add availability markup for LLVM 19 and LLVM 20 (#140072)Louis Dionne2-2/+5
2025-10-30[libc++] Fix localization failures on macOS 15.4 (#138744)Louis Dionne1-4/+2
2025-10-09[libcxx] Use %{temp} instead of %T (#162323)Aiden Grossman11-11/+11
2025-10-09[runtimes][NFC] Consistently declare main() functions in tests (#162548)Louis Dionne2-5/+3
2025-09-15[libcxx][CI] Use lld for everything in the ARM picolib builds (#158320)David Spickett1-1/+1
2025-07-03[libcxxabi][cmake] Account for LIBCXXABI_TARGET_SUBDIR in test config (#138527)Raul Tambre1-1/+1
2025-06-25[libc++abi] Fix C++ demangling for _BitInt type (#143466)Larry Meadows1-0/+1
2025-06-12[libc++] Expand Android libc++ test config files (#142846)tynasello-google1-6/+6
2025-06-11[libc++] Upgrade to GCC 15 (#138293)Nikolas Klauser1-1/+1
2025-05-31[libcxxabi][test] Check that all copied files are synced between llvm and lib...Michael Buch1-2/+16
2025-05-30[ItaniumDemangle][test] Factor demangler test-cases into file and sync into L...Michael Buch2-30276/+30237
2025-05-27[libcxxabi] Add test to assert that ItaniumDemangle.h is the same (#140323)Aiden Grossman2-0/+8
2025-05-12[ItaniumDemangle] Add Named flag to "pm" operator (#136862)Michael Buch1-1/+5
2025-04-23[ItaniumDemangle][test] Add test-cases for ref-qualified member pointer param...Michael Buch1-0/+2
2025-04-15[PAC] Add support for __ptrauth type qualifier (#100830)Akira Hatanaka1-0/+3
2025-04-11[libc++] Another Apple CI quick-fix.Mark de Wever1-0/+3
2025-04-11[libcxxabi] Use __LDBL_MANT_DIG__ for configuring demangling of long doubles ...Martin Storsjö1-4/+0
2025-01-13[libc++abi][ItaniumDemangle] Demangle DF16b as std::bfloat16_t (#120109)Fraser Cormack1-1/+3
2024-12-14NFC: clang-format test_demangle.pass.cpp but keep test "lines"Hubert Tong1-115/+104
2024-12-13[libc++] Granularize the <new> header (#119270)Louis Dionne1-1/+2
2024-12-10[libc++abi] Don't leak in test (#119505)Vitaly Buka1-4/+2
2024-12-10[libc++abi] Enable demangling of `cp` expression production (#114882)Hubert Tong1-8/+9
2024-11-07[libc++] Unify the benchmarks with the test suite (#101399)Louis Dionne1-0/+1
2024-11-05[demangler] Enhance demangling in llvm-cxxfilt for fixed-point types. (#114257)c8ef1-0/+26
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser1-3/+7
2024-10-17[runtimes] Avoid cluttering the top-level build directory with test artifacts...Louis Dionne1-1/+1
2024-09-30[runtimes] Run backdeployment CI on Github hosted runners (#109984)Louis Dionne3-69/+36
2024-09-30[libc++abi][libunwind] Run c++abi and unwind tests against a fake install roo...Louis Dionne3-6/+58
2024-09-30[clang][ItaniumMangle] Mangle friend function templates with a constr… (#11...Viktoriia Bakalova1-3/+7
2024-09-23[ItaniumDemangle] Add template name to the substitutions list during demangli...Viktoriia Bakalova1-0/+3
2024-09-19[demangle] Represent a char array initializer as a string literal. (#109021)Richard Smith1-1/+26
2024-09-12[ItaniumDemangle] Set `InConstraintExpr` to `true` when demangling a constrai...Viktoriia Bakalova1-0/+1
2024-08-01[NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT t...Xing Xue6-6/+6
2024-07-26[libcxx] [test] Detect the UCRT printf("%a") formatting bug (#99846)Martin Storsjö1-0/+2
2024-07-18[libc++] Allow testing Apple's system library as it is installed (#99086)Louis Dionne1-0/+49
2024-07-06[libc++] Remove annotations for GCC 13 and update the documentation (#97744)Nikolas Klauser1-1/+1
2024-06-30[libc++abi] Fix test failures with GCC 14 (#95759)Nikolas Klauser2-21/+40
2024-06-28[libc++] Clean up and update deployment target features (#96312)Louis Dionne18-71/+16
2024-06-26[runtimes][NFC] Improve error message when running Lit incorrectlyLouis Dionne1-1/+2
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne21-27/+28
2024-06-17[libc++] Test suite adjustments on macOS (#95835)Louis Dionne1-29/+0
2024-06-01 [libc++] Fix failures with GCC 14 (#92663)Nikolas Klauser1-1/+1
2024-05-28[runtimes][CMake] Simplify the propagation of test dependencies (#93558)Louis Dionne1-12/+1
2024-05-28[runtimes] Reintroduce a way to select the compiler used for the test suite (...Louis Dionne2-1/+2
2024-03-28[libc++abi] Disable forced_unwind4 test for musl. (#85096)Alastair Houghton1-2/+2
2024-02-26[ItaniumDemangle] reject A-F in FP literals (#82864)Ryan Prichard1-3/+4