[all-commits] [llvm/llvm-project] 17a8e2: [libc++][PSTL] Remove _PSTL_HIDE_FROM_ABI_{PUSH, PO...
philnik777 via All-commits
all-commits at lists.llvm.org
Mon May 1 12:41:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17a8e245703a375c53c9ee4e3f6ed11b6869d771
https://github.com/llvm/llvm-project/commit/17a8e245703a375c53c9ee4e3f6ed11b6869d771
Author: Nikolas Klauser <n_klauser at apple.com>
Date: 2023-05-01 (Mon, 01 May 2023)
Changed paths:
M libcxx/include/__pstl/internal/algorithm_fwd.h
M libcxx/include/__pstl/internal/algorithm_impl.h
M libcxx/include/__pstl/internal/execution_defs.h
M libcxx/include/__pstl/internal/execution_impl.h
M libcxx/include/__pstl/internal/glue_algorithm_defs.h
M libcxx/include/__pstl/internal/glue_algorithm_impl.h
M libcxx/include/__pstl/internal/glue_memory_defs.h
M libcxx/include/__pstl/internal/glue_memory_impl.h
M libcxx/include/__pstl/internal/glue_numeric_defs.h
M libcxx/include/__pstl/internal/glue_numeric_impl.h
M libcxx/include/__pstl/internal/memory_impl.h
M libcxx/include/__pstl/internal/numeric_fwd.h
M libcxx/include/__pstl/internal/numeric_impl.h
M libcxx/include/__pstl/internal/omp/util.h
M libcxx/include/__pstl/internal/parallel_backend_serial.h
M libcxx/include/__pstl/internal/parallel_backend_tbb.h
M libcxx/include/__pstl/internal/parallel_backend_utils.h
M libcxx/include/__pstl/internal/parallel_impl.h
M libcxx/include/__pstl/internal/pstl_config.h
M libcxx/include/__pstl/internal/unseq_backend_simd.h
M libcxx/include/__pstl/internal/utils.h
Log Message:
-----------
[libc++][PSTL] Remove _PSTL_HIDE_FROM_ABI_{PUSH,POP} macros
Reviewed By: ldionne, #libc
Spies: libcxx-commits, miyuki
Differential Revision: https://reviews.llvm.org/D149556
More information about the All-commits
mailing list