aboutsummaryrefslogtreecommitdiff
path: root/libcxx/utils
AgeCommit message (Expand)AuthorFilesLines
2022-02-02[libc++] Add CI without experimental features and don't exclude span from the...Louis Dionne2-0/+20
2022-02-01[libc++][ci] Re-enable the bootstrapping buildLouis Dionne1-14/+13
2022-01-24[libc++][CI] Re-enable all CI jobsLouis Dionne1-234/+233
2022-01-23[libc++] Fix LWG3437 "__cpp_lib_polymorphic_allocator is in the wrong header"Arthur O'Dwyer1-1/+1
2022-01-19[libc++] Fix GDB pretty printers when GDB uses Python 2.7Alex Richardson1-0/+6
2022-01-18[libc++] Persistently cache memoized operations during Lit configurationLouis Dionne1-4/+25
2022-01-17[libc++] Install clang-tidy in docker containersNikolas Klauser1-0/+4
2022-01-14[libc++] [test] Add a test for proper _Uglification of template parameter names.Arthur O'Dwyer2-9/+3
2022-01-10[libc++] libcxx/utils: s/preambule/preamble/g. NFC.Arthur O'Dwyer1-10/+10
2022-01-10[libc++] Fix the documentation and re-enable documentation CILouis Dionne1-12/+12
2022-01-07[libc++] Implement P1072R10 (std::basic_string::resize_and_overwrite)Nikolas Klauser1-0/+4
2022-01-06[libc++] Implement P1425R4 (Iterator pair constructors for std::stack and std...Nikolas Klauser1-0/+4
2022-01-06[libc++] Re-enable `GCC11 / C++11`, `Clang 12` and `ASAN` CI-runsNikolas Klauser1-38/+38
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber152-22025/+0
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas152-0/+22025
2022-01-04[libc++] [P0887] Add newest feature-test macros; mark `type_identity` as impl...Arthur O'Dwyer1-0/+49
2022-01-04[libc++] Add the version header to all headers.Mark de Wever1-1/+1
2022-01-03[libc++][CI] Don't install libc6-dev-i386 in the Docker imageLouis Dionne1-1/+0
2022-01-03[libc++][NFC] Fix comment for running Docker containerLouis Dionne1-1/+1
2022-01-03[libc++][CI] Temporarily disable several Linux jobsLouis Dionne1-317/+319
2021-12-22[libc++] Add from-scratch testing configs for WindowsMartin Storsjö1-2/+6
2021-12-22[libcxx] [test] Remove a leftover unused function in config.py. NFC.Martin Storsjö1-8/+0
2021-12-22[libcxx] [test] Extend test for bash for executor-has-no-bashMartin Storsjö1-1/+7
2021-12-22[libcxx] Add LIBCXX_EXTRA_SITE_DEFINES for adding extra defines in __config_siteMartin Storsjö1-2/+1
2021-12-21[libcxx] [test] Don't rerun supportsVerify for each individual testMartin Storsjö2-16/+2
2021-12-20[libc++][NFC] Bump Dockerfile to get latest nightly ClangLouis Dionne1-1/+1
2021-12-18[lit] Flush stderr manually on Windows after printing messagesMartin Storsjö1-1/+0
2021-12-15[libc++] Implement P0798R8 (Monadic operations for std::optional)Nikolas Klauser1-0/+4
2021-12-14[libc++] Allow detecting whether the executor supports BashLouis Dionne2-0/+17
2021-12-08Revert "[libc++][ci] Disable generating debug information."Mark de Wever1-4/+1
2021-12-08[libc++][release] Do not force building the runtimes with -fPICLouis Dionne2-4/+18
2021-12-08[libc++] Bump DockerfileLouis Dionne1-1/+1
2021-12-07Re-Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"Mircea Trofin152-22025/+0
2021-12-07[libc++] Bump DockerfileLouis Dionne1-1/+1
2021-12-05[libc++][ci] Disable generating debug information.Mark de Wever1-1/+4
2021-12-02libcxx pretty printers: remove non-lazy_string fallbackDavid Blaikie1-3/+1
2021-12-02Simplify the libcxx std::string_view gdb pretty printerDavid Blaikie1-14/+6
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne3-30/+0
2021-12-01[libc++][format][1/6] Reduce binary size.Mark de Wever1-1/+1
2021-11-26[libc++] Trigger rebuild of the Docker image so we get a new nightly ClangLouis Dionne1-1/+1
2021-11-26[libc++] Properly handle errors happening during Lit configurationLouis Dionne1-24/+34
2021-11-25[libunwind] Fix testing with sanitizers enabledLouis Dionne1-0/+2
2021-11-23[libc++] Tidy up how %T and %t are created during configuration checksLouis Dionne1-29/+33
2021-11-22[libc++] Implement P1272R4 (std::byteswap)Nikolas Klauser1-0/+4
2021-11-20[libc++] [test] Eliminate libcpp-no-noexcept-function-type and libcpp-no-stru...Arthur O'Dwyer1-2/+0
2021-11-19[libc++] Fix feature test macro for __cpp_lib_to_charsLouis Dionne1-1/+1
2021-11-19[libc++] Fix some tests that were broken in the single-threaded configurationLouis Dionne2-8/+12
2021-11-17[libc++] Enable <atomic> when threads are disabledLouis Dionne3-19/+2
2021-11-17[libcxx] [ci] Add CI configurations for MinGWMartin Storsjö2-6/+55
2021-11-16Revert "Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/...Mircea Trofin152-0/+22025