[all-commits] [llvm/llvm-project] d51a84: [libc++][PSTL] Implement std::stable_sort

philnik777 via All-commits all-commits at lists.llvm.org
Thu Jun 1 15:07:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d51a84b4059c89b5647855781e13f49f47356c17
      https://github.com/llvm/llvm-project/commit/d51a84b4059c89b5647855781e13f49f47356c17
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/pstl_backend.h
    M libcxx/include/__algorithm/pstl_backends/cpu_backend.h
    M libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
    A libcxx/include/__algorithm/pstl_backends/cpu_backends/stable_sort.h
    M libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
    A libcxx/include/__algorithm/pstl_stable_sort.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.sort/stable.sort/pstl.stable_sort.pass.cpp

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

Reviewed By: #libc, ldionne

Spies: ldionne, libcxx-commits

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




More information about the All-commits mailing list