[llvm-branch-commits] [clang] 2b6c233 - [clang-scan-deps] Infer the tool locations from PATH (#108539)

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
Author: Martin Storsjö Date: 2024-10-01T08:53:03+02:00 New Revision: 2b6c23303f7c3f6397003cdac4be6e9e6b78d957 URL: https://github.com/llvm/llvm-project/commit/2b6c23303f7c3f6397003cdac4be6e9e6b78d957 DIFF: https://github.com/llvm/llvm-project/commit/2b6c23303f7c3f6397003cdac4be6e9e6b78d957.diff

[llvm-branch-commits] [llvm] release/19.x: [LoopPeel] Fix LCSSA phi node invalidation (PR #109624)

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/109624 >From aaa7027716ad347cda75865e99a2ff654bed6bf1 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 20 Sep 2024 16:57:46 +0200 Subject: [PATCH] [LoopPeel] Fix LCSSA phi node invalidation In the test case, the BECo

[llvm-branch-commits] [llvm] aaa7027 - [LoopPeel] Fix LCSSA phi node invalidation

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
Author: Nikita Popov Date: 2024-10-01T08:52:08+02:00 New Revision: aaa7027716ad347cda75865e99a2ff654bed6bf1 URL: https://github.com/llvm/llvm-project/commit/aaa7027716ad347cda75865e99a2ff654bed6bf1 DIFF: https://github.com/llvm/llvm-project/commit/aaa7027716ad347cda75865e99a2ff654bed6bf1.diff

[llvm-branch-commits] [clang] 997b66e - [clang-scan-deps] Don't inspect Args[0] as an option (#109050)

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
Author: Martin Storsjö Date: 2024-10-01T08:53:03+02:00 New Revision: 997b66e566886b8a395b852db46e7930f757b818 URL: https://github.com/llvm/llvm-project/commit/997b66e566886b8a395b852db46e7930f757b818 DIFF: https://github.com/llvm/llvm-project/commit/997b66e566886b8a395b852db46e7930f757b818.diff

[llvm-branch-commits] [clang] release/19.x: [clang-scan-deps] Don't inspect Args[0] as an option (#109050) (PR #109865)

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
Martin =?utf-8?q?Storsj=C3=B6?= , Martin =?utf-8?q?Storsj=C3=B6?= , Martin =?utf-8?q?Storsj=C3=B6?= Message-ID: In-Reply-To: https://github.com/tru closed https://github.com/llvm/llvm-project/pull/109865 ___ llvm-branch-commits mailing list llvm-branc

[llvm-branch-commits] [llvm] release/19.x: [LoopPeel] Fix LCSSA phi node invalidation (PR #109624)

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/109624 ___ 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] 149bfdd - [Clang][CodeGen] Fix type for atomic float incdec operators (#107075)

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
Author: Yingwei Zheng Date: 2024-10-01T08:47:00+02:00 New Revision: 149bfdd61c961edbf49c2ea7fadf9d3c1a79a55e URL: https://github.com/llvm/llvm-project/commit/149bfdd61c961edbf49c2ea7fadf9d3c1a79a55e DIFF: https://github.com/llvm/llvm-project/commit/149bfdd61c961edbf49c2ea7fadf9d3c1a79a55e.diff

[llvm-branch-commits] [llvm] b3731b3 - [DAGCombiner] cache negative result from getMergeStoreCandidates() (#106949)

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
Author: Princeton Ferro Date: 2024-10-01T08:47:51+02:00 New Revision: b3731b36421e23737be2b4785700267b96c3241f URL: https://github.com/llvm/llvm-project/commit/b3731b36421e23737be2b4785700267b96c3241f DIFF: https://github.com/llvm/llvm-project/commit/b3731b36421e23737be2b4785700267b96c3241f.dif

[llvm-branch-commits] [llvm] release/19.x: [DAGCombiner] cache negative result from getMergeStoreCandidates() (#106949) (PR #108397)

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/108397 >From b3731b36421e23737be2b4785700267b96c3241f Mon Sep 17 00:00:00 2001 From: Princeton Ferro Date: Wed, 4 Sep 2024 07:18:53 -0700 Subject: [PATCH] [DAGCombiner] cache negative result from getMergeStoreCandidates()

[llvm-branch-commits] [llvm] release/19.x: [DAGCombiner] cache negative result from getMergeStoreCandidates() (#106949) (PR #108397)

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/108397 ___ 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: [SDAG] Honor signed arguments in floating point libcalls (#109134) (PR #109920)

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/109920 >From 8679d1b51bd91d638ac3babba03a404e4031f9ea Mon Sep 17 00:00:00 2001 From: Timothy Pearson <162513562+tpearson-...@users.noreply.github.com> Date: Wed, 25 Sep 2024 02:09:50 -0500 Subject: [PATCH] [SDAG] Honor signe

[llvm-branch-commits] [llvm] 8679d1b - [SDAG] Honor signed arguments in floating point libcalls (#109134)

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
Author: Timothy Pearson Date: 2024-10-01T08:55:02+02:00 New Revision: 8679d1b51bd91d638ac3babba03a404e4031f9ea URL: https://github.com/llvm/llvm-project/commit/8679d1b51bd91d638ac3babba03a404e4031f9ea DIFF: https://github.com/llvm/llvm-project/commit/8679d1b51bd91d638ac3babba03a404e4031f9ea.dif

[llvm-branch-commits] [llvm] release/19.x: [SDAG] Honor signed arguments in floating point libcalls (#109134) (PR #109920)

2024-09-30 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/109920 ___ 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] edd018e - [X86][APX] Fix wrong encoding of promoted KMOV instructions due to missing NoCD8 (#109579)

2024-10-01 Thread Tobias Hieta via llvm-branch-commits
Author: Phoebe Wang Date: 2024-10-01T14:08:12+02:00 New Revision: edd018ead705c6012a62a5d83ccc5d3341bcb20a URL: https://github.com/llvm/llvm-project/commit/edd018ead705c6012a62a5d83ccc5d3341bcb20a DIFF: https://github.com/llvm/llvm-project/commit/edd018ead705c6012a62a5d83ccc5d3341bcb20a.diff L

[llvm-branch-commits] [clang] release/19.x: [clang] Don't add DWARF debug info when assembling .s with clang-cl /Z7 (#106686) (PR #107146)

2024-09-18 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/107146 >From 64075837b5532108a1fe96a5b158feb7a9025694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 3 Sep 2024 22:45:54 +0300 Subject: [PATCH] [clang] Don't add DWARF debug info when assembling

[llvm-branch-commits] [clang] 6407583 - [clang] Don't add DWARF debug info when assembling .s with clang-cl /Z7 (#106686)

2024-09-18 Thread Tobias Hieta via llvm-branch-commits
Author: Martin Storsjö Date: 2024-09-18T16:01:50+02:00 New Revision: 64075837b5532108a1fe96a5b158feb7a9025694 URL: https://github.com/llvm/llvm-project/commit/64075837b5532108a1fe96a5b158feb7a9025694 DIFF: https://github.com/llvm/llvm-project/commit/64075837b5532108a1fe96a5b158feb7a9025694.diff

[llvm-branch-commits] [clang] release/19.x: [clang] Don't add DWARF debug info when assembling .s with clang-cl /Z7 (#106686) (PR #107146)

2024-09-18 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/107146 ___ 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: [DAGCombiner] cache negative result from getMergeStoreCandidates() (#106949) (PR #108397)

2024-09-23 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/108397 >From b91df284f019fd00c9d0ae64a6ce815872071d8e Mon Sep 17 00:00:00 2001 From: Princeton Ferro Date: Wed, 4 Sep 2024 07:18:53 -0700 Subject: [PATCH] [DAGCombiner] cache negative result from getMergeStoreCandidates()

[llvm-branch-commits] [llvm] release/19.x: [bolt][tests] Skip tests that use perf when perf counters are unavailable (#107892) (PR #109072)

2024-09-23 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/109072 >From de7ee2e3ae893d61c0fa1a601e84ed538ec85e70 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 17 Sep 2024 17:07:35 -0700 Subject: [PATCH] [bolt][tests] Skip tests that use perf when perf counters are unavail

[llvm-branch-commits] [llvm] release/19.x: [bolt][tests] Skip tests that use perf when perf counters are unavailable (#107892) (PR #109072)

2024-09-23 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/109072 ___ 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: [ORC] Remove EDU from dependants list of dependencies before destroying. (PR #109355)

2024-09-23 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Hi, since we are wrapping up this next release we are very strict with the fixes we pick at this point. Can you please respond to the following questions to help me understand if this has to be included in the final release or not. Is this PR a fix for a regression or a critical iss

[llvm-branch-commits] [libcxx] [libc++] Adjust the version of __cpp_lib_ranges in C++20 mode (PR #109324)

2024-09-23 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Many CI failures here as well. Can you check @ldionne ? https://github.com/llvm/llvm-project/pull/109324 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-comm

[llvm-branch-commits] [llvm] release/19.x: [LoopPeel] Fix LCSSA phi node invalidation (PR #109624)

2024-09-23 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Is this safe enough to merge @nikic ? any risks? https://github.com/llvm/llvm-project/pull/109624 ___ 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] [X86][APX] Fix wrong encoding of promoted KMOV instructions due to missing NoCD8 (#109579) (PR #109635)

2024-09-23 Thread Tobias Hieta via llvm-branch-commits
tru wrote: @RKSimon fine and safe to backport? https://github.com/llvm/llvm-project/pull/109635 ___ 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: [Clang][Concepts] Fix the constraint equivalence checking involving parameter packs (#102131) (PR #106043)

2024-09-23 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/106043 >From 3e512ba17d90d5ab5382bae61a3e5762d2e3f42a Mon Sep 17 00:00:00 2001 From: Younan Zhang Date: Mon, 26 Aug 2024 14:30:26 +0800 Subject: [PATCH] [Clang][Concepts] Fix the constraint equivalence checking involving p

[llvm-branch-commits] [llvm] release/19.x: [MachineLICM] Don't allow hoisting invariant loads across mem barrier. (#116987) (PR #117154)

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
tru wrote: @david-arm Should this be merged? https://github.com/llvm/llvm-project/pull/117154 ___ 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: [compiler-rt] [test] Remove an unintended grep parameter (PR #116774)

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/116774 >From fb6b195cae03ba6e5b50870031d710ca6886c5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Sun, 20 Oct 2024 13:51:50 +0300 Subject: [PATCH] [compiler-rt] [test] Remove an unintended grep pa

[llvm-branch-commits] [llvm] 3d12f45 - [SDAG][ISel][TableGen][LoongArch] Report error for trivial bitcasts when there are predicate calls (#116075)

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
Author: Yingwei Zheng Date: 2024-11-25T09:36:43+01:00 New Revision: 3d12f45e50b68ac908ef05571e5cc52f4b966d94 URL: https://github.com/llvm/llvm-project/commit/3d12f45e50b68ac908ef05571e5cc52f4b966d94 DIFF: https://github.com/llvm/llvm-project/commit/3d12f45e50b68ac908ef05571e5cc52f4b966d94.diff

[llvm-branch-commits] [llvm] f9ae37c - [InstCombine] Handle constant GEP expr in `SimplifyDemandedUseBits` (#116794)

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
Author: Yingwei Zheng Date: 2024-11-25T09:37:30+01:00 New Revision: f9ae37c670d4bcf4713278ac94d2c8991a326f9e URL: https://github.com/llvm/llvm-project/commit/f9ae37c670d4bcf4713278ac94d2c8991a326f9e DIFF: https://github.com/llvm/llvm-project/commit/f9ae37c670d4bcf4713278ac94d2c8991a326f9e.diff

[llvm-branch-commits] [llvm] release/19.x: [InstCombine] Handle constant GEP expr in `SimplifyDemandedUseBits` (#116794) (PR #116814)

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/116814 >From f9ae37c670d4bcf4713278ac94d2c8991a326f9e Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Tue, 19 Nov 2024 22:17:24 +0800 Subject: [PATCH] [InstCombine] Handle constant GEP expr in `SimplifyDemandedUseBits`

[llvm-branch-commits] [llvm] [LoongArch] Fix GOT usage for `non-dso_local` function calls in large code model (PR #117134)

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/117134 ___ 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] 336f877 - [LoongArch] Fix GOT usage for `non-dso_local` function calls in large code model

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
Author: wanglei Date: 2024-11-25T09:45:06+01:00 New Revision: 336f87753b510aed840daf87f8d3a4996e6c8f15 URL: https://github.com/llvm/llvm-project/commit/336f87753b510aed840daf87f8d3a4996e6c8f15 DIFF: https://github.com/llvm/llvm-project/commit/336f87753b510aed840daf87f8d3a4996e6c8f15.diff LOG:

[llvm-branch-commits] [llvm] [LoongArch] Fix GOT usage for `non-dso_local` function calls in large code model (PR #117134)

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/117134 >From 336f87753b510aed840daf87f8d3a4996e6c8f15 Mon Sep 17 00:00:00 2001 From: wanglei Date: Thu, 21 Nov 2024 09:31:12 +0800 Subject: [PATCH] [LoongArch] Fix GOT usage for `non-dso_local` function calls in large code

[llvm-branch-commits] [llvm] release/19.x: [SCEV] Fix sext handling for `getConstantMultiple` (#117093) (PR #117136)

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/117136 ___ 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: [compiler-rt] [test] Remove an unintended grep parameter (PR #116774)

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/116774 ___ 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] [openmp] release/19.x: [OpenMP] Create versioned libgomp softlinks (#112973) (PR #115944)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
tru wrote: I think it makes more sense to do this change in 20.x instead of 19.x. https://github.com/llvm/llvm-project/pull/115944 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/l

[llvm-branch-commits] [llvm] aadaa00 - [WebAssembly] Fix rethrow's index calculation (#114693)

2024-11-19 Thread Tobias Hieta via llvm-branch-commits
Author: Heejin Ahn Date: 2024-11-19T09:08:07+01:00 New Revision: aadaa00de76ed0c4987b97450dd638f63a385bed URL: https://github.com/llvm/llvm-project/commit/aadaa00de76ed0c4987b97450dd638f63a385bed DIFF: https://github.com/llvm/llvm-project/commit/aadaa00de76ed0c4987b97450dd638f63a385bed.diff LO

[llvm-branch-commits] release/19.x: [compiler-rt] Remove SHA2 interceptions for NetBSD/Free… (PR #111725)

2024-11-19 Thread Tobias Hieta via llvm-branch-commits
tru wrote: This was already in the release branch as 16c2aae4f6163c1eb7321afd1cd3cdb781fe1727 https://github.com/llvm/llvm-project/pull/111725 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailm

[llvm-branch-commits] [compiler-rt] release/19.x: Reapply "[sanitizer_common] AND signals in BlockSignals instead of deleting (#113443)" for non-Android Linux only (#115790) (PR #116670)

2024-11-19 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/116670 ___ 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: [WebAssembly] Fix rethrow's index calculation (#114693) (PR #115844)

2024-11-19 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/115844 ___ 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] release/19.x: [compiler-rt] Remove SHA2 interceptions for NetBSD/Free… (PR #111725)

2024-11-19 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/111725 ___ 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] release/19.x: [compiler-rt] Remove SHA2 interceptions for NetBSD/Free… (PR #111725)

2024-11-19 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/111725 ___ 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] [NVPTX] Promote v2i8 to v2i16 (#111189) (PR #115081)

2024-11-19 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Can you back out the merge commit? It needs to be rebased in order to go in cleanly with our scripts. https://github.com/llvm/llvm-project/pull/115081 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llv

[llvm-branch-commits] [llvm] release/19.x: [WebAssembly] Fix rethrow's index calculation (#114693) (PR #115844)

2024-11-20 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/115844 >From aadaa00de76ed0c4987b97450dd638f63a385bed Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 5 Nov 2024 21:45:13 -0800 Subject: [PATCH] [WebAssembly] Fix rethrow's index calculation (#114693) So far we have a

[llvm-branch-commits] [libcxx] ec2e1ca - [libc++] Fix broken configuration system-libcxxabi on Apple (#110920)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
Author: Louis Dionne Date: 2024-11-18T17:01:02+01:00 New Revision: ec2e1cae2c6330cd1e3b7f580702f1949827899a URL: https://github.com/llvm/llvm-project/commit/ec2e1cae2c6330cd1e3b7f580702f1949827899a DIFF: https://github.com/llvm/llvm-project/commit/ec2e1cae2c6330cd1e3b7f580702f1949827899a.diff

[llvm-branch-commits] [libcxx] [libcxxabi] release/19.x: [libc++] Fix broken configuration system-libcxxabi on Apple (#110920) (PR #115892)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/115892 ___ 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: [C++20] [Modules] Fix the duplicated static initializer problem (#114193) (PR #114197)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/114197 ___ 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] 863b2e5 - [C++20] [Modules] Fix the duplicated static initializer problem (#114193)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
Author: Chuanqi Xu Date: 2024-11-15T09:32:03+01:00 New Revision: 863b2e599016ada8b2f4cc4d8c59eb7d8f61ee7f URL: https://github.com/llvm/llvm-project/commit/863b2e599016ada8b2f4cc4d8c59eb7d8f61ee7f DIFF: https://github.com/llvm/llvm-project/commit/863b2e599016ada8b2f4cc4d8c59eb7d8f61ee7f.diff LO

[llvm-branch-commits] [libcxx] [libcxxabi] release/19.x: [libc++] Fix broken configuration system-libcxxabi on Apple (#110920) (PR #115892)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/115892 >From ec2e1cae2c6330cd1e3b7f580702f1949827899a Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 9 Oct 2024 08:46:59 -0400 Subject: [PATCH] [libc++] Fix broken configuration system-libcxxabi on Apple (#110920)

[llvm-branch-commits] [llvm] c9b952e - [InstCombine] Drop nsw in negation of select (#112893)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
Author: Yingwei Zheng Date: 2024-11-18T17:02:00+01:00 New Revision: c9b952e0e0b8f90c8d2b99f07263c43bced043f5 URL: https://github.com/llvm/llvm-project/commit/c9b952e0e0b8f90c8d2b99f07263c43bced043f5 DIFF: https://github.com/llvm/llvm-project/commit/c9b952e0e0b8f90c8d2b99f07263c43bced043f5.diff

[llvm-branch-commits] [llvm] release/19.x: [InstCombine] Drop nsw in negation of select (PR #116097)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/116097 ___ 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: [InstCombine] Drop nsw in negation of select (PR #116097)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/116097 >From c9b952e0e0b8f90c8d2b99f07263c43bced043f5 Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Fri, 8 Nov 2024 16:20:04 +0800 Subject: [PATCH] [InstCombine] Drop nsw in negation of select (#112893) Closes https:/

[llvm-branch-commits] [llvm] release/19.x: [SystemZ] Use the EVT version of getVectorVT() in combineTruncateExtract(). (#100150) (PR #116510)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/116510 >From 54bc386e169635184619874d365c5ecfad61721a Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Fri, 26 Jul 2024 14:33:40 +0200 Subject: [PATCH] [SystemZ] Use the EVT version of getVectorVT() in combineTruncateEx

[llvm-branch-commits] [llvm] release/19.x: [SystemZ] Use the EVT version of getVectorVT() in combineTruncateExtract(). (#100150) (PR #116510)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/116510 ___ 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] 54bc386 - [SystemZ] Use the EVT version of getVectorVT() in combineTruncateExtract(). (#100150)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
Author: Jonas Paulsson Date: 2024-11-18T17:02:29+01:00 New Revision: 54bc386e169635184619874d365c5ecfad61721a URL: https://github.com/llvm/llvm-project/commit/54bc386e169635184619874d365c5ecfad61721a DIFF: https://github.com/llvm/llvm-project/commit/54bc386e169635184619874d365c5ecfad61721a.diff

[llvm-branch-commits] [llvm] release/19.x: [WebAssembly] Fix rethrow's index calculation (#114693) (PR #115844)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
tru wrote: This is a pretty big patch to bring into a backport. How risky is this and how important is this to end up in a backport? https://github.com/llvm/llvm-project/pull/115844 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.o

[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] Remove SHA2 interceptions for NetBSD/Free… (PR #111725)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
tru wrote: @vitalybuka is this sensible to backport? https://github.com/llvm/llvm-project/pull/111725 ___ 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] [MSVC] work-around for compile time issue 102513 (PR #111314)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/111314 >From 9fdf91271a9ab72090a6d4839d6a96d017218e3c Mon Sep 17 00:00:00 2001 From: bd1976bris Date: Sun, 6 Oct 2024 22:47:02 +0100 Subject: [PATCH] [MSVC] work-around for compile time issue 102513 Manual cherry-pick of #

[llvm-branch-commits] [clang] [MSVC] work-around for compile time issue 102513 (PR #111314)

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/111314 ___ 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] 9fdf912 - [MSVC] work-around for compile time issue 102513

2024-11-18 Thread Tobias Hieta via llvm-branch-commits
Author: bd1976bris Date: 2024-11-18T17:05:08+01:00 New Revision: 9fdf91271a9ab72090a6d4839d6a96d017218e3c URL: https://github.com/llvm/llvm-project/commit/9fdf91271a9ab72090a6d4839d6a96d017218e3c DIFF: https://github.com/llvm/llvm-project/commit/9fdf91271a9ab72090a6d4839d6a96d017218e3c.diff LO

[llvm-branch-commits] [clang] release/19.x: [Clang] Consider outer instantiation scopes for constraint normalization (PR #114951)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/114951 ___ 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] 81005af - [llvm][aarch64] Fix Arm64EC name mangling algorithm (#115567)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Daniel Paoliello Date: 2024-11-15T09:25:53+01:00 New Revision: 81005af65fa40638d8766b1b10bdb0dd705bf782 URL: https://github.com/llvm/llvm-project/commit/81005af65fa40638d8766b1b10bdb0dd705bf782 DIFF: https://github.com/llvm/llvm-project/commit/81005af65fa40638d8766b1b10bdb0dd705bf782.di

[llvm-branch-commits] [llvm] release/19.x: [llvm][aarch64] Fix Arm64EC name mangling algorithm (#115567) (PR #116273)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/116273 >From 81005af65fa40638d8766b1b10bdb0dd705bf782 Mon Sep 17 00:00:00 2001 From: Daniel Paoliello Date: Wed, 13 Nov 2024 15:35:03 -0800 Subject: [PATCH] [llvm][aarch64] Fix Arm64EC name mangling algorithm (#115567) Arm

[llvm-branch-commits] [llvm] ffc4825 - [InstCombine] Intersect nowrap flags between geps while folding into phi

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Antonio Frighetto Date: 2024-11-15T09:25:18+01:00 New Revision: ffc48250bca5128795084f4af721d310f49f3e27 URL: https://github.com/llvm/llvm-project/commit/ffc48250bca5128795084f4af721d310f49f3e27 DIFF: https://github.com/llvm/llvm-project/commit/ffc48250bca5128795084f4af721d310f49f3e27.d

[llvm-branch-commits] [llvm] release/19.x: backport PR115901 (PR #116104)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/116104 >From ffc48250bca5128795084f4af721d310f49f3e27 Mon Sep 17 00:00:00 2001 From: Antonio Frighetto Date: Tue, 12 Nov 2024 10:45:46 +0100 Subject: [PATCH] [InstCombine] Intersect nowrap flags between geps while folding

[llvm-branch-commits] [llvm] release/19.x: [llvm][aarch64] Fix Arm64EC name mangling algorithm (#115567) (PR #116273)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/116273 ___ 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: backport PR115901 (PR #116104)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/116104 ___ 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] Fix C23 constexpr crashes (#112708) (PR #112855)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/112855 ___ 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] c9e8540 - [clang] Fix C23 constexpr crashes (#112708)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Mariya Podchishchaeva Date: 2024-11-15T09:26:14+01:00 New Revision: c9e8540d6c87ecd5a5057a9b0fe47d63affe3062 URL: https://github.com/llvm/llvm-project/commit/c9e8540d6c87ecd5a5057a9b0fe47d63affe3062 DIFF: https://github.com/llvm/llvm-project/commit/c9e8540d6c87ecd5a5057a9b0fe47d63affe30

[llvm-branch-commits] [clang] [clang] Fix C23 constexpr crashes (#112708) (PR #112855)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/112855 >From c9e8540d6c87ecd5a5057a9b0fe47d63affe3062 Mon Sep 17 00:00:00 2001 From: Mariya Podchishchaeva Date: Fri, 18 Oct 2024 10:18:34 +0200 Subject: [PATCH] [clang] Fix C23 constexpr crashes (#112708) Before using a c

[llvm-branch-commits] [clang] 7b6ee6e - [clang-format] Fix a regression in parsing `switch` in macro call (#114506)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Owen Pan Date: 2024-11-15T09:19:40+01:00 New Revision: 7b6ee6e053fe24da790deccc0dd8fa49c6d3543d URL: https://github.com/llvm/llvm-project/commit/7b6ee6e053fe24da790deccc0dd8fa49c6d3543d DIFF: https://github.com/llvm/llvm-project/commit/7b6ee6e053fe24da790deccc0dd8fa49c6d3543d.diff LOG:

[llvm-branch-commits] [clang] 499eae9 - [LoongArch][Clang] Make the parameters and return value of {x, }vxor.v builti ns `unsigned char` vectors (#114513)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Xi Ruoyao Date: 2024-11-15T09:21:07+01:00 New Revision: 499eae983bf433fc569231d36bc3dbabd0940bb5 URL: https://github.com/llvm/llvm-project/commit/499eae983bf433fc569231d36bc3dbabd0940bb5 DIFF: https://github.com/llvm/llvm-project/commit/499eae983bf433fc569231d36bc3dbabd0940bb5.diff LOG

[llvm-branch-commits] [compiler-rt] 19026a4 - [compiler-rt] Stop using x86 builtin on AArch64 with GCC (#93890)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Alan Wu Date: 2024-11-15T09:21:47+01:00 New Revision: 19026a48df57f101169e2898a798244fbbd383fc URL: https://github.com/llvm/llvm-project/commit/19026a48df57f101169e2898a798244fbbd383fc DIFF: https://github.com/llvm/llvm-project/commit/19026a48df57f101169e2898a798244fbbd383fc.diff LOG:

[llvm-branch-commits] [llvm] 2d8ee3a - [RISCV] Don't delete all fixups in RISCVMCCodeEmitter::expandLongCondBr. (#109513)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Craig Topper Date: 2024-11-15T09:17:52+01:00 New Revision: 2d8ee3a2d800b218a6c11de738e702148bca4f27 URL: https://github.com/llvm/llvm-project/commit/2d8ee3a2d800b218a6c11de738e702148bca4f27 DIFF: https://github.com/llvm/llvm-project/commit/2d8ee3a2d800b218a6c11de738e702148bca4f27.diff

[llvm-branch-commits] [llvm] release/19.x: [RISCV] Don't delete all fixups in RISCVMCCodeEmitter::expandLongCondBr. (#109513) (PR #114089)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/114089 >From 2d8ee3a2d800b218a6c11de738e702148bca4f27 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sun, 22 Sep 2024 22:31:36 -0700 Subject: [PATCH] [RISCV] Don't delete all fixups in RISCVMCCodeEmitter::expandLongCond

[llvm-branch-commits] [clang] 76ca2e0 - [LoongArch][Clang] Add tests for #110834 (#114509)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Xi Ruoyao Date: 2024-11-15T09:21:06+01:00 New Revision: 76ca2e0566c8589c0b4f91faea5ce6ed3536a384 URL: https://github.com/llvm/llvm-project/commit/76ca2e0566c8589c0b4f91faea5ce6ed3536a384 DIFF: https://github.com/llvm/llvm-project/commit/76ca2e0566c8589c0b4f91faea5ce6ed3536a384.diff LOG

[llvm-branch-commits] [clang] 6a668bc - [LoongArch][clang] Use `signed char` vectors instead of `char` vectors for LSX and LASX builtins (#114510)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Xi Ruoyao Date: 2024-11-15T09:21:07+01:00 New Revision: 6a668bce7b50807e861d4769ad1a253a0579d4ad URL: https://github.com/llvm/llvm-project/commit/6a668bce7b50807e861d4769ad1a253a0579d4ad DIFF: https://github.com/llvm/llvm-project/commit/6a668bce7b50807e861d4769ad1a253a0579d4ad.diff LOG

[llvm-branch-commits] [clang] 0c5f639 - [LoongArch][Clang] Make the parameters and return value of {x, }vshuf.b builtins `signed char` vectors (#114512)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Xi Ruoyao Date: 2024-11-15T09:21:07+01:00 New Revision: 0c5f639d8e61957b5ea31af8a3ecf588ce9864af URL: https://github.com/llvm/llvm-project/commit/0c5f639d8e61957b5ea31af8a3ecf588ce9864af DIFF: https://github.com/llvm/llvm-project/commit/0c5f639d8e61957b5ea31af8a3ecf588ce9864af.diff LOG

[llvm-branch-commits] [clang] release/19.x: [Clang] Consider outer instantiation scopes for constraint normalization (PR #114951)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/114951 >From 33c4723541d7de5399e07c1fb48c5e779c3fb564 Mon Sep 17 00:00:00 2001 From: Younan Zhang Date: Tue, 5 Nov 2024 16:25:35 +0800 Subject: [PATCH] release/19.x: [Clang] Consider outer instantiation scopes for constrai

[llvm-branch-commits] [clang] 33c4723 - release/19.x: [Clang] Consider outer instantiation scopes for constraint normalization

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Younan Zhang Date: 2024-11-15T09:20:15+01:00 New Revision: 33c4723541d7de5399e07c1fb48c5e779c3fb564 URL: https://github.com/llvm/llvm-project/commit/33c4723541d7de5399e07c1fb48c5e779c3fb564 DIFF: https://github.com/llvm/llvm-project/commit/33c4723541d7de5399e07c1fb48c5e779c3fb564.diff

[llvm-branch-commits] [clang] release/19.x: [clang-format] Fix a regression in parsing `switch` in macro call (#114506) (PR #114640)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/114640 ___ 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: [clang-repl] Fix undefined lld::wasm::link symbol while building clangInterpreter for wasm (#113446) (PR #115848)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/115848 ___ 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: [clang-repl] Fix undefined lld::wasm::link symbol while building clangInterpreter for wasm (#113446) (PR #115848)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/115848 >From ec947f9d3315bd6654709b143ed4b5b98899524e Mon Sep 17 00:00:00 2001 From: Anutosh Bhat <87052487+anutosh...@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:39:14 +0530 Subject: [PATCH] [clang-repl] Fix undefin

[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] [test] Fix using toolchains that rely on Clang default configs (#113491) (PR #114229)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/114229 >From 430c4952286f11a19dea9ad1881792442370470d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Thu, 24 Oct 2024 23:45:14 +0300 Subject: [PATCH] [compiler-rt] [test] Fix using toolchains that re

[llvm-branch-commits] [compiler-rt] 430c495 - [compiler-rt] [test] Fix using toolchains that rely on Clang default configs (#113491)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Martin Storsjö Date: 2024-11-15T09:18:42+01:00 New Revision: 430c4952286f11a19dea9ad1881792442370470d URL: https://github.com/llvm/llvm-project/commit/430c4952286f11a19dea9ad1881792442370470d DIFF: https://github.com/llvm/llvm-project/commit/430c4952286f11a19dea9ad1881792442370470d.diff

[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] [test] Fix using toolchains that rely on Clang default configs (#113491) (PR #114229)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/114229 ___ 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: [clang-format] Fix a regression in parsing `switch` in macro call (#114506) (PR #114640)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/114640 >From 7b6ee6e053fe24da790deccc0dd8fa49c6d3543d Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Fri, 1 Nov 2024 18:47:50 -0700 Subject: [PATCH] [clang-format] Fix a regression in parsing `switch` in macro call (#114506

[llvm-branch-commits] [clang] release/19.x: [LoongArch][Clang] Make the parameters and return value of {x, }vxor.v builti ns `unsigned char` vectors (#114513) (PR #114958)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/114958 ___ 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: [LoongArch][Clang] Make the parameters and return value of {x, }vxor.v builti ns `unsigned char` vectors (#114513) (PR #114958)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/114958 >From 76ca2e0566c8589c0b4f91faea5ce6ed3536a384 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 2 Nov 2024 15:39:15 +0800 Subject: [PATCH 1/5] [LoongArch][Clang] Add tests for #110834 (#114509) (cherry picked fro

[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] Stop using x86 builtin on AArch64 with GCC (#93890) (PR #115006)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/115006 >From 19026a48df57f101169e2898a798244fbbd383fc Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Fri, 16 Aug 2024 08:16:17 -0400 Subject: [PATCH] [compiler-rt] Stop using x86 builtin on AArch64 with GCC (#93890) Previou

[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] Stop using x86 builtin on AArch64 with GCC (#93890) (PR #115006)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/115006 ___ 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] [libcxxabi] release/19.x: [libc++] Fix broken configuration system-libcxxabi on Apple (#110920) (PR #115892)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Can someone confirm that the CI test failures are not important in this case? https://github.com/llvm/llvm-project/pull/115892 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/lis

[llvm-branch-commits] [openmp] release/19.x: [OpenMP] Create versioned libgomp softlinks (#112973) (PR #115944)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Hmm. Is this really a regression? Which is what we usually only fix at this point. It seems like a "feature". What's the risk of this creating problems for users already adopted 19.x? https://github.com/llvm/llvm-project/pull/115944 ___ ll

[llvm-branch-commits] [llvm] release/19.x: [llvm] Fix __builtin_object_size interaction between Negative Offset … (#111827) (PR #114786)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
tru wrote: What's the current state of this? Is this one ready to be merged or should we merge the other PR that @serge-sans-paille linked to? @nikic what's your thoughts? https://github.com/llvm/llvm-project/pull/114786 ___ llvm-branch-commits maili

[llvm-branch-commits] [clang] release/19.x: [C++20] [Modules] Fix the duplicated static initializer problem (#114193) (PR #114197)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/114197 >From 863b2e599016ada8b2f4cc4d8c59eb7d8f61ee7f Mon Sep 17 00:00:00 2001 From: Chuanqi Xu Date: Wed, 30 Oct 2024 17:27:04 +0800 Subject: [PATCH] [C++20] [Modules] Fix the duplicated static initializer problem (#11419

[llvm-branch-commits] [clang] ec947f9 - [clang-repl] Fix undefined lld::wasm::link symbol while building clangInterpreter for wasm (#113446)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Anutosh Bhat Date: 2024-11-15T09:22:46+01:00 New Revision: ec947f9d3315bd6654709b143ed4b5b98899524e URL: https://github.com/llvm/llvm-project/commit/ec947f9d3315bd6654709b143ed4b5b98899524e DIFF: https://github.com/llvm/llvm-project/commit/ec947f9d3315bd6654709b143ed4b5b98899524e.diff

[llvm-branch-commits] [llvm] [NVPTX] Promote v2i8 to v2i16 (#111189) (PR #115081)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Who can review this? https://github.com/llvm/llvm-project/pull/115081 ___ 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: [compiler-rt] Stop using x86 builtin on AArch64 with GCC (#93890) (PR #115006)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/115006 >From 04e2bbec3e0abaddbbb0aac8a521fa834ec22b7c Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Fri, 16 Aug 2024 08:16:17 -0400 Subject: [PATCH] [compiler-rt] Stop using x86 builtin on AArch64 with GCC (#93890) Previou

[llvm-branch-commits] [clang] 3f9b36d - [LoongArch][Clang] Make the parameter and return value of {x, }vmsknz.b builtins `signed char` vector (#114511)

2024-11-15 Thread Tobias Hieta via llvm-branch-commits
Author: Xi Ruoyao Date: 2024-11-15T09:21:07+01:00 New Revision: 3f9b36d195927e7aa0c133cd2d1efcc489b5fb7c URL: https://github.com/llvm/llvm-project/commit/3f9b36d195927e7aa0c133cd2d1efcc489b5fb7c DIFF: https://github.com/llvm/llvm-project/commit/3f9b36d195927e7aa0c133cd2d1efcc489b5fb7c.diff LOG

[llvm-branch-commits] [llvm] release/19.x: [RISCV] Don't delete all fixups in RISCVMCCodeEmitter::expandLongCondBr. (#109513) (PR #114089)

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

<    13   14   15   16   17   18   19   20   >