[all-commits] [llvm/llvm-project] e7e371: [libc++][PSTL] Make the PSTL available by default ...

philnik777 via All-commits all-commits at lists.llvm.org
Fri May 5 13:53:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7e371188513348e493ed8afb1465834ab7afbf5
      https://github.com/llvm/llvm-project/commit/e7e371188513348e493ed8afb1465834ab7afbf5
  Author: Nikolas Klauser <n_klauser at apple.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

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

  Log Message:
  -----------
  [libc++][PSTL] Make the PSTL available by default under -fexperimental-library

This removes the need for a custom libc++ build to have a basic set of PSTL algorithms.

Reviewed By: ldionne, #libc

Spies: miyuki, libcxx-commits, arichardson

Differential Revision: https://reviews.llvm.org/D149624




More information about the All-commits mailing list