[libcxx-commits] [PATCH] D154238: [libc++][PSTL] Move exception handling to the CPU backends

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 6 15:00:46 PDT 2023


philnik updated this revision to Diff 537895.
philnik marked 4 inline comments as done.
philnik added a comment.

Address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154238

Files:
  libcxx/include/__algorithm/pstl_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/any_of.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/fill.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/find_if.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/for_each.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/merge.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/stable_sort.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/transform.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/transform_reduce.h
  libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.fill.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.fill.terminate.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.fill_n.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace.terminate.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace_copy.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace_copy_if.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace_if.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/pstl.transform.terminate.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.all_of.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.all_of.terminate.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/pstl.any_of.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/pstl.any_of.terminate.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find.terminate.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.terminate.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/algorithms/alg.nonmodifying/alg.none_of/pstl.none_of.terminate.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/pstl.stable_sort.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/pstl.stable_sort.terminate.pass.cpp
  libcxx/test/support/terminating_test_helper.h
  libcxx/test/support/test_execution_policies.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154238.537895.patch
Type: text/x-patch
Size: 55540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230706/87ef3873/attachment-0001.bin>


More information about the libcxx-commits mailing list