[all-commits] [llvm/llvm-project] bf63b1: [libc++][PSTL] Implement std::merge

philnik777 via All-commits all-commits at lists.llvm.org
Tue May 30 15:07:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf63b15bd4bf4ca0b0d56319af74eb259e0b6d3e
      https://github.com/llvm/llvm-project/commit/bf63b15bd4bf4ca0b0d56319af74eb259e0b6d3e
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-05-30 (Tue, 30 May 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/pstl_backend.h
    M libcxx/include/__algorithm/pstl_backends/cpu_backend.h
    A libcxx/include/__algorithm/pstl_backends/cpu_backends/merge.h
    M libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
    M libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
    A libcxx/include/__algorithm/pstl_merge.h
    M libcxx/include/__pstl/internal/algorithm_impl.h
    M libcxx/include/__pstl/internal/glue_algorithm_impl.h
    M libcxx/include/__pstl/internal/parallel_backend_serial.h
    M libcxx/include/algorithm
    M libcxx/include/module.modulemap.in
    M libcxx/test/libcxx/private_headers.verify.cpp
    A libcxx/test/std/algorithms/alg.sorting/alg.merge/pstl.merge.pass.cpp

  Log Message:
  -----------
  [libc++][PSTL] Implement std::merge

Reviewed By: ldionne, #libc

Spies: pcwang-thead, libcxx-commits

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




More information about the All-commits mailing list