[libcxx-commits] [PATCH] D149686: [libc++][PSTL] Add more specialized backend customization points

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 11 13:54:47 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8e2d09c33938: [libc++][PSTL] Add more specialized backend customization points (authored by ldionne, committed by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D149686?vs=521350&id=521434#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149686

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/for_each.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
  libcxx/include/__algorithm/pstl_for_each.h
  libcxx/include/__algorithm/pstl_frontend_dispatch.h
  libcxx/include/__config
  libcxx/include/__type_traits/is_execution_policy.h
  libcxx/include/execution
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/nasty_macros.compile.pass.cpp
  libcxx/test/libcxx/private_headers.verify.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149686.521434.patch
Type: text/x-patch
Size: 24739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230511/89d79d46/attachment-0001.bin>


More information about the libcxx-commits mailing list