[libcxx-commits] [PATCH] D149624: [libc++][PSTL] Make the PSTL available by default under -fexperimental-library

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 5 13:53:30 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe7e371188513: [libc++][PSTL] Make the PSTL available by default under -fexperimental-library (authored by philnik).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149624/new/

https://reviews.llvm.org/D149624

Files:
  libcxx/CMakeLists.txt
  libcxx/cmake/caches/With-pstl.cmake
  libcxx/include/__algorithm/pstl_any_all_none_of.h
  libcxx/include/__algorithm/pstl_fill.h
  libcxx/include/__algorithm/pstl_find.h
  libcxx/include/__algorithm/pstl_for_each.h
  libcxx/include/__config
  libcxx/include/__config_site.in
  libcxx/include/__pstl/internal/execution_defs.h
  libcxx/include/__pstl/internal/execution_impl.h
  libcxx/include/__pstl/internal/parallel_backend.h
  libcxx/include/__pstl/internal/parallel_backend_serial.h
  libcxx/include/__pstl/internal/parallel_impl.h
  libcxx/include/__pstl/internal/unseq_backend_simd.h
  libcxx/include/__pstl/internal/utils.h
  libcxx/include/__type_traits/is_execution_policy.h
  libcxx/include/algorithm
  libcxx/include/execution
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/diagnostics/pstl.nodiscard_extensions.compile.pass.cpp
  libcxx/test/libcxx/diagnostics/pstl.nodiscard_extensions.verify.cpp
  libcxx/test/libcxx/transitive_includes.sh.cpp
  libcxx/test/libcxx/transitive_includes/cxx03.csv
  libcxx/test/libcxx/transitive_includes/cxx11.csv
  libcxx/test/libcxx/transitive_includes/cxx14.csv
  libcxx/test/libcxx/transitive_includes/cxx17.csv
  libcxx/test/libcxx/transitive_includes/cxx20.csv
  libcxx/test/libcxx/transitive_includes/cxx2b.csv
  libcxx/test/libcxx/utilities/expol/policies.compile.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.fill.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.fill_n.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.all_of.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/pstl.any_of.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find_if.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find_if_not.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/pstl.for_each.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/pstl.for_each_n.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/pstl.none_of.pass.cpp
  libcxx/test/std/utilities/expol/is_execution_policy.compile.pass.cpp
  libcxx/test/std/utilities/expol/policies.compile.pass.cpp
  libcxx/utils/ci/buildkite-pipeline.yml
  libcxx/utils/ci/run-buildbot
  libcxx/utils/libcxx/test/features.py
  libcxx/utils/libcxx/test/params.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149624.519971.patch
Type: text/x-patch
Size: 29361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230505/fc3d9602/attachment-0001.bin>


More information about the libcxx-commits mailing list