[all-commits] [llvm/llvm-project] 21f423: [libc++] Enable segmented iterator optimizations f...
philnik777 via All-commits
all-commits at lists.llvm.org
Thu Jan 19 22:56:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21f4232dd963c449231f03a90836071202fd134a
https://github.com/llvm/llvm-project/commit/21f4232dd963c449231f03a90836071202fd134a
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M libcxx/benchmarks/CMakeLists.txt
A libcxx/benchmarks/join_view.bench.cpp
M libcxx/docs/ReleaseNotes.rst
M libcxx/include/CMakeLists.txt
A libcxx/include/__iterator/iterator_with_data.h
M libcxx/include/__ranges/join_view.h
M libcxx/include/module.modulemap.in
A libcxx/test/libcxx/iterators/iterator_with_data.pass.cpp
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy.segmented.pass.cpp
M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy_backward.pass.cpp
Log Message:
-----------
[libc++] Enable segmented iterator optimizations for join_view::iterator
Reviewed By: ldionne, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D138413
More information about the All-commits
mailing list