aboutsummaryrefslogtreecommitdiff
path: root/libcxx/utils
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[libc++] Refactor the SPEC benchmark runner (#194737)Louis Dionne1-0/+145
2026-04-28[libc++] Improvements to the benchmark runners (#194659)Louis Dionne2-0/+16
2026-04-26[libcxx] Remove package installation for generic-llvm-libc (#194259)Aiden Grossman1-10/+0
2026-04-25[libcxx] Bump next runner set (#194211)Aiden Grossman1-1/+1
2026-04-25[libcxx] Bump base image version to most recent (#194209)Aiden Grossman1-2/+2
2026-04-25[libcxx] Include python3-yaml and rsync in container (#194182)Aiden Grossman1-0/+2
2026-04-26[libc++] P4144R1: Remove `span`'s `initializer_list` constructor for C++26 (#...A. Jiang1-5/+0
2026-04-25[libc++] Implement P1899 `ranges::stride_view` (#65200)Will Hawkins1-0/+5
2026-04-23[libcxx][Github] Add generic-llvm-libc config to CI (#193822)Aiden Grossman1-2/+24
2026-04-23[libcxx] Use debug() instead of note() for substitutions (#193667)Vitaly Buka1-1/+1
2026-04-23[libcxx] XFAIL some tests for LLVM libcAiden Grossman1-0/+4
2026-04-23[libcxx] Add Testing Configuration for LLVM libcAiden Grossman1-0/+20
2026-04-23[libc++] Avoid using ranges::upper_bound in <format> (#186781)Nikolas Klauser1-2/+3
2026-04-22[libc++][ranges] P2164R9: Implements `views::enumerate` (#73617)Hristo Hristov1-0/+5
2026-04-21[libcxx][Github] Bump container version (#193351)Aiden Grossman2-2/+2
2026-04-21[libcxx][Github] Bump Github Runner to 2.334.0 (#193339)Aiden Grossman1-1/+1
2026-04-21[libc++] Implement `std::constant_wrapper` (#191695)Hui1-0/+7
2026-04-20[libc++] Update to Clang 21 as the oldest supported version (#186062)Nikolas Klauser1-2/+2
2026-04-16[libc++] Update Android CI owners (#192511)Sharjeel Khan1-2/+2
2026-04-14Reapply "[libc++][format] P3953R3: Rename `std::runtime_format` (#189657)" (#...A. Jiang1-0/+1
2026-04-13Revert "[libc++][format] P3953R3: Rename `std::runtime_format` (#189657)" (#1...Thurston Dang1-1/+0
2026-04-12[libc++][numeric] P4052R0: Renaming saturation arithmetic functions (#189574)Hristo Hristov1-1/+1
2026-04-12[libc++][format] P3953R3: Rename `std::runtime_format` (#189657)Hristo Hristov1-0/+1
2026-04-12[libc++][atomics] P3936R1: Safer ``atomic_ref::address`` (#189761)Hristo Hristov1-1/+1
2026-04-10[libc++] Fix incorrect links and broken formatting in CSV status files (#191289)Louis Dionne1-1/+1
2026-04-09[libc++] Minor tweaks to run-benchbot (#191233)Louis Dionne1-1/+24
2026-04-09[libc++] Replace individual LNT runner scripts by run-benchbot (#191221)Louis Dionne5-129/+161
2026-04-09[libc++] Split benchmark generation and submission into two scripts (#191211)Louis Dionne5-20/+102
2026-04-08[libc++] Optionally support filecheck and split-file (#165769)Louis Dionne1-0/+9
2026-03-30[libc++] Bump libc++ runners to include python-venv (#189008)Louis Dionne1-1/+1
2026-03-27[libc++] Use --merge append when submitting to LNT (#189030)Louis Dionne1-1/+2
2026-03-27[libc++] Allow passing individual commits to LNT runners (#189020)Louis Dionne3-33/+68
2026-03-27[libc++] Bump base image version in Docker compose (#188848)Louis Dionne1-2/+2
2026-03-26[libc++] Install venv in the CI Docker image (#188825)Louis Dionne1-0/+1
2026-03-19[libc++][NFC] Remove redundant guard for `__cpp_lib_destroying_delete` (#187473)A. Jiang1-2/+2
2026-03-19[libc++] Unify python shebangs (#187258)Ross Burton13-13/+13
2026-03-17[libc++] Add scripts defining two LNT runners for libc++ (#187050)Louis Dionne3-0/+67
2026-03-14[libc++][Android] Update Compiler for Android CI (#186531)Sharjeel Khan1-2/+2
2026-03-12[libc++] Fix checks for terminal and flushes in std::print() (#70321)Dimitrij Mijoski2-6/+0
2026-03-11[libc++] Update the libcxx-next-runners image (#185871)Nikolas Klauser1-1/+1
2026-03-11[libc++] Update the docker base image version (#185863)Nikolas Klauser1-2/+2
2026-03-11[libc++] Install build-essential in the CI docker container (#185853)Nikolas Klauser1-0/+1
2026-03-10[libc++] Update the libcxx-next-runners to use the new docker image (#185603)Nikolas Klauser1-1/+1
2026-03-10[libc++] Update the docker base image version (#185592)Nikolas Klauser1-2/+2
2026-03-09[libc++] Use compiler explorer for Clang as well and update to LLVM 23 as hea...Nikolas Klauser2-29/+29
2026-03-07[libc++] Support build failures when running LNT benchmarks (#185234)Louis Dionne1-2/+3
2026-03-03[libc++] Update documentation for _executeWithFakeConfig (#184420)Louis Dionne1-1/+1
2026-02-25[utils] update how auto-updated tests are displayed when the test is retried ...Henrik G. Olsson2-11/+11
2026-02-25[libc++] Use verbose output when a LNT benchmark failsLouis Dionne1-1/+1
2026-02-23[libc++] Simplify and optimize the run-benchmarks script (#181382)Louis Dionne1-34/+14