[clang] [libclc] [libcxx] [lld] [llvm] [openmp] llvm encode decode (PR #87187)

2024-04-11 Thread Yingwei Zheng via cfe-commits

dtcxzyw wrote:

Please send this PR to your downstream fork 
https://github.com/x-codingman/llvm-project.



https://github.com/llvm/llvm-project/pull/87187
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] [libclc] [libcxx] [lld] [llvm] [openmp] llvm encode decode (PR #87187)

2024-04-11 Thread Yingwei Zheng via cfe-commits

https://github.com/dtcxzyw closed 
https://github.com/llvm/llvm-project/pull/87187
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] [libclc] [libcxx] [lld] [llvm] [openmp] llvm encode decode (PR #87187)

2024-04-07 Thread Yingchi Long via cfe-commits

https://github.com/inclyc converted_to_draft 
https://github.com/llvm/llvm-project/pull/87187
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] [libclc] [libcxx] [lld] [llvm] [openmp] llvm encode decode (PR #87187)

2024-03-31 Thread via cfe-commits

llvmbot wrote:




@llvm/pr-subscribers-lld

Author: Jiang zixian (jiang-zixian)


Changes

the decoding and encoding are complete

---

Patch is 430.17 KiB, truncated to 20.00 KiB below, full version: 
https://github.com/llvm/llvm-project/pull/87187.diff


101 Files Affected:

- (removed) clang/test/Driver/Inputs/CUDA-symlinks/usr/bin/ptxas (-1) 
- (added) clang/test/Driver/Inputs/CUDA-symlinks/usr/bin/ptxas () 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/i386-unknown-linux-gnu-ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/i386-unknown-linux-gnu-ld
 (+1) 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/x86_64-unknown-linux-gnu-ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/x86_64-unknown-linux-gnu-ld
 (+1) 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/i386-unknown-linux-gnu/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/i386-unknown-linux-gnu/bin/ld
 (+1) 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/x86_64-unknown-linux-gnu/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/x86_64-unknown-linux-gnu/bin/ld
 (+1) 
- (removed) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/as (-1) 
- (added) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/as (+1) 
- (removed) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/ld (-1) 
- (added) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/ld (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/as
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/as
 (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/ld
 (+1) 
- (removed) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/as (-1) 
- (added) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/as (+1) 
- (removed) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/ld (-1) 
- (added) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/ld (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/as
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/as
 (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/ld
 (+1) 
- (removed) libclc/amdgcn-mesa3d (-1) 
- (added) libclc/amdgcn-mesa3d/lib/SOURCES (+3) 
- (added) libclc/amdgcn-mesa3d/lib/workitem/get_global_size.cl (+23) 
- (added) libclc/amdgcn-mesa3d/lib/workitem/get_local_size.cl (+29) 
- (added) libclc/amdgcn-mesa3d/lib/workitem/get_num_groups.cl (+12) 
- (removed) libclc/clspv64 (-1) 
- (added) libclc/clspv64/lib/SOURCES (+48) 
- (added) libclc/clspv64/lib/math/fma.cl (+256) 
- (added) libclc/clspv64/lib/math/nextafter.cl (+5) 
- (added) libclc/clspv64/lib/math/nextafter.inc (+3) 
- (added) libclc/clspv64/lib/subnormal_config.cl (+31) 
- (removed) libcxx/test/std/pstl (-1) 
- (added) libcxx/test/std/pstl/algorithms/alg.merge/inplace_merge.pass.cpp 
(+159) 
- (added) libcxx/test/std/pstl/algorithms/alg.merge/merge.pass.cpp (+113) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
 (+147) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
 (+101) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
 (+178) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
 (+116) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
 (+104) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
 (+130) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/copy_move.pass.cpp 
(+197) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/fill.pass.cpp (+100) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/generate.pass.cpp 
(+104) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/remove.pass.cpp (+161) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/remove_copy.pass.cpp 
(+91) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/replace.pass.cpp 
(+160) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/replace_copy.pass.cpp 
(+105) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/rotate.pass.cpp (+176) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/rotate_copy.pass.cpp 
(+146) 
- (added) 
libcxx/test/std

[clang] [libclc] [libcxx] [lld] [llvm] [openmp] llvm encode decode (PR #87187)

2024-03-31 Thread via cfe-commits

llvmbot wrote:




@llvm/pr-subscribers-libcxx

Author: Jiang zixian (jiang-zixian)


Changes

the decoding and encoding are complete

---

Patch is 430.17 KiB, truncated to 20.00 KiB below, full version: 
https://github.com/llvm/llvm-project/pull/87187.diff


101 Files Affected:

- (removed) clang/test/Driver/Inputs/CUDA-symlinks/usr/bin/ptxas (-1) 
- (added) clang/test/Driver/Inputs/CUDA-symlinks/usr/bin/ptxas () 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/i386-unknown-linux-gnu-ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/i386-unknown-linux-gnu-ld
 (+1) 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/x86_64-unknown-linux-gnu-ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/x86_64-unknown-linux-gnu-ld
 (+1) 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/i386-unknown-linux-gnu/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/i386-unknown-linux-gnu/bin/ld
 (+1) 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/x86_64-unknown-linux-gnu/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/x86_64-unknown-linux-gnu/bin/ld
 (+1) 
- (removed) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/as (-1) 
- (added) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/as (+1) 
- (removed) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/ld (-1) 
- (added) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/ld (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/as
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/as
 (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/ld
 (+1) 
- (removed) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/as (-1) 
- (added) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/as (+1) 
- (removed) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/ld (-1) 
- (added) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/ld (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/as
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/as
 (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/ld
 (+1) 
- (removed) libclc/amdgcn-mesa3d (-1) 
- (added) libclc/amdgcn-mesa3d/lib/SOURCES (+3) 
- (added) libclc/amdgcn-mesa3d/lib/workitem/get_global_size.cl (+23) 
- (added) libclc/amdgcn-mesa3d/lib/workitem/get_local_size.cl (+29) 
- (added) libclc/amdgcn-mesa3d/lib/workitem/get_num_groups.cl (+12) 
- (removed) libclc/clspv64 (-1) 
- (added) libclc/clspv64/lib/SOURCES (+48) 
- (added) libclc/clspv64/lib/math/fma.cl (+256) 
- (added) libclc/clspv64/lib/math/nextafter.cl (+5) 
- (added) libclc/clspv64/lib/math/nextafter.inc (+3) 
- (added) libclc/clspv64/lib/subnormal_config.cl (+31) 
- (removed) libcxx/test/std/pstl (-1) 
- (added) libcxx/test/std/pstl/algorithms/alg.merge/inplace_merge.pass.cpp 
(+159) 
- (added) libcxx/test/std/pstl/algorithms/alg.merge/merge.pass.cpp (+113) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
 (+147) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
 (+101) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
 (+178) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
 (+116) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
 (+104) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
 (+130) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/copy_move.pass.cpp 
(+197) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/fill.pass.cpp (+100) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/generate.pass.cpp 
(+104) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/remove.pass.cpp (+161) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/remove_copy.pass.cpp 
(+91) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/replace.pass.cpp 
(+160) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/replace_copy.pass.cpp 
(+105) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/rotate.pass.cpp (+176) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/rotate_copy.pass.cpp 
(+146) 
- (added) 
libcxx/test/

[clang] [libclc] [libcxx] [lld] [llvm] [openmp] llvm encode decode (PR #87187)

2024-03-31 Thread via cfe-commits

llvmbot wrote:




@llvm/pr-subscribers-lld-elf

Author: Jiang zixian (jiang-zixian)


Changes

the decoding and encoding are complete

---

Patch is 430.17 KiB, truncated to 20.00 KiB below, full version: 
https://github.com/llvm/llvm-project/pull/87187.diff


101 Files Affected:

- (removed) clang/test/Driver/Inputs/CUDA-symlinks/usr/bin/ptxas (-1) 
- (added) clang/test/Driver/Inputs/CUDA-symlinks/usr/bin/ptxas () 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/i386-unknown-linux-gnu-ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/i386-unknown-linux-gnu-ld
 (+1) 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/x86_64-unknown-linux-gnu-ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/x86_64-unknown-linux-gnu-ld
 (+1) 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/i386-unknown-linux-gnu/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/i386-unknown-linux-gnu/bin/ld
 (+1) 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/x86_64-unknown-linux-gnu/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/x86_64-unknown-linux-gnu/bin/ld
 (+1) 
- (removed) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/as (-1) 
- (added) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/as (+1) 
- (removed) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/ld (-1) 
- (added) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/ld (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/as
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/as
 (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/ld
 (+1) 
- (removed) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/as (-1) 
- (added) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/as (+1) 
- (removed) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/ld (-1) 
- (added) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/ld (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/as
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/as
 (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/ld
 (+1) 
- (removed) libclc/amdgcn-mesa3d (-1) 
- (added) libclc/amdgcn-mesa3d/lib/SOURCES (+3) 
- (added) libclc/amdgcn-mesa3d/lib/workitem/get_global_size.cl (+23) 
- (added) libclc/amdgcn-mesa3d/lib/workitem/get_local_size.cl (+29) 
- (added) libclc/amdgcn-mesa3d/lib/workitem/get_num_groups.cl (+12) 
- (removed) libclc/clspv64 (-1) 
- (added) libclc/clspv64/lib/SOURCES (+48) 
- (added) libclc/clspv64/lib/math/fma.cl (+256) 
- (added) libclc/clspv64/lib/math/nextafter.cl (+5) 
- (added) libclc/clspv64/lib/math/nextafter.inc (+3) 
- (added) libclc/clspv64/lib/subnormal_config.cl (+31) 
- (removed) libcxx/test/std/pstl (-1) 
- (added) libcxx/test/std/pstl/algorithms/alg.merge/inplace_merge.pass.cpp 
(+159) 
- (added) libcxx/test/std/pstl/algorithms/alg.merge/merge.pass.cpp (+113) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
 (+147) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
 (+101) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
 (+178) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
 (+116) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
 (+104) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
 (+130) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/copy_move.pass.cpp 
(+197) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/fill.pass.cpp (+100) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/generate.pass.cpp 
(+104) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/remove.pass.cpp (+161) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/remove_copy.pass.cpp 
(+91) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/replace.pass.cpp 
(+160) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/replace_copy.pass.cpp 
(+105) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/rotate.pass.cpp (+176) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/rotate_copy.pass.cpp 
(+146) 
- (added) 
libcxx/test

[clang] [libclc] [libcxx] [lld] [llvm] [openmp] llvm encode decode (PR #87187)

2024-03-31 Thread via cfe-commits

llvmbot wrote:




@llvm/pr-subscribers-clang-driver

Author: Jiang zixian (jiang-zixian)


Changes

the decoding and encoding are complete

---

Patch is 430.17 KiB, truncated to 20.00 KiB below, full version: 
https://github.com/llvm/llvm-project/pull/87187.diff


101 Files Affected:

- (removed) clang/test/Driver/Inputs/CUDA-symlinks/usr/bin/ptxas (-1) 
- (added) clang/test/Driver/Inputs/CUDA-symlinks/usr/bin/ptxas () 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/i386-unknown-linux-gnu-ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/i386-unknown-linux-gnu-ld
 (+1) 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/x86_64-unknown-linux-gnu-ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/bin/x86_64-unknown-linux-gnu-ld
 (+1) 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/i386-unknown-linux-gnu/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/i386-unknown-linux-gnu/bin/ld
 (+1) 
- (removed) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/x86_64-unknown-linux-gnu/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/basic_cross_linux_tree/usr/x86_64-unknown-linux-gnu/bin/ld
 (+1) 
- (removed) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/as (-1) 
- (added) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/as (+1) 
- (removed) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/ld (-1) 
- (added) clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/bin/ld (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/as
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/as
 (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin/ld
 (+1) 
- (removed) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/as (-1) 
- (added) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/as (+1) 
- (removed) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/ld (-1) 
- (added) clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/ld (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/as
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/as
 (+1) 
- (removed) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/ld
 (-1) 
- (added) 
clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin/ld
 (+1) 
- (removed) libclc/amdgcn-mesa3d (-1) 
- (added) libclc/amdgcn-mesa3d/lib/SOURCES (+3) 
- (added) libclc/amdgcn-mesa3d/lib/workitem/get_global_size.cl (+23) 
- (added) libclc/amdgcn-mesa3d/lib/workitem/get_local_size.cl (+29) 
- (added) libclc/amdgcn-mesa3d/lib/workitem/get_num_groups.cl (+12) 
- (removed) libclc/clspv64 (-1) 
- (added) libclc/clspv64/lib/SOURCES (+48) 
- (added) libclc/clspv64/lib/math/fma.cl (+256) 
- (added) libclc/clspv64/lib/math/nextafter.cl (+5) 
- (added) libclc/clspv64/lib/math/nextafter.inc (+3) 
- (added) libclc/clspv64/lib/subnormal_config.cl (+31) 
- (removed) libcxx/test/std/pstl (-1) 
- (added) libcxx/test/std/pstl/algorithms/alg.merge/inplace_merge.pass.cpp 
(+159) 
- (added) libcxx/test/std/pstl/algorithms/alg.merge/merge.pass.cpp (+113) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
 (+147) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
 (+101) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
 (+178) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
 (+116) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
 (+104) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
 (+130) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/copy_move.pass.cpp 
(+197) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/fill.pass.cpp (+100) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/generate.pass.cpp 
(+104) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/remove.pass.cpp (+161) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/remove_copy.pass.cpp 
(+91) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/replace.pass.cpp 
(+160) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/replace_copy.pass.cpp 
(+105) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/rotate.pass.cpp (+176) 
- (added) 
libcxx/test/std/pstl/algorithms/alg.modifying.operations/rotate_copy.pass.cpp 
(+146) 
- (added) 
libcxx

[clang] [libclc] [libcxx] [lld] [llvm] [openmp] llvm encode decode (PR #87187)

2024-03-31 Thread via cfe-commits

github-actions[bot] wrote:



Thank you for submitting a Pull Request (PR) to the LLVM Project!

This PR will be automatically labeled and the relevant teams will be
notified.

If you wish to, you can add reviewers by using the "Reviewers" section on this 
page.

If this is not working for you, it is probably because you do not have write
permissions for the repository. In which case you can instead tag reviewers by
name in a comment by using `@` followed by their GitHub username.

If you have received no comments on your PR for a week, you can request a review
by "ping"ing the PR by adding a comment “Ping”. The common courtesy "ping" rate
is once a week. Please remember that you are asking for valuable time from 
other developers.

If you have further questions, they may be answered by the [LLVM GitHub User 
Guide](https://llvm.org/docs/GitHub.html).

You can also ask questions in a comment on this PR, on the [LLVM 
Discord](https://discord.com/invite/xS7Z362) or on the 
[forums](https://discourse.llvm.org/).

https://github.com/llvm/llvm-project/pull/87187
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits