[llvm-branch-commits] [flang] [flang] Introduce ws loop nest generation for HLFIR lowering (PR #101445)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
https://github.com/ivanradanov updated https://github.com/llvm/llvm-project/pull/101445 >From 7422985144525359db3d95c58b2b477872c73d54 Mon Sep 17 00:00:00 2001 From: Ivan Radanov Ivanov Date: Wed, 31 Jul 2024 14:12:34 +0900 Subject: [PATCH 1/2] [flang] Introduce ws loop nest generation for HLFI

[llvm-branch-commits] [flang] [flang][omp] Emit omp.workshare in frontend (PR #101444)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
https://github.com/ivanradanov updated https://github.com/llvm/llvm-project/pull/101444 >From 14878e80f5bcf8dac5100951de803ce584a33b25 Mon Sep 17 00:00:00 2001 From: Ivan Radanov Ivanov Date: Wed, 31 Jul 2024 14:11:47 +0900 Subject: [PATCH 1/2] [flang][omp] Emit omp.workshare in frontend ---

[llvm-branch-commits] [llvm] [AMDGPU][Attributor] Add a pass parameter `closed-world` for AMDGPUAttributor pass (PR #101760)

2024-08-04 Thread Matt Arsenault via llvm-branch-commits
@@ -661,6 +662,24 @@ Error AMDGPUTargetMachine::buildCodeGenPipeline( return CGPB.buildPipeline(MPM, Out, DwoOut, FileType); } +Expected +parseAMDGPUAttributorPassOptions(StringRef Params) { + AMDGPUAttributorOptions Result; + while (!Params.empty()) { +StringRef Param

[llvm-branch-commits] [flang] [flang] Introduce ws loop nest generation for HLFIR lowering (PR #101445)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
https://github.com/ivanradanov updated https://github.com/llvm/llvm-project/pull/101445 >From b26c03dab1104a13d47b3a5124a31f4a83dbd320 Mon Sep 17 00:00:00 2001 From: Ivan Radanov Ivanov Date: Wed, 31 Jul 2024 14:12:34 +0900 Subject: [PATCH 1/2] [flang] Introduce ws loop nest generation for HLFI

[llvm-branch-commits] [flang] [flang][omp] Emit omp.workshare in frontend (PR #101444)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
https://github.com/ivanradanov updated https://github.com/llvm/llvm-project/pull/101444 >From 97cd498c0819f1a15464d742915534499739a0b4 Mon Sep 17 00:00:00 2001 From: Ivan Radanov Ivanov Date: Wed, 31 Jul 2024 14:11:47 +0900 Subject: [PATCH 1/2] [flang][omp] Emit omp.workshare in frontend ---

[llvm-branch-commits] [flang] [flang] Introduce ws loop nest generation for HLFIR lowering (PR #101445)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
https://github.com/ivanradanov updated https://github.com/llvm/llvm-project/pull/101445 >From b26c03dab1104a13d47b3a5124a31f4a83dbd320 Mon Sep 17 00:00:00 2001 From: Ivan Radanov Ivanov Date: Wed, 31 Jul 2024 14:12:34 +0900 Subject: [PATCH 1/3] [flang] Introduce ws loop nest generation for HLFI

[llvm-branch-commits] [llvm] release/19.x: [Metadata] Try to merge the first and last ranges. (#101860) (PR #101875)

2024-08-04 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/101875 Backport 4377656f2419a8eb18c01e86929b689dcf22b5d6 Requested by: @DianQK >From edbf5618f97803473cf7ddffc13267cd274a41a8 Mon Sep 17 00:00:00 2001 From: DianQK Date: Sun, 4 Aug 2024 16:45:10 +0800 Subject: [PATCH

[llvm-branch-commits] [llvm] release/19.x: [Metadata] Try to merge the first and last ranges. (#101860) (PR #101875)

2024-08-04 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/101875 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: [Metadata] Try to merge the first and last ranges. (#101860) (PR #101875)

2024-08-04 Thread via llvm-branch-commits
llvmbot wrote: @dtcxzyw What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/101875 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listi

[llvm-branch-commits] [llvm] release/19.x: [Metadata] Try to merge the first and last ranges. (#101860) (PR #101875)

2024-08-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms Author: None (llvmbot) Changes Backport 4377656f2419a8eb18c01e86929b689dcf22b5d6 Requested by: @DianQK --- Full diff: https://github.com/llvm/llvm-project/pull/101875.diff 2 Files Affected: - (modified) llvm/lib/IR/Metadata.cpp (+3-2

[llvm-branch-commits] [llvm] release/19.x: [Metadata] Try to merge the first and last ranges. (#101860) (PR #101875)

2024-08-04 Thread Yingwei Zheng via llvm-branch-commits
https://github.com/dtcxzyw approved this pull request. https://github.com/llvm/llvm-project/pull/101875 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] [libc++][format][7/7] Cleans up the buffer code. (PR #101876)

2024-08-04 Thread Mark de Wever via llvm-branch-commits
https://github.com/mordante created https://github.com/llvm/llvm-project/pull/101876 The internal format buffer code shipped with LLVM 19 is no longer used and removed. This also updates parts of the documentation to reflect its proper state. >From 821eb283cd5909143511ca485cdd1eebb60246b0 Mon

[llvm-branch-commits] [libcxx] [libc++][format][7/7] Cleans up the buffer code. (PR #101876)

2024-08-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: Mark de Wever (mordante) Changes The internal format buffer code shipped with LLVM 19 is no longer used and removed. This also updates parts of the documentation to reflect its proper state. --- Patch is 21.99 KiB, truncated to 20.00 K

[llvm-branch-commits] [llvm] release/19.x: [VP] Refactor VectorBuilder to avoid layering violation. NFC (#99276) (PR #101102)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101102 >From 4bf04b2eda0cc011f6b6461812a17b50c9b4231a Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 28 Jul 2024 16:48:23 +0900 Subject: [PATCH 1/3] [Bazel] Use PACKAGE_VERSION for version string. This enables "

[llvm-branch-commits] [llvm] release/19.x: [VP] Refactor VectorBuilder to avoid layering violation. NFC (#99276) (PR #101102)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101102 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: [VP] Refactor VectorBuilder to avoid layering violation. NFC (#99276) (PR #101102)

2024-08-04 Thread via llvm-branch-commits
github-actions[bot] wrote: @h-vetinari @chapuni (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common] Fix signal_line.cpp on SPARC (#100535) (PR #101140)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101140 >From 2213bdeb0077d6e89344950568bb321fdef50a86 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Tue, 30 Jul 2024 08:59:12 +0200 Subject: [PATCH] [sanitizer_common] Fix signal_line.cpp on SPARC (#100535) ``` Saniti

[llvm-branch-commits] [compiler-rt] 2213bde - [sanitizer_common] Fix signal_line.cpp on SPARC (#100535)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
Author: Rainer Orth Date: 2024-08-04T11:21:07+02:00 New Revision: 2213bdeb0077d6e89344950568bb321fdef50a86 URL: https://github.com/llvm/llvm-project/commit/2213bdeb0077d6e89344950568bb321fdef50a86 DIFF: https://github.com/llvm/llvm-project/commit/2213bdeb0077d6e89344950568bb321fdef50a86.diff L

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common] Fix signal_line.cpp on SPARC (#100535) (PR #101140)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101140 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common] Fix signal_line.cpp on SPARC (#100535) (PR #101140)

2024-08-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: None (llvmbot) Changes Backport 94394ca980f8ecbd845155d2170cfd865e4d62dc Requested by: @rorth --- Full diff: https://github.com/llvm/llvm-project/pull/101140.diff 1 Files Affected: - (modified) compiler-rt/test/sanitize

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common][test] Fix InternalMmapWithOffset on 32-bit Linux/s… (#101011) (PR #101142)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101142 >From 7fc0bae294aa174ca5c1f85bb2955ededdfd6eb5 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Tue, 30 Jul 2024 09:02:05 +0200 Subject: [PATCH] =?UTF-8?q?[sanitizer=5Fcommon][test]=20Fix=20InternalMmap?= =?UTF-8?q?

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common] Fix signal_line.cpp on SPARC (#100535) (PR #101140)

2024-08-04 Thread via llvm-branch-commits
github-actions[bot] wrote: @rorth (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [compiler-rt] 7fc0bae - [sanitizer_common][test] Fix InternalMmapWithOffset on 32-bit Linux/s… (#101011)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
Author: Rainer Orth Date: 2024-08-04T11:21:57+02:00 New Revision: 7fc0bae294aa174ca5c1f85bb2955ededdfd6eb5 URL: https://github.com/llvm/llvm-project/commit/7fc0bae294aa174ca5c1f85bb2955ededdfd6eb5 DIFF: https://github.com/llvm/llvm-project/commit/7fc0bae294aa174ca5c1f85bb2955ededdfd6eb5.diff L

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common][test] Fix InternalMmapWithOffset on 32-bit Linux/s… (#101011) (PR #101142)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101142 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common][test] Fix InternalMmapWithOffset on 32-bit Linux/s… (#101011) (PR #101142)

2024-08-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: None (llvmbot) Changes Backport 1c25f2cd470c2882e422b66d0482f5a120960394 Requested by: @rorth --- Full diff: https://github.com/llvm/llvm-project/pull/101142.diff 1 Files Affected: - (modified) compiler-rt/lib/sanitizer

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common][test] Fix InternalMmapWithOffset on 32-bit Linux/s… (#101011) (PR #101142)

2024-08-04 Thread via llvm-branch-commits
github-actions[bot] wrote: @rorth (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [clang] release/19.x: Reland: "[Clang] Demote always_inline error to warning for mismatching SME attrs" (#100991) (#100996) (PR #101303)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101303 >From 7bfc4abb54db7ba2fc6ddf53f30bed752af57626 Mon Sep 17 00:00:00 2001 From: Sander de Smalen Date: Mon, 29 Jul 2024 11:23:25 +0100 Subject: [PATCH] Reland: "[Clang] Demote always_inline error to warning for mismat

[llvm-branch-commits] [clang] 7bfc4ab - Reland: "[Clang] Demote always_inline error to warning for mismatching SME attrs" (#100991) (#100996)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
Author: Sander de Smalen Date: 2024-08-04T11:23:06+02:00 New Revision: 7bfc4abb54db7ba2fc6ddf53f30bed752af57626 URL: https://github.com/llvm/llvm-project/commit/7bfc4abb54db7ba2fc6ddf53f30bed752af57626 DIFF: https://github.com/llvm/llvm-project/commit/7bfc4abb54db7ba2fc6ddf53f30bed752af57626.di

[llvm-branch-commits] [clang] release/19.x: Reland: "[Clang] Demote always_inline error to warning for mismatching SME attrs" (#100991) (#100996) (PR #101303)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101303 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] release/19.x: [clang] Fix definition of layout-compatible to ignore empty classes (PR #101491)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101491 >From 56f4adeee36560b839d0d04d4a5a8d8935006f63 Mon Sep 17 00:00:00 2001 From: Mital Ashok Date: Thu, 1 Aug 2024 15:05:46 +0100 Subject: [PATCH] [Clang] Fix definition of layout-compatible to ignore empty classes (#9

[llvm-branch-commits] [clang] [llvm] release/19.x: [clang] Fix definition of layout-compatible to ignore empty classes (PR #101491)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101491 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] 56f4ade - [Clang] Fix definition of layout-compatible to ignore empty classes (#92103)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
Author: Mital Ashok Date: 2024-08-04T11:23:47+02:00 New Revision: 56f4adeee36560b839d0d04d4a5a8d8935006f63 URL: https://github.com/llvm/llvm-project/commit/56f4adeee36560b839d0d04d4a5a8d8935006f63 DIFF: https://github.com/llvm/llvm-project/commit/56f4adeee36560b839d0d04d4a5a8d8935006f63.diff L

[llvm-branch-commits] [llvm] [PowerPC] Add phony subregisters to cover the high half of the VSX registers. (#94628) (PR #101498)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101498 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] release/19.x: [clang] Fix definition of layout-compatible to ignore empty classes (PR #101491)

2024-08-04 Thread via llvm-branch-commits
github-actions[bot] wrote: @Endilll (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. h

[llvm-branch-commits] [clang] Backport "[analyzer] Fix crash on using `bitcast(, )` as array subscript" (PR #101684)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101684 >From 56fa0195ed952dfa53f36890759f4b0ac3556e01 Mon Sep 17 00:00:00 2001 From: Pavel Skripkin Date: Fri, 2 Aug 2024 18:04:57 +0300 Subject: [PATCH] [analyzer] Fix crash on using `bitcast(, )` as array subscript (#101

[llvm-branch-commits] [clang] 56fa019 - [analyzer] Fix crash on using `bitcast(, )` as array subscript (#101647)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
Author: Pavel Skripkin Date: 2024-08-04T11:26:29+02:00 New Revision: 56fa0195ed952dfa53f36890759f4b0ac3556e01 URL: https://github.com/llvm/llvm-project/commit/56fa0195ed952dfa53f36890759f4b0ac3556e01 DIFF: https://github.com/llvm/llvm-project/commit/56fa0195ed952dfa53f36890759f4b0ac3556e01.diff

[llvm-branch-commits] [clang] Backport "[analyzer] Fix crash on using `bitcast(, )` as array subscript" (PR #101684)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101684 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] release/19.x: [asan, test] Disable _FORTIFY_SOURCE test incompatible with glibc 2.40 (PR #101728)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101728 >From ba80cdd27874284077c2c79e54e867d9af1b956e Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 2 Aug 2024 10:10:15 -0700 Subject: [PATCH] [asan,test] Disable _FORTIFY_SOURCE test incompatible with glibc 2.40

[llvm-branch-commits] [llvm] [PowerPC] Add phony subregisters to cover the high half of the VSX registers. (#94628) (PR #101498)

2024-08-04 Thread via llvm-branch-commits
github-actions[bot] wrote: @stefanp-ibm (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [compiler-rt] ba80cdd - [asan, test] Disable _FORTIFY_SOURCE test incompatible with glibc 2.40

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
Author: Fangrui Song Date: 2024-08-04T11:27:13+02:00 New Revision: ba80cdd27874284077c2c79e54e867d9af1b956e URL: https://github.com/llvm/llvm-project/commit/ba80cdd27874284077c2c79e54e867d9af1b956e DIFF: https://github.com/llvm/llvm-project/commit/ba80cdd27874284077c2c79e54e867d9af1b956e.diff

[llvm-branch-commits] [compiler-rt] release/19.x: [asan, test] Disable _FORTIFY_SOURCE test incompatible with glibc 2.40 (PR #101728)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101728 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/19.x: Revert "[AIX] Turn on `#pragma mc_func` check by default (#101336)" (PR #101737)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101737 >From 9be2c0e00bae94a9e8ddc475e762d8297a409faf Mon Sep 17 00:00:00 2001 From: Qiongsi Wu Date: Fri, 2 Aug 2024 15:01:15 -0400 Subject: [PATCH] Revert "[AIX] Turn on `#pragma mc_func` check by default (#101336)" Thi

[llvm-branch-commits] [clang] 9be2c0e - Revert "[AIX] Turn on `#pragma mc_func` check by default (#101336)"

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
Author: Qiongsi Wu Date: 2024-08-04T11:28:02+02:00 New Revision: 9be2c0e00bae94a9e8ddc475e762d8297a409faf URL: https://github.com/llvm/llvm-project/commit/9be2c0e00bae94a9e8ddc475e762d8297a409faf DIFF: https://github.com/llvm/llvm-project/commit/9be2c0e00bae94a9e8ddc475e762d8297a409faf.diff LO

[llvm-branch-commits] [clang] release/19.x: Revert "[AIX] Turn on `#pragma mc_func` check by default (#101336)" (PR #101737)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101737 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: [AMDGPU] Include `` in AMDGPUMCTargetDesc (#101766) (PR #101796)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101796 >From 51b4c6643ab38c64683f8150f82f468d4b679225 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 3 Aug 2024 06:36:43 +0100 Subject: [PATCH] [AMDGPU] Include `` in AMDGPUMCTargetDesc (#101766) (cherry picked from c

[llvm-branch-commits] [llvm] 51b4c66 - [AMDGPU] Include `` in AMDGPUMCTargetDesc (#101766)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
Author: Sam James Date: 2024-08-04T11:28:56+02:00 New Revision: 51b4c6643ab38c64683f8150f82f468d4b679225 URL: https://github.com/llvm/llvm-project/commit/51b4c6643ab38c64683f8150f82f468d4b679225 DIFF: https://github.com/llvm/llvm-project/commit/51b4c6643ab38c64683f8150f82f468d4b679225.diff LOG

[llvm-branch-commits] [llvm] release/19.x: [AMDGPU] Include `` in AMDGPUMCTargetDesc (#101766) (PR #101796)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101796 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/19.x: [libclang] Fix symbol version of `getBinaryOpcode` functions (#101820) (PR #101824)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101824 >From 4a211acad1e37f2b7c2bd3dc6d09575d630b55a3 Mon Sep 17 00:00:00 2001 From: Jannick Kremer <51118500+deinalptr...@users.noreply.github.com> Date: Sat, 3 Aug 2024 14:56:54 +0100 Subject: [PATCH] [libclang] Fix symbol

[llvm-branch-commits] [clang] 4a211ac - [libclang] Fix symbol version of `getBinaryOpcode` functions (#101820)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
Author: Jannick Kremer Date: 2024-08-04T11:29:40+02:00 New Revision: 4a211acad1e37f2b7c2bd3dc6d09575d630b55a3 URL: https://github.com/llvm/llvm-project/commit/4a211acad1e37f2b7c2bd3dc6d09575d630b55a3 DIFF: https://github.com/llvm/llvm-project/commit/4a211acad1e37f2b7c2bd3dc6d09575d630b55a3.diff

[llvm-branch-commits] [clang] release/19.x: [libclang] Fix symbol version of `getBinaryOpcode` functions (#101820) (PR #101824)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101824 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common] Fix UnwindFast on SPARC (#101634) (PR #101848)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101848 >From 69555e03241e9b1d20e6272f569a9a4a113cadd4 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Sat, 3 Aug 2024 22:19:44 +0200 Subject: [PATCH] [sanitizer_common] Fix UnwindFast on SPARC (#101634) ``` UBSan-Standa

[llvm-branch-commits] [compiler-rt] 69555e0 - [sanitizer_common] Fix UnwindFast on SPARC (#101634)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
Author: Rainer Orth Date: 2024-08-04T11:30:14+02:00 New Revision: 69555e03241e9b1d20e6272f569a9a4a113cadd4 URL: https://github.com/llvm/llvm-project/commit/69555e03241e9b1d20e6272f569a9a4a113cadd4 DIFF: https://github.com/llvm/llvm-project/commit/69555e03241e9b1d20e6272f569a9a4a113cadd4.diff L

[llvm-branch-commits] [clang] release/19.x: Reland: "[Clang] Demote always_inline error to warning for mismatching SME attrs" (#100991) (#100996) (PR #101303)

2024-08-04 Thread via llvm-branch-commits
github-actions[bot] wrote: @sdesmalen-arm (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this P

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common] Fix UnwindFast on SPARC (#101634) (PR #101848)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101848 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: [Metadata] Try to merge the first and last ranges. (#101860) (PR #101875)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Is this a important fix to backport? It looks a bit more like a feature than a bugfix, but I am not that well versed with this code. https://github.com/llvm/llvm-project/pull/101875 ___ llvm-branch-commits mailing list llvm-branch-commits@

[llvm-branch-commits] [clang] Backport "[analyzer] Fix crash on using `bitcast(, )` as array subscript" (PR #101684)

2024-08-04 Thread via llvm-branch-commits
github-actions[bot] wrote: @steakhal (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [clang] [llvm] release/19.x: Workflow fixes for building release binaries (PR #101791)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru approved this pull request. https://github.com/llvm/llvm-project/pull/101791 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: workflows: Re-implement the get-llvm-version action as a composite action (#101569) (PR #101793)

2024-08-04 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru approved this pull request. https://github.com/llvm/llvm-project/pull/101793 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] release/19.x: [asan, test] Disable _FORTIFY_SOURCE test incompatible with glibc 2.40 (PR #101728)

2024-08-04 Thread via llvm-branch-commits
github-actions[bot] wrote: @mgorny (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. ht

[llvm-branch-commits] [clang] release/19.x: Revert "[AIX] Turn on `#pragma mc_func` check by default (#101336)" (PR #101737)

2024-08-04 Thread via llvm-branch-commits
github-actions[bot] wrote: @qiongsiwu (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [llvm] release/19.x: [AMDGPU] Include `` in AMDGPUMCTargetDesc (#101766) (PR #101796)

2024-08-04 Thread via llvm-branch-commits
github-actions[bot] wrote: @thesamesam (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [clang] release/19.x: [libclang] Fix symbol version of `getBinaryOpcode` functions (#101820) (PR #101824)

2024-08-04 Thread via llvm-branch-commits
github-actions[bot] wrote: @Endilll (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. h

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common] Fix UnwindFast on SPARC (#101634) (PR #101848)

2024-08-04 Thread via llvm-branch-commits
github-actions[bot] wrote: @rorth (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [libcxx] [libc++][format][7/7] Cleans up the buffer code. (PR #101876)

2024-08-04 Thread Mark de Wever via llvm-branch-commits
https://github.com/mordante updated https://github.com/llvm/llvm-project/pull/101876 >From ab3ed920539794cae7ade2b4ae91f21e547517dc Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 30 Mar 2024 17:35:56 +0100 Subject: [PATCH] [libc++][format][7/7] Cleans up the buffer code. The internal

[llvm-branch-commits] [llvm] release/19.x: [Metadata] Try to merge the first and last ranges. (#101860) (PR #101875)

2024-08-04 Thread Nikita Popov via llvm-branch-commits
https://github.com/nikic approved this pull request. @tru This is a bug fix to prevent emission of invalid IR. https://github.com/llvm/llvm-project/pull/101875 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.o

[llvm-branch-commits] [clang-tools-extra] release/19.x: [clang-tidy] Fix crash in C language in readability-non-const-parameter (#100461) (PR #101878)

2024-08-04 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/101878 Backport a27f816fe56af9cc7f4f296ad6c577f6ea64349f Requested by: @nikic >From 77c55eea4706369a4ba8f1219d0076194da75610 Mon Sep 17 00:00:00 2001 From: Piotr Zegar Date: Thu, 25 Jul 2024 17:26:01 +0200 Subject: [

[llvm-branch-commits] [clang-tools-extra] release/19.x: [clang-tidy] Fix crash in C language in readability-non-const-parameter (#100461) (PR #101878)

2024-08-04 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/101878 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang-tools-extra] release/19.x: [clang-tidy] Fix crash in C language in readability-non-const-parameter (#100461) (PR #101878)

2024-08-04 Thread via llvm-branch-commits
llvmbot wrote: @njames93 What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/101878 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/list

[llvm-branch-commits] [clang-tools-extra] release/19.x: [clang-tidy] Fix crash in C language in readability-non-const-parameter (#100461) (PR #101878)

2024-08-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-tidy Author: None (llvmbot) Changes Backport a27f816fe56af9cc7f4f296ad6c577f6ea64349f Requested by: @nikic --- Full diff: https://github.com/llvm/llvm-project/pull/101878.diff 2 Files Affected: - (modified) clang-tools-extra/clang-tidy/readab

[llvm-branch-commits] [clang] [clang] remove unneeded template deduction canonicalizations (PR #101594)

2024-08-04 Thread via llvm-branch-commits
https://github.com/cor3ntin approved this pull request. LGTM modulo nit https://github.com/llvm/llvm-project/pull/101594 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch

[llvm-branch-commits] [clang] [clang] remove unneeded template deduction canonicalizations (PR #101594)

2024-08-04 Thread via llvm-branch-commits
https://github.com/cor3ntin edited https://github.com/llvm/llvm-project/pull/101594 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [clang] remove unneeded template deduction canonicalizations (PR #101594)

2024-08-04 Thread via llvm-branch-commits
@@ -4751,19 +4743,16 @@ TemplateDeductionResult Sema::DeduceTemplateArguments( TemplateDeductionResult Sema::DeduceTemplateArguments( FunctionTemplateDecl *ConversionTemplate, QualType ObjectType, -Expr::Classification ObjectClassification, QualType ToType, +Expr::

[llvm-branch-commits] [flang] [flang] Lower omp.workshare to other omp constructs (PR #101446)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
@@ -0,0 +1,259 @@ +//===- LowerWorkshare.cpp - special cases for bufferization ---===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0

[llvm-branch-commits] [flang] [flang] Lower omp.workshare to other omp constructs (PR #101446)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
@@ -0,0 +1,259 @@ +//===- LowerWorkshare.cpp - special cases for bufferization ---===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0

[llvm-branch-commits] [flang] [flang] Lower omp.workshare to other omp constructs (PR #101446)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
@@ -792,7 +793,8 @@ struct ElementalOpConversion // Generate a loop nest looping around the fir.elemental shape and clone // fir.elemental region inside the inner loop. hlfir::LoopNest loopNest = -hlfir::genLoopNest(loc, builder, extents, !elemental.isOrdere

[llvm-branch-commits] [flang] [flang] Lower omp.workshare to other omp constructs (PR #101446)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
@@ -0,0 +1,259 @@ +//===- LowerWorkshare.cpp - special cases for bufferization ---===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0

[llvm-branch-commits] [flang] [flang] Lower omp.workshare to other omp constructs (PR #101446)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
@@ -0,0 +1,259 @@ +//===- LowerWorkshare.cpp - special cases for bufferization ---===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0

[llvm-branch-commits] [llvm] release/19.x: [VP] Refactor VectorBuilder to avoid layering violation. NFC (#99276) (PR #101102)

2024-08-04 Thread NAKAMURA Takumi via llvm-branch-commits
chapuni wrote: @tru Thanks! https://github.com/llvm/llvm-project/pull/101102 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [flang] [flang] Lower omp.workshare to other omp constructs (PR #101446)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
ivanradanov wrote: @kiranchandramohan @tblah I think this warrants another look if you have some time. I have reiterated a bit and opted to have a omp loop nest wrapper op which signals to the workshare lowering which specific loops need to be parallelized (i.e. converted to wsloop { loop_ne

[llvm-branch-commits] [clang-tools-extra] release/19.x: [clang-tidy] Fix crash in C language in readability-non-const-parameter (#100461) (PR #101878)

2024-08-04 Thread Nathan James via llvm-branch-commits
njames93 wrote: @nikic Do you mind updating the release notes to document the fix https://github.com/llvm/llvm-project/pull/101878 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/l

[llvm-branch-commits] [llvm] release/19.x: InferAddressSpaces: Fix mishandling stores of pointers to themselves (#101877) (PR #101887)

2024-08-04 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/101887 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: InferAddressSpaces: Fix mishandling stores of pointers to themselves (#101877) (PR #101887)

2024-08-04 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/101887 Backport 3c483b887e5a32a0ddc0a52a467b31f74aad25bb Requested by: @jhuber6 >From 26b1b963ba3b4d386a871c603243028e04d7b1f9 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Sun, 4 Aug 2024 16:36:00 +0400 Subjec

[llvm-branch-commits] [llvm] release/19.x: InferAddressSpaces: Fix mishandling stores of pointers to themselves (#101877) (PR #101887)

2024-08-04 Thread via llvm-branch-commits
llvmbot wrote: @jhuber6 What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/101887 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listi

[llvm-branch-commits] [clang-tools-extra] release/19.x: [clang-tidy] Fix crash in C language in readability-non-const-parameter (#100461) (PR #101878)

2024-08-04 Thread Nikita Popov via llvm-branch-commits
nikic wrote: That would be a question for @PiotrZSL. https://github.com/llvm/llvm-project/pull/101878 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: InferAddressSpaces: Fix mishandling stores of pointers to themselves (#101877) (PR #101887)

2024-08-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu @llvm/pr-subscribers-llvm-transforms Author: None (llvmbot) Changes Backport 3c483b887e5a32a0ddc0a52a467b31f74aad25bb Requested by: @jhuber6 --- Full diff: https://github.com/llvm/llvm-project/pull/101887.diff 2 Files Affected: - (mod

[llvm-branch-commits] [llvm] release/19.x: InferAddressSpaces: Fix mishandling stores of pointers to themselves (#101877) (PR #101887)

2024-08-04 Thread Joseph Huber via llvm-branch-commits
https://github.com/jhuber6 approved this pull request. https://github.com/llvm/llvm-project/pull/101887 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [clang-tools-extra] [lldb] [clang] Reland: Instantiate alias templates with sugar (PR #101858)

2024-08-04 Thread via llvm-branch-commits
https://github.com/cor3ntin approved this pull request. Given that we are very early in the cycle, i think it makes sense to reland that and see if it stick. Can you add a release note though ? https://github.com/llvm/llvm-project/pull/101858 ___ llvm

[llvm-branch-commits] [libunwind] release/19.x: [libunwind] Add GCS support for AArch64 (#99335) (PR #101888)

2024-08-04 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/101888 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libunwind] release/19.x: [libunwind] Add GCS support for AArch64 (#99335) (PR #101888)

2024-08-04 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/101888 Backport b32aac4358c1f6639de7c453656cd74fbab75d71 Requested by: @john-brawn-arm >From 121ef309cf10ded8538f050c9e4b769c7026cc9d Mon Sep 17 00:00:00 2001 From: John Brawn Date: Sun, 4 Aug 2024 13:27:12 +0100 Sub

[llvm-branch-commits] [libunwind] release/19.x: [libunwind] Add GCS support for AArch64 (#99335) (PR #101888)

2024-08-04 Thread via llvm-branch-commits
llvmbot wrote: @jinge90 What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/101888 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listi

[llvm-branch-commits] [libunwind] release/19.x: [libunwind] Add GCS support for AArch64 (#99335) (PR #101888)

2024-08-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libunwind Author: None (llvmbot) Changes Backport b32aac4358c1f6639de7c453656cd74fbab75d71 Requested by: @john-brawn-arm --- Full diff: https://github.com/llvm/llvm-project/pull/101888.diff 10 Files Affected: - (modified) libunwind/CMakeLists.txt (+

[llvm-branch-commits] [flang] [flang][omp] Emit omp.workshare in frontend (PR #101444)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
https://github.com/ivanradanov updated https://github.com/llvm/llvm-project/pull/101444 >From 1ecd832151fab1cd9b977f0e4b960294cfdc2d12 Mon Sep 17 00:00:00 2001 From: Ivan Radanov Ivanov Date: Wed, 31 Jul 2024 14:11:47 +0900 Subject: [PATCH 1/2] [flang][omp] Emit omp.workshare in frontend ---

[llvm-branch-commits] [flang] [flang] Introduce ws loop nest generation for HLFIR lowering (PR #101445)

2024-08-04 Thread Ivan R. Ivanov via llvm-branch-commits
https://github.com/ivanradanov updated https://github.com/llvm/llvm-project/pull/101445 >From 0287ff3626883d09e364210e83a652a6328835dd Mon Sep 17 00:00:00 2001 From: Ivan Radanov Ivanov Date: Wed, 31 Jul 2024 14:12:34 +0900 Subject: [PATCH 1/3] [flang] Introduce ws loop nest generation for HLFI

[llvm-branch-commits] [libcxx] [libc++][bit] Improves rotate functions. (#98032) (PR #101892)

2024-08-04 Thread Mark de Wever via llvm-branch-commits
https://github.com/mordante created https://github.com/llvm/llvm-project/pull/101892 Investigating #96612 shows our implementation was different from the Standard and could cause UB. Testing the codegen showed quite a bit of assembly generated for these functions. The functions have been writt

[llvm-branch-commits] [libcxx] [libc++][bit] Improves rotate functions. (#98032) (PR #101892)

2024-08-04 Thread Mark de Wever via llvm-branch-commits
https://github.com/mordante milestoned https://github.com/llvm/llvm-project/pull/101892 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] [libc++][bit] Improves rotate functions. (#98032) (PR #101892)

2024-08-04 Thread Mark de Wever via llvm-branch-commits
https://github.com/mordante edited https://github.com/llvm/llvm-project/pull/101892 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] [libc++][bit] Improves rotate functions. (#98032) (PR #101892)

2024-08-04 Thread Mark de Wever via llvm-branch-commits
mordante wrote: This is the cherry-pick of https://github.com/llvm/llvm-project/pull/98032 https://github.com/llvm/llvm-project/pull/101892 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/l

[llvm-branch-commits] [libcxx] [libc++][bit] Improves rotate functions. (#98032) (PR #101892)

2024-08-04 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: Mark de Wever (mordante) Changes Investigating #96612 shows our implementation was different from the Standard and could cause UB. Testing the codegen showed quite a bit of assembly generated for these functions. The functions have been

[llvm-branch-commits] [clang-tools-extra] release/19.x: [clang-tidy] Fix crash in C language in readability-non-const-parameter (#100461) (PR #101878)

2024-08-04 Thread Piotr Zegar via llvm-branch-commits
PiotrZSL wrote: I'm fine with updating release notes, but would prefer to do that in separate PR. Will do that tomorrow. https://github.com/llvm/llvm-project/pull/101878 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://l

[llvm-branch-commits] [libunwind] release/19.x: [libunwind] Add GCS support for AArch64 (#99335) (PR #101888)

2024-08-04 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/101888 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

  1   2   >