[all-commits] [llvm/llvm-project] bec51c: [libc++][NFC] Remove the old PSTL headers

philnik777 via All-commits all-commits at lists.llvm.org
Fri Aug 11 08:29:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bec51c907a74a0fa9ec138dc0a1bfc3d0b8eefd8
      https://github.com/llvm/llvm-project/commit/bec51c907a74a0fa9ec138dc0a1bfc3d0b8eefd8
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-08-11 (Fri, 11 Aug 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    R libcxx/include/__pstl/internal/algorithm_fwd.h
    R libcxx/include/__pstl/internal/algorithm_impl.h
    R libcxx/include/__pstl/internal/execution_defs.h
    R libcxx/include/__pstl/internal/execution_impl.h
    R libcxx/include/__pstl/internal/glue_algorithm_defs.h
    R libcxx/include/__pstl/internal/glue_algorithm_impl.h
    R libcxx/include/__pstl/internal/glue_memory_defs.h
    R libcxx/include/__pstl/internal/glue_memory_impl.h
    R libcxx/include/__pstl/internal/glue_numeric_defs.h
    R libcxx/include/__pstl/internal/glue_numeric_impl.h
    R libcxx/include/__pstl/internal/memory_impl.h
    R libcxx/include/__pstl/internal/numeric_fwd.h
    R libcxx/include/__pstl/internal/numeric_impl.h
    R libcxx/include/__pstl/internal/omp/parallel_for.h
    R libcxx/include/__pstl/internal/omp/parallel_for_each.h
    R libcxx/include/__pstl/internal/omp/parallel_invoke.h
    R libcxx/include/__pstl/internal/omp/parallel_merge.h
    R libcxx/include/__pstl/internal/omp/parallel_reduce.h
    R libcxx/include/__pstl/internal/omp/parallel_scan.h
    R libcxx/include/__pstl/internal/omp/parallel_stable_partial_sort.h
    R libcxx/include/__pstl/internal/omp/parallel_stable_sort.h
    R libcxx/include/__pstl/internal/omp/parallel_transform_reduce.h
    R libcxx/include/__pstl/internal/omp/parallel_transform_scan.h
    R libcxx/include/__pstl/internal/omp/util.h
    R libcxx/include/__pstl/internal/parallel_backend.h
    R libcxx/include/__pstl/internal/parallel_backend_omp.h
    R libcxx/include/__pstl/internal/parallel_backend_serial.h
    R libcxx/include/__pstl/internal/parallel_backend_tbb.h
    R libcxx/include/__pstl/internal/parallel_backend_utils.h
    R libcxx/include/__pstl/internal/unseq_backend_simd.h
    R libcxx/include/__pstl/internal/utils.h
    R libcxx/include/__pstl_algorithm
    R libcxx/include/__pstl_config_site.in
    R libcxx/include/__pstl_memory
    R libcxx/include/__pstl_numeric
    M libcxx/include/libcxx.imp
    M libcxx/utils/data/ignore_format.txt

  Log Message:
  -----------
  [libc++][NFC] Remove the old PSTL headers

We don't actually use these headers, so we might as well remove them.

Reviewed By: ldionne, #libc

Spies: arichardson, EricWF, sstefan1, jplehr, wangpc, mgrang, libcxx-commits, miyuki

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




More information about the All-commits mailing list