Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-03-10[libc++] Bump minimum compiler requirementsLouis Dionne
2022-03-09[libcxx][CI] Use temporary clang-13 bots for Arm/AArch64David Spickett
2022-03-09[libcxx] [test] XFAIL the get/put long_double_ru_RU tests on Glibc < 2.27Martin Storsjö
2022-03-08[libc++] Remove workarounds for re-defining _LIBCPP_ASSERT in the test suiteLouis Dionne
2022-03-07[libc++] Add missing header <cuchar>Louis Dionne
2022-03-04[runtimes] Trigger CI jobs when only the runtimes/ subdirectory is touchedLouis Dionne
2022-03-03[libc++] Remove _LIBCXX_MODULES_BUILD and ext/ headers from header testsNikolas Klauser
2022-03-03[libc++] Use -I instead of -isystem to include headers in the test suiteNikolas Klauser
2022-03-02[libc++] Check clang-tidy versionNikolas Klauser
2022-03-02[libcxx] [test] Make filesystem tests not rely on libc++ internalsMartin Storsjö
2022-03-01[libcxx] [test] Fix the put_double, put_long_double tests for clang-clMartin Storsjö
2022-03-01[libcxx] [test] Add a 'win32-' prefix to the 'broken-utf8-wchar-ctype' featureMartin Storsjö
2022-03-01[libcxx] Add an explicit option to build against system-libcxxabiMichał Górny
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-03-01[libc++abi] Install the libc++abi headers from libc++abiLouis Dionne
2022-02-26[libc++] [test] Re-remove C++ comments from generated files.Arthur O'Dwyer
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-18[libcxx] [test] Use proper UTF-8 locales on WindowsMartin Storsjö
2022-02-18[libc++][CI] Upload ABI lists for all jobsLouis Dionne
2022-02-17[libc++] Refactor the Apple build scriptsLouis Dionne
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
2022-02-16[libc++][ci] Allow updating packages and config files on macOS CI nodesLouis Dionne
2022-02-16[libc++] Pass -fcxx-modules during our modules buildsLouis Dionne
2022-02-16[libc++][test] Run clang-tidy during CINikolas Klauser
2022-02-16[libc++] Take more knobs into account when generating ABI listsLouis Dionne
2022-02-15[libc++][ci] Pin apple-system to arm64 to relieve pressure on x86_64 hostsLouis Dionne
2022-02-15[libc++] Revert <stdatomic.h> changesLouis Dionne
2022-02-15[libc++] Allow backdeployment CI to run on newer macOSLouis Dionne
2022-02-15[libcxx] [ci] Enable LIBCXX_ENABLE_WERROR where possibleMartin Storsjö
2022-02-15[libc++] [C++2b] [P0943] Add stdatomic.h header.Marek Kurdej
2022-02-14[libc++abi] Add a from-scratch testing config for Apple backdeploymentLouis Dionne
2022-02-14[libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser
2022-02-13[libc++] Remove <experimental/filesystem> headerJoe Loser
2022-02-11[libc++] Disable local submodule visibility in the modules buildLouis Dionne
2022-02-11[libc++] Remove __functional_baseNikolas Klauser
2022-02-09[libc++] Try to fix the quoting of -isystem on Windows botsLouis Dionne
2022-02-09[runtimes] Remove support for standalone buildsLouis Dionne
2022-02-09[libc++] Avoid -Wmacro-redefined in libc++ headers in the legacy test configLouis Dionne
2022-02-09[libc++] Add papers from February 2022 plenary meetingNikolas Klauser
2022-02-08[libc++] Remove _LIBCPP_ABI_UNSTABLELouis Dionne
2022-02-08[libc++] Fix modules and benchmarks CI builds when incomplete features are di...Louis Dionne
2022-02-08[libc++] Add a Lit configuration for running back-deployment testsLouis Dionne
2022-02-08[libc++][CI] Put runs into groupsNikolas Klauser
2022-02-08[libc++] Remove the ability to use the std::nullptr_t emulation in C++03 modeLouis Dionne
2022-02-07[libc++][CI] Reorder CI runsNikolas Klauser
2022-02-05[libc++] Add Unstable ABI CI runNikolas Klauser
2022-02-05[libc++][Docker] Don't actually start using a newer compiler in the CILouis Dionne
2022-02-05[libc++] Bump the version of Clang we use in the CILouis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer