[all-commits] [llvm/llvm-project] 37e5ba: [libc++][PSTL] Implement std::sort
philnik777 via All-commits
all-commits at lists.llvm.org
Thu Jul 20 14:45:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37e5baf318b1248c189ccc9558f3beb7af736885
https://github.com/llvm/llvm-project/commit/37e5baf318b1248c189ccc9558f3beb7af736885
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M libcxx/docs/Status/PSTLPaper.csv
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/pstl_backend.h
A libcxx/include/__algorithm/pstl_sort.h
M libcxx/include/algorithm
M libcxx/test/libcxx/algorithms/pstl.robust_against_customization_points_not_working.pass.cpp
A libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/pstl.sort.pass.cpp
M libcxx/test/support/test_macros.h
Log Message:
-----------
[libc++][PSTL] Implement std::sort
Reviewed By: #libc, ldionne
Spies: ldionne, libcxx-commits, mgrang
Differential Revision: https://reviews.llvm.org/D152860
More information about the All-commits
mailing list