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-08-24[libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/Louis Dionne
2022-07-20[libc++] Implements Unicode grapheme clusteringMark de Wever
2022-07-19[libc++] Treat incomplete features just like other experimental featuresLouis Dionne
2022-07-12[libc++][format] Adds integral formatter benchmarks.Mark de Wever
2022-07-10[libc++] Don't call key_eq in unordered_map/set rehashing routineIvan Trofimov
2022-07-08[libc++][ranges] Implement modifying heap algorithms:Konstantin Varlamov
2022-07-02[libc++][ranges] Implement `ranges::stable_sort`.Konstantin Varlamov
2022-06-18[libc++] Don't force -O2 when building the benchmarksLouis Dionne
2022-06-17[libc++][ranges] Implement `ranges::sort`.Konstantin Varlamov
2022-06-11[libc++][format] Implement format-string.Mark de Wever
2022-06-06[libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_b...Nikolas Klauser
2022-05-24[libcxx] Add sort.bench.cpp to libcxx/benchmarks/CMakeLists.txtHans Wennborg
2022-05-24[libc++] Replace modulus operations in std::seed_seq::generate with condition...Laramie Leavitt
2022-05-19[libc++] Granularize algorithm benchmarksNikolas Klauser
2022-05-13[runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne
2022-04-14[libc++][ranges] Implement ranges::minmax and ranges::minmax_elementNikolas Klauser
2022-04-08Introduce branchless sorting functions for sort3, sort4 and sort5.Marco Gelmi
2022-03-09[libc++] Don't manually override NDEBUG in the dylib buildLouis Dionne
2022-02-08[libc++] Fix modules and benchmarks CI builds when incomplete features are di...Louis Dionne
2022-01-24[libc++][format] Adds formatter floating-point.Mark de Wever
2022-01-24[libc++] Fix benchmark failureLouis Dionne
2022-01-17[libc++] [bench] Stop using uniform_int_distribution<char> in benchmarks.Arthur O'Dwyer
2021-12-08Re-Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"Mircea Trofin
2021-11-28[libc++][format] Adds formatting benchmarks.Mark de Wever
2021-11-17Revert "Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/...Mircea Trofin
2021-11-16Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'""Mircea Trofin
2021-11-16Revert "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"Mircea Trofin
2021-11-16[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'Mircea Trofin
2021-11-16[libc++] Add introsort to avoid O(n^2) behaviorNilay Vaish
2021-11-11[libc++] Disallow running the libc++ benchmarks in standalone buildsLouis Dionne
2021-11-09[libc++][cmake] Improves benchmark build.Mark de Wever
2021-10-23Ensure newlines at the end of files (NFC)Kazu Hirata
2021-10-02[libc++][format] Implement Unicode support.Mark de Wever
2021-10-01[libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI.Arthur O'Dwyer
2021-09-24[libc++] Require a C++20 capable compiler.Mark de Wever
2021-09-23[libc++] Use CMake interface targets to setup benchmark flagsLouis Dionne
2021-08-21[test] Migrate -gcc-toolchain with space separator to --gcc-toolchain=Fangrui Song
2021-05-02[libcxx][nfc] prefixes test type `input_iterator` with `cpp17_`Christopher Di Bella
2021-04-29[libc++] Fixes std::to_chars for bases != 10.Mark de Wever
2021-04-29[libc++] Support per-target __config_site in per-target runtime buildPetr Hosek
2021-03-31[libc++] Include <__config_site> from <__config>Louis Dionne
2021-02-09Revert "[libc++] Require C++20 to build the benchmarks."Mark de Wever
2021-02-09[libc++] Require C++20 to build the benchmarks.Mark de Wever
2021-01-25[libc++] Set CMAKE_FOLDER. NFC.Marek Kurdej
2020-10-23[runtimes] Revert the libc++ __config_site changeLouis Dionne
2020-10-22[libc++] Fix the benchmarks buildLouis Dionne
2020-09-15[libc++] Add a benchmark for std::map operationsMark de Wever
2020-09-09[libc++] Fix variant benchmark build for some configurations.Eric Fiselier
2020-08-18Revert "[libc++] Use CMake interface targets to setup benchmark flags"Leonard Chan
2020-08-13[libc++] Use CMake interface targets to setup benchmark flagsLouis Dionne