[weld-commits] [weld/api]

2024-06-21 Thread Matej Novotny via weld-commits
Branch: refs/heads/release60Beta5 Home: https://github.com/weld/api To unsubscribe from these emails, change your notification settings at https://github.com/weld/api/settings/notifications ___ weld-commits mailing list -- weld-commits

[weld-commits] [weld/api] 3cfb3c: Release 6.0.Beta5

2024-06-21 Thread Matej Novotny via weld-commits
/project.yml Log Message: --- Release 6.0.Beta5 To unsubscribe from these emails, change your notification settings at https://github.com/weld/api/settings/notifications ___ weld-commits mailing list -- weld-commits@lists.jboss.org

[weld-commits] [weld/api] bcdac9: Release 6.0.Beta5

2024-06-21 Thread Matej Novotny via weld-commits
.github/project.yml Log Message: --- Release 6.0.Beta5 To unsubscribe from these emails, change your notification settings at https://github.com/weld/api/settings/notifications ___ weld-commits mailing list -- weld-commits@lists.jboss.org

[weld-commits] [weld/api] df44f0: Use java-setup GH Action for release setup

2024-06-21 Thread Matej Novotny via weld-commits
notification settings at https://github.com/weld/api/settings/notifications ___ weld-commits mailing list -- weld-commits@lists.jboss.org To unsubscribe send an email to weld-commits-le...@lists.jboss.org Privacy Statement: https://www.redhat.com/en

[Lldb-commits] [lldb] [lldb][ExpressionParser][NFCI] Add new DoPrepareForExecution interface to be implemented by language plugins (PR #96290)

2024-06-21 Thread via lldb-commits
uot;); - return false; -} - } - if (m_execution_unit_sp) { bool register_execution_unit = false; `` https://github.com/llvm/llvm-project/pull/96290 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang] d4d95ee - [Serialization] Register identifiers in ahead and don't emit predefined decls

2024-06-21 Thread Chuanqi Xu via cfe-commits
--- A.v1.cppm +export module A; +export int a(); +export int a2(); + +//--- B.cppm +export module B; +import A; +export int b() { return a(); } ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [lldb] [lldb][ExpressionParser][NFCI] Add new DoPrepareForExecution interface to be implemented by language plugins (PR #96290)

2024-06-21 Thread Michael Buch via lldb-commits
er.PutString(lldb::eSeverityError, - "couldn't run static initializers\n"); - return false; -} - } - if (m_execution_unit_sp) { bool register_execution_unit = false; ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Parse and display register field enums (PR #95768)

2024-06-21 Thread David Spickett via lldb-commits
e.cpp | 4 ++-- lldb/source/Target/RegisterFlags.cpp| 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lldb/include/lldb/Target/RegisterFlags.h b/lldb/include/lldb/Target/RegisterFlags.h index 628c841c10d95..e11e52739aab2 100644 --- a/lldb/include/ll

[clang] [clang] Add test for CWG2811 "Clarify "use" of main" (PR #96168)

2024-06-21 Thread Vlad Serebrennikov via cfe-commits
https://github.com/Endilll closed https://github.com/llvm/llvm-project/pull/96168 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 2b5d1fb - [clang] Add test for CWG2811 "Clarify "use" of main" (#96168)

2024-06-21 Thread via cfe-commits
implementation status https://cplusplus.github.io/CWG/issues/2811.html;>2811 DR Clarify "use" of main -Unknown +Clang 3.5 https://cplusplus.github.io/CWG/issues/2812.html;>2812 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] security check cookie execute only when needed (PR #95904)

2024-06-21 Thread via cfe-commits
mahesh-attarde wrote: > @efriedma-quic do you have any more comments? ping @efriedma-quic https://github.com/llvm/llvm-project/pull/95904 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/

[clang] [clang] Implement CWG2877 "Type-only lookup for using-enum-declarator" (PR #95399)

2024-06-21 Thread Vlad Serebrennikov via cfe-commits
https://github.com/Endilll closed https://github.com/llvm/llvm-project/pull/95399 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] bc4d50f - [clang] Implement CWG2877 "Type-only lookup for using-enum-declarator" (#95399)

2024-06-21 Thread via cfe-commits
2.html;>2622 @@ -17078,7 +17078,7 @@ C++ defect report implementation status https://cplusplus.github.io/CWG/issues/2877.html;>2877 tentatively ready Type-only lookup for using-enum-declarator -Not Resolved* +Not Resolved* https://cplusplus.github.io/C

[clang] [clang] Cover CWG issues about `export template` (PR #94876)

2024-06-21 Thread Vlad Serebrennikov via cfe-commits
https://github.com/Endilll closed https://github.com/llvm/llvm-project/pull/94876 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] aed9891 - [clang] Cover CWG issues about `export template` (#94876)

2024-06-21 Thread via cfe-commits
20.html;>820 CD2 Deprecation of export -Unknown +Clang 2.7 https://cplusplus.github.io/CWG/issues/822.html;>822 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Clarify diagnostic notes for implicitly generated deduction guides (PR #96084)

2024-06-21 Thread Younan Zhang via cfe-commits
-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[weld-commits] [weld/parent]

2024-06-21 Thread Matej Novotny via weld-commits
Branch: refs/tags/51 Home: https://github.com/weld/parent To unsubscribe from these emails, change your notification settings at https://github.com/weld/parent/settings/notifications ___ weld-commits mailing list -- weld-commits@lists.jboss.org

[weld-commits] [weld/parent] b80cdf: [maven-release-plugin] prepare release 51

2024-06-21 Thread Matej Novotny via weld-commits
/notifications ___ weld-commits mailing list -- weld-commits@lists.jboss.org To unsubscribe send an email to weld-commits-le...@lists.jboss.org Privacy Statement: https://www.redhat.com/en/about/privacy-policy List Archives: https://lists.jboss.org/archives/list/weld

[clang] [Clang] Clarify diagnostic notes for implicitly generated deduction guides (PR #96084)

2024-06-21 Thread Younan Zhang via cfe-commits
ng-alias case.) With the filter currently in place, I have seen a bunch of additional notes following the using-alias cases. However, I'm not sure I have handled them all. https://github.com/llvm/llvm-project/pull/96084 _______ cfe-commits mailing list cfe-commits@l

[weld-commits] [weld/parent]

2024-06-21 Thread Matej Novotny via weld-commits
Branch: refs/heads/release-51 Home: https://github.com/weld/parent To unsubscribe from these emails, change your notification settings at https://github.com/weld/parent/settings/notifications ___ weld-commits mailing list -- weld-commits

[weld-commits] [weld/parent] 87f15c: Release 51

2024-06-21 Thread Matej Novotny via weld-commits
.github/project.yml Log Message: --- Release 51 To unsubscribe from these emails, change your notification settings at https://github.com/weld/parent/settings/notifications ___ weld-commits mailing list -- weld-commits@lists.jboss.org

[weld-commits] [weld/parent] d24c69: Release 51

2024-06-21 Thread Matej Novotny via weld-commits
.github/project.yml Log Message: --- Release 51 To unsubscribe from these emails, change your notification settings at https://github.com/weld/parent/settings/notifications ___ weld-commits mailing list -- weld-commits@lists.jboss.org

[weld-commits] [weld/parent] cd6910: Use java-setup GH Action for release setup

2024-06-21 Thread Matej Novotny via weld-commits
/settings/notifications ___ weld-commits mailing list -- weld-commits@lists.jboss.org To unsubscribe send an email to weld-commits-le...@lists.jboss.org Privacy Statement: https://www.redhat.com/en/about/privacy-policy List Archives: https://lists.jboss.org

[llvm-branch-commits] [llvm] [AMDGPU] Codegen support for constrained multi-dword sloads (PR #96163)

2024-06-21 Thread Matt Arsenault via llvm-branch-commits
https://github.com/arsenm commented: In a separate patch, we should add a verifier check that you used the correct tied version depending on whether xnack is enabled or not https://github.com/llvm/llvm-project/pull/96163 ___ llvm-branch-commits

[clang] [Clang] Remove preprocessor guards and global feature checks for NEON (PR #95224)

2024-06-21 Thread via cfe-commits
Lukacma wrote: Ah now I understand. What you are trying to see that for mve there is no reason to check for GPUs as they will never be target for this extension? https://github.com/llvm/llvm-project/pull/95224 _______ cfe-commits mailing

[clang] [Clang] Remove preprocessor guards and global feature checks for NEON (PR #95224)

2024-06-21 Thread via cfe-commits
riple().isAArch64() || AuxTI->getTriple().isARM()); - } - // Target must have NEON (or MVE, whose vectors are similar enough // not to need a separate attribute) - if (!(S.Context.getTargetInfo().hasFeature("mve") || -IsTargetCUDAAndHostARM) && + if (!S.Context.getTargetInfo().hasFeature("mve") && VecKind == VectorKind::Neon && S.Context.getTargetInfo().getTriple().isArmMClass()) { S.Diag(Attr.getLoc(), diag::err_attribute_unsupported_m_profile) @@ -8095,8 +8087,7 @@ static void HandleNeonVectorTypeAttr(QualType , const ParsedAttr , Attr.setInvalid(); return; } - if (!(S.Context.getTargetInfo().hasFeature("mve") || -IsTargetCUDAAndHostARM) && + if (!S.Context.getTargetInfo().hasFeature("mve") && VecKind == VectorKind::NeonPoly && S.Context.getTargetInfo().getTriple().isArmMClass()) { S.Diag(Attr.getLoc(), diag::err_attribute_unsupported_m_profile) ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][AMDGPU] Add builtins for instrinsic `llvm.amdgcn.raw.buffer.store` (PR #94576)

2024-06-21 Thread Matt Arsenault via cfe-commits
is a bit misleading. It's more like a unary builtin with a single mangling type https://github.com/llvm/llvm-project/pull/94576 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][AMDGPU] Add builtins for instrinsic `llvm.amdgcn.raw.buffer.store` (PR #94576)

2024-06-21 Thread Matt Arsenault via cfe-commits
https://github.com/arsenm edited https://github.com/llvm/llvm-project/pull/94576 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][AMDGPU] Add builtins for instrinsic `llvm.amdgcn.raw.buffer.store` (PR #94576)

2024-06-21 Thread Matt Arsenault via cfe-commits
follow the naming convention of the instruction instead (probably the gfx12 one?). Also should document these somewhere https://github.com/llvm/llvm-project/pull/94576 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][AMDGPU] Add builtins for instrinsic `llvm.amdgcn.raw.buffer.store` (PR #94576)

2024-06-21 Thread Matt Arsenault via cfe-commits
https://github.com/arsenm commented: I'm wondering if we should really have all the different typed variants, and if this should be the name. I guess https://github.com/llvm/llvm-project/pull/94576 ___ cfe-commits mailing list cfe-commits

[clang-tools-extra] Enforce SL.con.3: Add check to replace operator[] with at() [Cont.] (PR #95220)

2024-06-21 Thread Paul Heidekrüger via cfe-commits
llvm/llvm-project/pull/95220 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] Enforce SL.con.3: Add check to replace operator[] with at() [Cont.] (PR #95220)

2024-06-21 Thread Paul Heidekrüger via cfe-commits
https://github.com/PBHDK updated https://github.com/llvm/llvm-project/pull/95220 From 37292995de0c5aa87408586749795a97468d4725 Mon Sep 17 00:00:00 2001 From: Sebastian Wolf Date: Wed, 17 Apr 2024 16:16:35 +0200 Subject: [PATCH 01/21] Enforce SL.con.3: Add check to replace operator[] with at()

[clang] a078416 - [AArch64] Fix up failing test that should have been caught by precommit

2024-06-21 Thread Sander de Smalen via cfe-commits
-disable-O0-optnone -Werror -Wall -o /dev/null %s #include ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [lldb] [lldb] Unify Platform::ResolveExecutable (PR #96256)

2024-06-21 Thread Pavel Labath via lldb-commits
___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Unify Platform::ResolveExecutable (PR #96256)

2024-06-21 Thread Pavel Labath via lldb-commits
https://github.com/labath edited https://github.com/llvm/llvm-project/pull/96256 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Unify Platform::ResolveExecutable (PR #96256)

2024-06-21 Thread Pavel Labath via lldb-commits
https://github.com/labath approved this pull request. Good stuff. https://github.com/llvm/llvm-project/pull/96256 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [API] add GetSyntheticValue (PR #95959)

2024-06-21 Thread Pavel Labath via lldb-commits
https://github.com/labath approved this pull request. Thanks. https://github.com/llvm/llvm-project/pull/95959 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [API] add GetSyntheticValue (PR #95959)

2024-06-21 Thread Pavel Labath via lldb-commits
nce that's not what we're testing here, we might as well remove the ambiguity. https://github.com/llvm/llvm-project/pull/95959 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [API] add GetSyntheticValue (PR #95959)

2024-06-21 Thread Pavel Labath via lldb-commits
https://github.com/labath edited https://github.com/llvm/llvm-project/pull/95959 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang-tools-extra] Enforce SL.con.3: Add check to replace operator[] with at() [Cont.] (PR #95220)

2024-06-21 Thread Paul Heidekrüger via cfe-commits
https://github.com/PBHDK updated https://github.com/llvm/llvm-project/pull/95220 From 37292995de0c5aa87408586749795a97468d4725 Mon Sep 17 00:00:00 2001 From: Sebastian Wolf Date: Wed, 17 Apr 2024 16:16:35 +0200 Subject: [PATCH 01/19] Enforce SL.con.3: Add check to replace operator[] with at()

[clang-tools-extra] Enforce SL.con.3: Add check to replace operator[] with at() [Cont.] (PR #95220)

2024-06-21 Thread Paul Heidekrüger via cfe-commits
https://github.com/PBHDK updated https://github.com/llvm/llvm-project/pull/95220 From 37292995de0c5aa87408586749795a97468d4725 Mon Sep 17 00:00:00 2001 From: Sebastian Wolf Date: Wed, 17 Apr 2024 16:16:35 +0200 Subject: [PATCH 01/18] Enforce SL.con.3: Add check to replace operator[] with at()

[jenkins-infra/jenkins-infra] 87f92f: chore: Update the `kubectl` version in the hierada...

2024-06-21 Thread 'jenkins-infra-bot' via Jenkins Commits
cribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-inf

[jenkins-infra/jenkins-infra] ec6582: chore: Update the `azure-cli` version in the hiera...

2024-06-21 Thread 'jenkins-infra-bot' via Jenkins Commits
n.yaml file Made with ❤️️ by updatecli To unsubscribe from these emails, change your notification settings at https://github.com/jenkins-infra/jenkins-infra/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group

[clang] [llvm] [RISCV] Add Syntacore SCR3 processor definition (PR #95953)

2024-06-21 Thread Anton Sidorenko via cfe-commits
https://github.com/asi-sc closed https://github.com/llvm/llvm-project/pull/95953 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] d59a4ca - [RISCV] Add Syntacore SCR3 processor definition (#95953)

2024-06-21 Thread via cfe-commits
FeatureStdExtZicsr, + FeatureStdExtZifencei, + FeatureStdExtM, + FeatureStdExtA, + FeatureStdExtC], +

[jenkins-infra/jenkins-infra]

2024-06-21 Thread 'Damien Duportal' via Jenkins Commits
/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web vi

[jenkins-infra/jenkins-infra] 0a8b40: Bump Maven version (Jenkins tools) on all controll...

2024-06-21 Thread 'jenkins-infra-updatecli[bot]' via Jenkins Commits
atecli) <60776566+jenkins-infra-...@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/jenkins-infra/jenkins-infra/settings/notifications -- You received this message because you are subscribed to the Google Groups &quo

[clang] Clang: Support minimumnum and maximumnum intrinsics (PR #96281)

2024-06-21 Thread Nikolas Klauser via cfe-commits
ltin? IIUC this is only supposed to be an intrinsic, never alibrary function. https://github.com/llvm/llvm-project/pull/96281 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[weld-commits] [weld/core]

2024-06-21 Thread Matej Novotny via weld-commits
___ weld-commits mailing list -- weld-commits@lists.jboss.org To unsubscribe send an email to weld-commits-le...@lists.jboss.org Privacy Statement: https://www.redhat.com/en/about/privacy-policy List Archives: https://lists.jboss.org/archives/list/weld-commits@lists.jboss.org/message

[weld-commits] [weld/core] 714469: Bump io.undertow:undertow-core in /environments/se

2024-06-21 Thread dependabot[bot] via weld-commits
(https://github.com/undertow-io/undertow/releases) - [Commits](https://github.com/undertow-io/undertow/compare/2.3.13.Final...2.3.14.Final) --- updated-dependencies: - dependency-name: io.undertow:undertow-core dependency-type: direct:development ... Signed-off-by: dependabot[bot] To unsubscrib

[clang] b635d69 - [NFC] Fix laod -> load typos. NFC

2024-06-21 Thread David Green via cfe-commits
.rdata %t | FileCheck %s --check-prefix=LARGE ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Enable ASAN in amdgpu toolchain for OpenCL (PR #96262)

2024-06-21 Thread Matt Arsenault via cfe-commits
ot; +// ASAN-SAME: "-fsanitize=address" + +// NOASAN-NOT: "-fsanitize=address" +// NOASAN-NOT: amdgcn/bitcode/asanrtl.bc arsenm wrote: Usual gripe about fragility of negative tests https://github.com/llvm/llvm-project/pull/96262 ____

[clang] Enable ASAN in amdgpu toolchain for OpenCL (PR #96262)

2024-06-21 Thread Matt Arsenault via cfe-commits
https://github.com/arsenm approved this pull request. https://github.com/llvm/llvm-project/pull/96262 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Enable ASAN in amdgpu toolchain for OpenCL (PR #96262)

2024-06-21 Thread Matt Arsenault via cfe-commits
https://github.com/arsenm edited https://github.com/llvm/llvm-project/pull/96262 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [flang] [mlir] [flang] Add basic -mtune support (PR #95043)

2024-06-21 Thread Christian Ulmann via cfe-commits
e sensible to check for that, just to be sure  https://github.com/llvm/llvm-project/pull/95043 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [flang] [mlir] [flang] Add basic -mtune support (PR #95043)

2024-06-21 Thread Christian Ulmann via cfe-commits
https://github.com/Dinistro edited https://github.com/llvm/llvm-project/pull/95043 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [flang] [mlir] [flang] Add basic -mtune support (PR #95043)

2024-06-21 Thread Christian Ulmann via cfe-commits
https://github.com/Dinistro approved this pull request. The MLIR side looks good to me % one remaining nit comment. Thanks for addressing the comments. https://github.com/llvm/llvm-project/pull/95043 ___ cfe-commits mailing list cfe-commits

[clang] [clang] Change style of superseded issues on C++ DR status page (PR #96051)

2024-06-21 Thread via cfe-commits
m-project/pull/96051 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[llvm-branch-commits] [OpenMP][MLIR] Descriptor explicit member map lowering changes (PR #96265)

2024-06-21 Thread Christian Ulmann via llvm-branch-commits
to a minimum to not make the test exceptionally sensitive to all kinds of changes. https://github.com/llvm/llvm-project/pull/96265 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm

[clang] [llvm] [RISCV] Add riscv_atomic.h and Zawrs builtins (PR #96283)

2024-06-21 Thread via cfe-commits
rs_nto: +; RV64: # %bb.0: +; RV64-NEXT:wrs.nto +; RV64-NEXT:ret + call void @llvm.riscv.wrs.nto() + ret void +} + +define void @wrs_sto() { +; RV32-LABEL: wrs_sto: +; RV32: # %bb.0: +; RV32-NEXT:wrs.nto +; RV32-NEXT: ret +; +; RV64-LABEL: wrs_sto: +; RV64:

[clang] [llvm] [RISCV] Add riscv_atomic.h and Zawrs builtins (PR #96283)

2024-06-21 Thread Pengcheng Wang via cfe-commits
call void @llvm.riscv.wrs.nto() + ret void +} + +define void @wrs_sto() { +; RV32-LABEL: wrs_sto: +; RV32: # %bb.0: +; RV32-NEXT:wrs.nto +; RV32-NEXT:ret +; +; RV64-LABEL: wrs_sto: +; RV64: # %bb.0: +; RV64-NEXT:wrs.nto +; RV64-NEXT:ret + call void @llvm.riscv.wrs.sto() + ret void +} ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/synopsys-coverity-plugin] 9b2111: Updated version for the next release

2024-06-21 Thread 'Md Jahid Raihan' via Jenkins Commits
this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid

[clang-tools-extra] [clang-tidy] Clarify diagnostics of bugprone-sizeof-expression (PR #95550)

2024-06-21 Thread Donát Nagy via cfe-commits
ook like e.g. `suspicious usage of 'sizeof(..., ...)'` or `suspicious usage of 'sizeof(this)'; did you mean 'sizeof(*this)'` so for the sake of consistency I'd like to leave this aspect of the messages unchanged. https://github.com/llvm/llvm-project/pull/95550 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Clarify diagnostic notes for implicitly generated deduction guides (PR #96084)

2024-06-21 Thread Haojian Wu via cfe-commits
pull/96084 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Clarify diagnostic notes for implicitly generated deduction guides (PR #96084)

2024-06-21 Thread Haojian Wu via cfe-commits
pull/96084 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Clarify diagnostic notes for implicitly generated deduction guides (PR #96084)

2024-06-21 Thread Haojian Wu via cfe-commits
with the current implementation, as it has already improved the experience. https://github.com/llvm/llvm-project/pull/96084 ___________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/parasoft-findings-plugin] 3a7779: Fix dependabot alert for Jenkins plugin - org.xmlu...

2024-06-21 Thread 'Roller Wang' via Jenkins Commits
ecause you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-c

[clang] [llvm] [RISCV] Add riscv_atomic.h and Zawrs/Zalrsc builtins (PR #94578)

2024-06-21 Thread Pengcheng Wang via cfe-commits
https://github.com/wangpc-pp closed https://github.com/llvm/llvm-project/pull/94578 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [lldb] [LLDB] Add an assert to verify sign_bit_pos is within the valid range (NFC) (PR #95678)

2024-06-21 Thread Shivam Gupta via lldb-commits
PSInt(std::move(mask), m_integer.isUnsigned()); } - return false; + return true; } size_t Scalar::GetAsMemoryData(void *dst, size_t dst_len, ___________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang] [clang][test] Enable a commented-out test (PR #96195)

2024-06-21 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/96195 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 0adecfb - [clang][test] Enable a commented-out test (#96195)

2024-06-21 Thread via cfe-commits
@_ZGRN6Vector1sE_, ptr @_ZN6Vector1sE, int & = S().w[1]; - // FIXME PR16204: The following code leads to an assertion in Sema. - //int & = S().w.y; + int & = S().w.y; } namespace ImplicitTemporaryCleanup { ___ cfe-commits

[clang] ae41232 - [clang][Interp] Fix Descriptor::getElemQualType() for complex/vectors

2024-06-21 Thread Timm Bäder via cfe-commits
ibute__((ext_vector_type(4))) int vi4b; + struct S { +vi4a v; +vi4b w; + }; + int & = S().w[1]; +} _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[llvm-branch-commits] [Hashing] Use a non-deterministic seed (PR #96282)

2024-06-21 Thread Fangrui Song via llvm-branch-commits
se by all contributors. Eventually, perhaps we can extend this to all `DenseMap` for LLVM_ENABLE_ASSERTIONS=on. https://github.com/llvm/llvm-project/pull/96282 _______ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[jenkinsci/additional-identities-plugin] f1fc06: Enable Jenkins Security Scan (#48)

2024-06-21 Thread 'strangelookingnerd' via Jenkins Commits
https://github.com/jenkinsci/additional-identities-plugin/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-

[clang] [Clang][AArch64] Expose compatible SVE intrinsics with only +sme (PR #95787)

2024-06-21 Thread Sander de Smalen via cfe-commits
https://github.com/sdesmalen-arm closed https://github.com/llvm/llvm-project/pull/95787 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] Remove mmx 3dnow (PR #96246)

2024-06-21 Thread Phoebe Wang via cfe-commits
___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkins-infra/account-app]

2024-06-21 Thread 'infra-ci-jenkins-io[bot]' via Jenkins Commits
Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/account-app/push

[jenkins-infra/jenkins-infra] 4ad376: chore: Update the `kubectl` version in the hierada...

2024-06-21 Thread 'jenkins-infra-bot' via Jenkins Commits
cribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-inf

[jenkins-infra/jenkins-infra] b4f7a8: chore: Bump Maven path on s390x permanent agent setup

2024-06-21 Thread 'jenkins-infra-bot' via Jenkins Commits
n path on s390x permanent agent setup Made with ❤️️ by updatecli To unsubscribe from these emails, change your notification settings at https://github.com/jenkins-infra/jenkins-infra/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenk

[jenkins-infra/jenkins-infra] 96f0f9: chore: Bump Maven path on s390x permanent agent setup

2024-06-21 Thread 'jenkins-infra-bot' via Jenkins Commits
n path on s390x permanent agent setup Made with ❤️️ by updatecli To unsubscribe from these emails, change your notification settings at https://github.com/jenkins-infra/jenkins-infra/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenk

[jenkins-infra/jenkins-infra] 3536be: chore: Bump Maven version on tools

2024-06-21 Thread 'jenkins-infra-bot' via Jenkins Commits
atecli To unsubscribe from these emails, change your notification settings at https://github.com/jenkins-infra/jenkins-infra/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group an

[llvm-branch-commits] [Hashing] Use a non-deterministic seed (PR #96282)

2024-06-21 Thread Nikita Popov via llvm-branch-commits
iteration stability issues? We have a build bot for it. https://github.com/llvm/llvm-project/pull/96282 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[jenkins-infra/jenkins-infra] b27462: Bump Packer Agent Templates (All-In-One) Version t...

2024-06-21 Thread 'jenkins-infra-updatecli[bot]' via Jenkins Commits
ails, change your notification settings at https://github.com/jenkins-infra/jenkins-infra/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send

[jenkins-infra/jenkins-infra]

2024-06-21 Thread 'Stéphane MERLE' via Jenkins Commits
/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web vi

[clang] [llvm] [Serialization] Use stable hash functions (PR #96136)

2024-06-21 Thread Fangrui Song via cfe-commits
https://github.com/MaskRay closed https://github.com/llvm/llvm-project/pull/96136 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 874dcae - [Serialization] Use stable hash functions

2024-06-21 Thread via cfe-commits
h other. bool operator==(const FoldingSetNodeID ) const; bool operator==(const FoldingSetNodeIDRef RHS) const; ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Clang: Support minimumnum and maximumnum intrinsics (PR #96281)

2024-06-21 Thread Timm Baeder via cfe-commits
e's the constexpr implementation? https://github.com/llvm/llvm-project/pull/96281 ___________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [Serialization] Use stable hash functions (PR #96136)

2024-06-21 Thread Chuanqi Xu via cfe-commits
https://github.com/ChuanqiXu9 approved this pull request. LGTM then. https://github.com/llvm/llvm-project/pull/96136 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkins-infra/jenkins.io] 037ae3: Automated changelog for 2.464

2024-06-21 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
e your notification settings at https://github.com/jenkins-infra/jenkins.io/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-

[jenkins-infra/account-app]

2024-06-21 Thread 'Tim Jacomb' via Jenkins Commits
to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/accoun

[jenkins-infra/account-app] a45252: Update selenium to v4.22.0 (#383)

2024-06-21 Thread 'renovate[bot]' via Jenkins Commits
notification settings at https://github.com/jenkins-infra/account-app/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenk

[llvm-branch-commits] [Hashing] Use a non-deterministic seed (PR #96282)

2024-06-21 Thread via llvm-branch-commits
i5 = 0, i6 = 79; diff --git a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn index af4a6993cbc79..d6b6b71a1e59b 100644 --- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn @@ -90,7 +90,6 @@ static_library("Support") { "FormattedStream.cpp", "GlobPattern.cpp", "GraphWriter.cpp", -"Hashing.cpp", "HexagonAttributeParser.cpp", "HexagonAttributes.cpp", "InitLLVM.cpp", `` https://github.com/llvm/llvm-project/pull/96282 ___ 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] [Hashing] Use a non-deterministic seed (PR #96282)

2024-06-21 Thread via llvm-branch-commits
i5 = 0, i6 = 79; diff --git a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn index af4a6993cbc79..d6b6b71a1e59b 100644 --- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn @@ -90,7 +90,6 @@ static_library("Support") { "FormattedStream.cpp", "GlobPattern.cpp", "GraphWriter.cpp", -"Hashing.cpp", "HexagonAttributeParser.cpp", "HexagonAttributes.cpp", "InitLLVM.cpp", `` https://github.com/llvm/llvm-project/pull/96282 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[jenkinsci/jenkins] 252b7d: Update dependency sass to v1.77.6 (#9407)

2024-06-21 Thread 'renovate[bot]' via Jenkins Commits
change your notification settings at https://github.com/jenkinsci/jenkins/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenk

[jenkinsci/jenkins]

2024-06-21 Thread 'Tim Jacomb' via Jenkins Commits
"Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/ren

[llvm-branch-commits] [Hashing] Use a non-deterministic seed (PR #96282)

2024-06-21 Thread Fangrui Song via llvm-branch-commits
nce fixing `DenseMap` and [`StringMap`](https://discourse.llvm.org/t/reverse-iteration-bots/72224) iteration order issues, the scale of breakage is smaller. ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-

[llvm-branch-commits] [llvm] [BOLT] Name similarity function matching (PR #95884)

2024-06-21 Thread shaw young via llvm-branch-commits
ofileReader::readProfile(BinaryContext ) { } } - outs() << MatchedWithDemangledName << ": functions matched by name similarity\n"; - for (yaml::bolt::BinaryFunctionProfile : YamlBP.Functions) if (!YamlBF.Used && opts::Verbosity >= 1)

[tianocore/edk2] be38c0: OvmfPkg: refine TdTcg2Dxe

2024-06-21 Thread ghbaccount via edk2-commits
Maslenkin To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications ___ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2

[llvm-branch-commits] [llvm] [BOLT] Name similarity function matching (PR #95884)

2024-06-21 Thread shaw young via llvm-branch-commits
chedWithDemangledName; + } } } + outs() << MatchedWithDemangledName << ": functions matched by name similarity\n"; + for (yaml::bolt::BinaryFunctionProfile : YamlBP.Functions) if (!YamlBF.Used && opts::Verbosity >= 1) errs() << "B

[clang] [llvm] Intrinsic: introduce minimumnum and maximumnum (PR #93841)

2024-06-21 Thread Nikita Popov via cfe-commits
nikic wrote: It looks like this PR was merged without being approved, and I also couldn't find the corresponding RFC for this addition on discourse. I've reverted it for now. https://github.com/llvm/llvm-project/pull/93841 ___ cfe-commits mailing

<    7   8   9   10   11   12   13   14   15   16   >