[all-commits] [llvm/llvm-project] 92bd81: [libc++][PSTL] Copy the headers into libc++
philnik777 via All-commits
all-commits at lists.llvm.org
Fri Apr 21 02:21:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92bd81a2be23bada594f94578b3a45413433a789
https://github.com/llvm/llvm-project/commit/92bd81a2be23bada594f94578b3a45413433a789
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
A libcxx/include/__pstl_algorithm
A libcxx/include/__pstl_config_site.in
A libcxx/include/__pstl_execution
A libcxx/include/__pstl_memory
A libcxx/include/__pstl_numeric
A libcxx/include/pstl/internal/algorithm_fwd.h
A libcxx/include/pstl/internal/algorithm_impl.h
A libcxx/include/pstl/internal/execution_defs.h
A libcxx/include/pstl/internal/execution_impl.h
A libcxx/include/pstl/internal/glue_algorithm_defs.h
A libcxx/include/pstl/internal/glue_algorithm_impl.h
A libcxx/include/pstl/internal/glue_execution_defs.h
A libcxx/include/pstl/internal/glue_memory_defs.h
A libcxx/include/pstl/internal/glue_memory_impl.h
A libcxx/include/pstl/internal/glue_numeric_defs.h
A libcxx/include/pstl/internal/glue_numeric_impl.h
A libcxx/include/pstl/internal/memory_impl.h
A libcxx/include/pstl/internal/numeric_fwd.h
A libcxx/include/pstl/internal/numeric_impl.h
A libcxx/include/pstl/internal/omp/parallel_for.h
A libcxx/include/pstl/internal/omp/parallel_for_each.h
A libcxx/include/pstl/internal/omp/parallel_invoke.h
A libcxx/include/pstl/internal/omp/parallel_merge.h
A libcxx/include/pstl/internal/omp/parallel_reduce.h
A libcxx/include/pstl/internal/omp/parallel_scan.h
A libcxx/include/pstl/internal/omp/parallel_stable_partial_sort.h
A libcxx/include/pstl/internal/omp/parallel_stable_sort.h
A libcxx/include/pstl/internal/omp/parallel_transform_reduce.h
A libcxx/include/pstl/internal/omp/parallel_transform_scan.h
A libcxx/include/pstl/internal/omp/util.h
A libcxx/include/pstl/internal/parallel_backend.h
A libcxx/include/pstl/internal/parallel_backend_omp.h
A libcxx/include/pstl/internal/parallel_backend_serial.h
A libcxx/include/pstl/internal/parallel_backend_tbb.h
A libcxx/include/pstl/internal/parallel_backend_utils.h
A libcxx/include/pstl/internal/parallel_impl.h
A libcxx/include/pstl/internal/pstl_config.h
A libcxx/include/pstl/internal/unseq_backend_simd.h
A libcxx/include/pstl/internal/utils.h
M libcxx/test/libcxx/lint/lint_headers.sh.py
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/utils/data/ignore_format.txt
M libcxx/utils/generate_iwyu_mapping.py
Log Message:
-----------
[libc++][PSTL] Copy the headers into libc++
We decided to integrate the PSTL into our own headers and only share the backend impletementations. This is a first step in that direction, specifically it copies the PSTL headers into the libc++ structure.
Reviewed By: ldionne, #libc
Spies: rodgert, mikhail.ramalho, jplehr, bcain, h-vetinari, Mordante, rarutyun, var-const, sstefan1, pcwang-thead, libcxx-commits, arichardson, mgrang, miyuki
Differential Revision: https://reviews.llvm.org/D141779
More information about the All-commits
mailing list