[clang] [compiler-rt] [llvm] [FMV][AArch64] Remove feature sha1 from FMV. (PR #108383)

2024-09-19 Thread Alexandros Lamprineas via cfe-commits
https://github.com/labrinea updated https://github.com/llvm/llvm-project/pull/108383 >From 50820f4f3ded438162a33eabca84c5077fd2a5aa Mon Sep 17 00:00:00 2001 From: Alexandros Lamprineas Date: Thu, 12 Sep 2024 13:55:24 +0100 Subject: [PATCH] [FMV][AArch64] Remove feature sha1 from FMV. Sha1 has

[clang] [NFC] Delete unused clang-formatted-files.txt file (PR #109220)

2024-09-19 Thread Aaron Ballman via cfe-commits
ugh https://github.com/llvm/llvm-project/pull/109220 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] implement current direction of CWG2765 for string literal comparisons in constant evaluation (PR #109208)

2024-09-19 Thread Aaron Ballman via cfe-commits
-1 {{}} expected-note@-1 {{in call}} + +} AaronBallman wrote: Please add a newline to the end of the file. https://github.com/llvm/llvm-project/pull/109208 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] implement current direction of CWG2765 for string literal comparisons in constant evaluation (PR #109208)

2024-09-19 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman edited https://github.com/llvm/llvm-project/pull/109208 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] implement current direction of CWG2765 for string literal comparisons in constant evaluation (PR #109208)

2024-09-19 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman commented: Thank you for working on this! Be sure to update the release notes so users know about the fix. https://github.com/llvm/llvm-project/pull/109208 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https

[clang] [llvm] target ABI: improve call parameters extensions handling (PR #100757)

2024-09-19 Thread Jonas Paulsson via cfe-commits
m/llvm-project/pull/100757 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] implement current direction of CWG2765 for string literal comparisons in constant evaluation (PR #109208)

2024-09-19 Thread Aaron Ballman via cfe-commits
sonable? https://github.com/llvm/llvm-project/pull/109208 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] implement current direction of CWG2765 for string literal comparisons in constant evaluation (PR #109208)

2024-09-19 Thread Aaron Ballman via cfe-commits
ative()) LHSString.Bytes = LHSString.Bytes.drop_front(-Offset.getQuantity()); ``` https://github.com/llvm/llvm-project/pull/109208 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] implement current direction of CWG2765 for string literal comparisons in constant evaluation (PR #109208)

2024-09-19 Thread Aaron Ballman via cfe-commits
Builtin::BI__builtin_ptrauth_sign_constant || AaronBallman wrote: Can we get test coverage for these cases? https://github.com/llvm/llvm-project/pull/109208 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/

[clang] [llvm] target ABI: improve call parameters extensions handling (PR #100757)

2024-09-19 Thread Jonas Paulsson via cfe-commits
SystemZ that we would ever make special internal ABIs when lowering calls/returns). https://github.com/llvm/llvm-project/pull/100757 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-tools-extra] Remove clang-pseudo (PR #109154)

2024-09-19 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman closed https://github.com/llvm/llvm-project/pull/109154 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][powerpc][wasm][systemz][x86] Replace target vector popcount intrinsics with __builtin_elementwise_popcount (PR #109160)

2024-09-19 Thread Simon Pilgrim via cfe-commits
+45,13 @@ __m256i test_mm256_popcnt_epi64(__m256i __A) { __m256i test_mm256_mask_popcnt_epi64(__m256i __W, __mmask8 __U, __m256i __A) { // CHECK-LABEL: @test_mm256_mask_popcnt_epi64 // CHECK: @llvm.ctpop.v4i64 - // CHECK: select <4 x i1> %{{.+}}, <4 x i64> %{{[0-9]+}}, <4 x

[clang] [lld] [llvm] [mlir] [IR] Introduce `T` to `DataLayout` to represent flat address space if a target supports it (PR #108786)

2024-09-19 Thread Jay Foad via cfe-commits
ect/pull/108786 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 752e103 - [analyzer] Explicitly register NoStoreFuncVisitor from alpha.unix.cst… (#108373)

2024-09-19 Thread via cfe-commits
; initialized here}} +// expected-note@+1{{Calling 'maybeWrite'}} + maybeWrite(src, size, block); // expected-note{{Returning from 'maybeWrite'}} + + int buf[8 * 8]; + memcpy(buf, &block[0], 8); // expected-warning{{The first element of the 2nd argument is undefined [alpha.unix.cstring.UninitializedRead]}} + // expected-note@-1{{The first element of the 2nd argument is undefined}} + // expected-note@-2{{Other elements might also be undefined}} +} ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[pmd-commits] [pmd/pmd-eclipse-plugin-p2-site] 678aa5: Update pmd/pmd-eclipse-plugin-p2-site

2024-09-19 Thread Machine account for PMD via Pmd-commits
To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-eclipse-plugin-p2-site/settings/notifications ___ Pmd-commits mailing list Pmd-commits@lists.sourceforge.net https://lists.sourceforge.net/lists

[clang] [llvm] [SystemZ] Add support for half (fp16) (PR #109164)

2024-09-19 Thread Jonas Paulsson via cfe-commits
JonPsson1 wrote: > Note that you need to also have softPromoteHalfType return true to get > correct legalization for half operations. Thanks for pointing that out - patch updated. https://github.com/llvm/llvm-project/pull/109164 ___ cfe-c

03/05: gnu: power-profiles-daemon: Update to 0.22.

2024-09-19 Thread guix-commits
z572 pushed a commit to branch master in repository guix. commit 76c45f507435b42c6b4aa3da4680480056cb1a98 Author: Zheng Junjie AuthorDate: Wed Sep 4 00:42:19 2024 +0800 gnu: power-profiles-daemon: Update to 0.22. * gnu/packages/freedesktop.scm (power-profiles-daemon): Update to 0.22

[clang] [llvm] [SystemZ] Add support for half (fp16) (PR #109164)

2024-09-19 Thread Jonas Paulsson via cfe-commits
2 + %3 = load half, ptr %Op3, align 2 + %sub = fsub half %add1, %3 + store half %sub, ptr %Dst, align 2 + ret void +} ___________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][powerpc][wasm][systemz][x86] Replace target vector popcount intrinsics with __builtin_elementwise_popcount (PR #109160)

2024-09-19 Thread Simon Pilgrim via cfe-commits
https://github.com/RKSimon closed https://github.com/llvm/llvm-project/pull/109160 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 0013f94 - [clang][powerpc][wasm][systemz][x86] Replace target vector popcount intrinsics with __builtin_elementwise_popcount (#109160)

2024-09-19 Thread via cfe-commits
return _mm_maskz_popcnt_epi32(__U, __A); } @@ -45,13 +45,13 @@ __m256i test_mm256_popcnt_epi64(__m256i __A) { __m256i test_mm256_mask_popcnt_epi64(__m256i __W, __mmask8 __U, __m256i __A) { // CHECK-LABEL: @test_mm256_mask_popcnt_epi64 // CHECK: @llvm.ctpop.v4i64 - // CHECK: select <4 x i

[clang] [PAC][clang] Use cc1 instead of driver in init-fini codegen test (PR #109247)

2024-09-19 Thread Daniil Kovalev via cfe-commits
https://github.com/kovdan01 ready_for_review https://github.com/llvm/llvm-project/pull/109247 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [PAC][clang] Use cc1 instead of driver in init-fini codegen test (PR #109247)

2024-09-19 Thread Daniel Kiss via cfe-commits
https://github.com/DanielKristofKiss approved this pull request. https://github.com/llvm/llvm-project/pull/109247 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [analyzer] Indicate UnarySymExpr is not supported by Z3 (PR #108900)

2024-09-19 Thread Donát Nagy via cfe-commits
900 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [analyzer] Indicate UnarySymExpr is not supported by Z3 (PR #108900)

2024-09-19 Thread Donát Nagy via cfe-commits
https://github.com/NagyDonat edited https://github.com/llvm/llvm-project/pull/108900 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [analyzer] Indicate UnarySymExpr is not supported by Z3 (PR #108900)

2024-09-19 Thread Donát Nagy via cfe-commits
https://github.com/NagyDonat approved this pull request. LGTM with some additional bikeshedding in a comment that could be shorter IMO. https://github.com/llvm/llvm-project/pull/108900 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https

[pmd-commits] [pmd/pmd-examples]

2024-09-19 Thread Andreas Dangel via Pmd-commits
Branch: refs/heads/java Home: https://github.com/pmd/pmd-examples To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-examples/settings/notifications ___ Pmd-commits mailing list Pmd-commits

[pmd-commits] [pmd/pmd-scm] 7a9eb5: Change branch master to main

2024-09-19 Thread Andreas Dangel via Pmd-commits
___ Pmd-commits mailing list Pmd-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmd-commits

[jenkins-infra/jenkins.io] 836051: Automated changelog for 2.478

2024-09-19 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-

[pmd-commits] [pmd/pmd-emacs]

2024-09-19 Thread Andreas Dangel via Pmd-commits
Branch: refs/heads/master Home: https://github.com/pmd/pmd-emacs To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-emacs/settings/notifications ___ Pmd-commits mailing list Pmd-commits

[clang] [compiler-rt] [llvm] [FMV][AArch64] Unify ls64, ls64_v and ls64_accdata. (PR #108024)

2024-09-19 Thread Alexandros Lamprineas via cfe-commits
https://github.com/labrinea edited https://github.com/llvm/llvm-project/pull/108024 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [compiler-rt] [llvm] [FMV][AArch64] Unify ls64, ls64_v and ls64_accdata. (PR #108024)

2024-09-19 Thread Alexandros Lamprineas via cfe-commits
https://github.com/labrinea updated https://github.com/llvm/llvm-project/pull/108024 >From b6abb4f0fcf50d7498a6f0d0ef8b75808c8b1eb1 Mon Sep 17 00:00:00 2001 From: Alexandros Lamprineas Date: Tue, 10 Sep 2024 14:02:17 +0100 Subject: [PATCH 1/2] [FMV][AArch64] Unify ls64, ls64_v and ls64_accdata.

[clang-tools-extra] [clang-tidy][readability-container-contains] Use hasOperands when possible (PR #109178)

2024-09-19 Thread Julian Schmidt via cfe-commits
https://github.com/5chmidti approved this pull request. https://github.com/llvm/llvm-project/pull/109178 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

01/07: gnu: guile-static-initrd: Remove (sxml) module hierarchy.

2024-09-19 Thread guix-commits
nckx pushed a commit to branch master in repository guix. commit ba5b975173afecce6bd11cf805107437a57c40b5 Author: Tobias Geerinckx-Rice AuthorDate: Sun Sep 8 02:00:00 2024 +0200 gnu: guile-static-initrd: Remove (sxml) module hierarchy. If anything is ‘useless in an initrd’ it better

04/07: gnu: bcachefs-tools: Add shell completions.

2024-09-19 Thread guix-commits
nckx pushed a commit to branch master in repository guix. commit 09245f698f6fb0c419255f2c671dd8eca5862f1b Author: Tobias Geerinckx-Rice AuthorDate: Sun Sep 1 02:00:00 2024 +0200 gnu: bcachefs-tools: Add shell completions. * gnu/packages/file-systems.scm (bcachefs-tools): Rename this

[clang] [clang][powerpc][wasm][systemz][x86] Replace target vector popcount intrinsics with __builtin_elementwise_popcount (PR #109160)

2024-09-19 Thread Chen Zheng via cfe-commits
pull/109160 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][CodeGen] Check initializer of zero-size fields for nullptr (PR #109271)

2024-09-19 Thread Michael Buch via cfe-commits
= {}; ``` https://github.com/llvm/llvm-project/pull/109271 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][CodeGen] Check initializer of zero-size fields for nullptr (PR #109271)

2024-09-19 Thread via cfe-commits
oo undef, align 1 `` https://github.com/llvm/llvm-project/pull/109271 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][CodeGen] Check initializer of zero-size fields for nullptr (PR #109271)

2024-09-19 Thread Michael Buch via cfe-commits
, align 1 +// CHECK-CXX: @foo = {{.*}}global %union.Foo undef, align 1 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-scan-deps] Don't inspect Args[0] as an option (PR #109050)

2024-09-19 Thread Martin Storsjö via cfe-commits
// Ignore arguments that are preceded by "-Xclang". _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-scan-deps] Don't inspect Args[0] as an option (PR #109050)

2024-09-19 Thread via cfe-commits
if (E != R) E--; for (auto I = R; I != E; ++I) { `` https://github.com/llvm/llvm-project/pull/109050 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Implement arithmetic, bitwise and compound assignment operator (PR #108949)

2024-09-19 Thread Timm Baeder via cfe-commits
s, but it would be better if we didn't have to create the temporary in the first place of course; can you try without it? https://github.com/llvm/llvm-project/pull/108949 ___________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/analysis-model-api-plugin] 46d92a: Use new Jenkins baseline 2.462 that hides ASM depe...

2024-09-19 Thread 'Ullrich Hafner' via Jenkins Commits
-- 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] baf9b7d - [SystemZ] Fix codegen for _[u]128 intrinsics

2024-09-19 Thread Ulrich Weigand via cfe-commits
NEXT:ret void +// +void test(void) { + vuc = vec_add_u128(vuc, vuc); + vuc = vec_addc_u128(vuc, vuc); + vuc = vec_adde_u128(vuc, vuc, vuc); + vuc = vec_addec_u128(vuc, vuc, vuc); + + vuc = vec_sub_u128(vuc, vuc); + vuc = vec_subc_u128(vuc, vuc); + vuc = vec_sube_u128(vuc, vuc, vuc); + vuc = v

[clang] [clang-scan-deps] Don't inspect Args[0] as an option (PR #109050)

2024-09-19 Thread Martin Storsjö via cfe-commits
== E) // Don't inspect Args[0] as an option. + break; mstorsjo wrote: Sure, that works too; I changed it that way. https://github.com/llvm/llvm-project/pull/109050 ___ cfe-commits mailing list cfe-commits@lists.llvm.

[clang] [clang][powerpc][wasm][systemz][x86] Replace target vector popcount intrinsics with __builtin_elementwise_popcount (PR #109160)

2024-09-19 Thread Phoebe Wang via cfe-commits
https://github.com/phoebewang approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/109160 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/oic-auth-plugin] c0be63: use batch mode for running maven

2024-09-19 Thread 'James Nord' via Jenkins Commits
from these emails, change your notification settings at https://github.com/jenkinsci/oic-auth-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 fro

[clang] [clang-scan-deps] Don't inspect Args[0] as an option (PR #109050)

2024-09-19 Thread Martin Storsjö via cfe-commits
// Ignore arguments that are preceded by "-Xclang". _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[pmd-commits] [pmd/pmd-eclipse-plugin] e093f2: Change branch master to main (#220)

2024-09-19 Thread Andreas Dangel via Pmd-commits
notification settings at https://github.com/pmd/pmd-eclipse-plugin/settings/notifications ___ Pmd-commits mailing list Pmd-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmd-commits

[clang] [clang-tools-extra] Remove clang-pseudo (PR #109154)

2024-09-19 Thread Haojian Wu via cfe-commits
https://github.com/hokein approved this pull request. This looks good. https://github.com/llvm/llvm-project/pull/109154 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][powerpc][wasm][systemz][x86] Replace target vector popcount intrinsics with __builtin_elementwise_popcount (PR #109160)

2024-09-19 Thread Ulrich Weigand via cfe-commits
uweigand wrote: SystemZ changes LGTM. https://github.com/llvm/llvm-project/pull/109160 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/filesystem-list-parameter-plugin] 47af13: JENKINS-73698 Remove annotation

2024-09-19 Thread 'A. Endter' via Jenkins Commits
/jenkinsci/filesystem-list-parameter-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-commit

[pmd-commits] [pmd/pmd-bluej] a1b1e1: Update maven and plugins

2024-09-19 Thread Andreas Dangel via Pmd-commits
main (#9) Compare: https://github.com/pmd/pmd-bluej/compare/a1b1e18808cf%5E...f6ad125aeb3a To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-bluej/settings/notifications ___ Pmd-commits mailing list

[pmd-commits] [pmd/pmd-bluej] f7bdc7: Change branch master to main

2024-09-19 Thread Andreas Dangel via Pmd-commits
/notifications ___ Pmd-commits mailing list Pmd-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmd-commits

[pmd-commits] [pmd/pmd-scm]

2024-09-19 Thread Andreas Dangel via Pmd-commits
Branch: refs/heads/master Home: https://github.com/pmd/pmd-scm To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-scm/settings/notifications ___ Pmd-commits mailing list Pmd-commits

[Lldb-commits] [lldb] [llvm] [lldb][RISCV] function calls support in lldb expressions (PR #99336)

2024-09-19 Thread David Spickett via lldb-commits
DavidSpickett wrote: Reminder to update the PR description now that the large code model has been implemented over in llvm. https://github.com/llvm/llvm-project/pull/99336 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https

[pmd-commits] [pmd/build-tools]

2024-09-19 Thread Andreas Dangel via Pmd-commits
Branch: refs/heads/master Home: https://github.com/pmd/build-tools To unsubscribe from these emails, change your notification settings at https://github.com/pmd/build-tools/settings/notifications ___ Pmd-commits mailing list Pmd-commits

[clang] [clang][wasm] Replace the target integer add saturate intrinsics with the equivalent generic `__builtin_elementwise_add_sat` intrinsics (PR #109269)

2024-09-19 Thread Simon Pilgrim via cfe-commits
n __builtin_wasm_add_sat_u_i16x8(x, y); - // WEBASSEMBLY: call <8 x i16> @llvm.uadd.sat.v8i16( - // WEBASSEMBLY-SAME: <8 x i16> %x, <8 x i16> %y) - // WEBASSEMBLY-NEXT: ret -} - i8x16 sub_sat_s_i8x16(i8x16 x, i8x16 y) { return __builtin_wasm_sub_sat_s_i8x16(x, y); // WEBASSEMBLY: call <16 x i8> @llvm.wasm.sub.sat.signed.v16i8( ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/analysis-pom-plugin] fc36f2: Use new Jenkins baseline 2.462 that hides ASM depe...

2024-09-19 Thread 'Ullrich Hafner' via Jenkins Commits
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 visit https://groups.google.c

[clang] [clang-tools-extra] Remove clang-pseudo (PR #109154)

2024-09-19 Thread Haojian Wu via cfe-commits
https://github.com/hokein edited https://github.com/llvm/llvm-project/pull/109154 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[tianocore/edk2] ff8a7d: Maintainers.txt: Add Sami Mujawar as maintainer fo...

2024-09-19 Thread Sami Mujawar via edk2-commits
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-commits

[pmd-commits] [pmd/pmd.github.io]

2024-09-19 Thread Andreas Dangel via Pmd-commits
Branch: refs/heads/master Home: https://github.com/pmd/pmd.github.io To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd.github.io/settings/notifications ___ Pmd-commits mailing list Pmd-commits

[clang] [clang][powerpc][wasm][systemz][x86] Replace target vector popcount intrinsics with __builtin_elementwise_popcount (PR #109160)

2024-09-19 Thread Simon Pilgrim via cfe-commits
RKSimon wrote: Officially we don't guarantee target intrinsics at all - but I can add a release note if it will help? https://github.com/llvm/llvm-project/pull/109160 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.or

[clang] [clang][wasm] Replace the target integer add saturate intrinsics with the equivalent generic `__builtin_elementwise_add_sat` intrinsics (PR #109269)

2024-09-19 Thread via cfe-commits
EXT: ret -} - -u16x8 add_sat_u_i16x8(u16x8 x, u16x8 y) { - return __builtin_wasm_add_sat_u_i16x8(x, y); - // WEBASSEMBLY: call <8 x i16> @llvm.uadd.sat.v8i16( - // WEBASSEMBLY-SAME: <8 x i16> %x, <8 x i16> %y) - // WEBASSEMBLY-NEXT: ret -} - i8x16 sub_sat_s_i8x16(i8x16 x, i8x16 y) { return __builtin_wasm_sub_sat_s_i8x16(x, y); // WEBASSEMBLY: call <16 x i8> @llvm.wasm.sub.sat.signed.v16i8( `` https://github.com/llvm/llvm-project/pull/109269 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][wasm] Replace the target integer add saturate intrinsics with the equivalent generic `__builtin_elementwise_add_sat` intrinsics (PR #109269)

2024-09-19 Thread via cfe-commits
;8 x i16> %y) - // WEBASSEMBLY-NEXT: ret -} - -u16x8 add_sat_u_i16x8(u16x8 x, u16x8 y) { - return __builtin_wasm_add_sat_u_i16x8(x, y); - // WEBASSEMBLY: call <8 x i16> @llvm.uadd.sat.v8i16( - // WEBASSEMBLY-SAME: <8 x i16> %x, <8 x i16> %y) - // WEBASSEMBLY-NEXT: ret -} - i8x16 sub_sat_s_i8x16

[clang] [clang-tools-extra] Remove clang-pseudo (PR #109154)

2024-09-19 Thread Haojian Wu via cfe-commits
should keep it in this patch to avoid changing the current behavior of clangd. https://github.com/llvm/llvm-project/pull/109154 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

02/05: gnu: texstudio: Update to 4.8.2.

2024-09-19 Thread guix-commits
z572 pushed a commit to branch master in repository guix. commit 9428188160746604bc083ef24ecbea96330c2756 Author: Greg Hogan AuthorDate: Thu Sep 12 20:38:33 2024 + gnu: texstudio: Update to 4.8.2. * gnu/packages/tex.scm (texstudio): Update to 4.8.2. Change-Id: I6d53698d

[clang] [clang][bytecode] Implement arithmetic, bitwise and compound assignment operator (PR #108949)

2024-09-19 Thread Timm Baeder via cfe-commits
LocalPrimitive(RHS, PT_Ptr, true, false); + + // C++17 onwards require that we evaluate the RHS of the compound + // assignment op first. tbaederr wrote: If the result is simpler, yes https://github.com/llvm/llvm-project/pull/108949 _________

[Lldb-commits] [lldb] [lldb-dap][docs] Improve README (PR #109266)

2024-09-19 Thread Adrian Vogelsgesang via lldb-commits
a reverse request to the client requesting a child debug session with the @@ -234,7 +256,7 @@ This will launch a server and then request a child debug session for a client. } ``` -### repl-mode + `lldb-dap repl-mode` Inspect or adjust the behavior of lldb-dap repl evaluation requests. The supported modes are `variable`, `command` and `auto`. ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[pmd-commits] [pmd/pmd-examples]

2024-09-19 Thread Andreas Dangel via Pmd-commits
Branch: refs/heads/apex-only-dist Home: https://github.com/pmd/pmd-examples To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-examples/settings/notifications ___ Pmd-commits mailing list Pmd

[clang] [clang-tools-extra] [llvm] Remove clang-rename (PR #108988)

2024-09-19 Thread LLVM Continuous Integration via cfe-commits
t.cpp:163 fs::remove(Twine(LongPath)): did not return errc::success. error number: 13 error message: permission denied ``` https://github.com/llvm/llvm-project/pull/108988 ___ cfe-commits mailing list cfe-commits@

[clang] [clang][powerpc][wasm][systemz][x86] Replace target vector popcount intrinsics with __builtin_elementwise_popcount (PR #109160)

2024-09-19 Thread Chen Zheng via cfe-commits
160 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/analysis-pom-plugin] d92bcb: [maven-release-plugin] prepare for next developmen...

2024-09-19 Thread 'Ullrich Hafner' via Jenkins Commits
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] [llvm] [Utils] Add new --update-tests flag to llvm-lit (PR #108425)

2024-09-19 Thread Nikita Popov via cfe-commits
nikic wrote: As update-verify-tests was reverted, can you rebase this to just the update_test_checks support? On the LLVM side, we definitely want to have this feature. https://github.com/llvm/llvm-project/pull/108425 ___ cfe-commits mailing list

[clang] [Clang][Driver][AArch64] Add support for aarch64-amazon-linux triple (PR #109263)

2024-09-19 Thread Peter Waller via cfe-commits
peterwaller-arm wrote: I've checked the buildkite failures are in cfi-standalone-lld-thinlto-x86_64, which I believe are unrelated to this change. https://github.com/llvm/llvm-project/pull/109263 ___ cfe-commits mailing list cfe-co

[clang] [llvm] [SystemZ] Add support for half (fp16) (PR #109164)

2024-09-19 Thread Nikita Popov via cfe-commits
nikic wrote: Note that you need to also have softPromoteHalfType return true to get correct legalization for half operations. https://github.com/llvm/llvm-project/pull/109164 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https

[Lldb-commits] [lldb] [lldb-dap][docs] Improve README (PR #109266)

2024-09-19 Thread via lldb-commits
ach to core files. + +## Debug Console + + + ## Custom debugger commands The `lldb-dap` tool includes additional custom commands to support the Debug `````` https://github.com/llvm/llvm-project/pull/109266 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang] [Clang][Driver][AArch64] Add support for aarch64-amazon-linux triple (PR #109263)

2024-09-19 Thread via cfe-commits
ot;]+]]" +// CHECK-LD-AMI-AARCH64: "--eh-frame-hdr" +// CHECK-LD-AMI-AARCH64: "-dynamic-linker" +// CHECK-LD-AMI-AARCH64: "{{.*}}/usr/lib/gcc/aarch64-amazon-linux/7{{/|}}crtbegin.o" +// CHECK-LD-AMI-AARCH64: "-L[[SYSROOT]]/usr/lib/gcc/aarch64-amazon-linux/7

[Lldb-commits] [lldb] [lldb-dap][docs] Improve README (PR #109266)

2024-09-19 Thread Adrian Vogelsgesang via lldb-commits
launch and attach configurations. Core files can use `target create --core /path/to/core` to attach to core files. + +## Debug Console + + + ## Custom debugger commands The `lldb-dap` tool includes additional custom commands to support the Debug ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang] [Clang][Driver][AArch64] Add support for aarch64-amazon-linux triple (PR #109263)

2024-09-19 Thread Peter Waller via cfe-commits
https://github.com/peterwaller-arm ready_for_review https://github.com/llvm/llvm-project/pull/109263 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [compiler-rt] [llvm] [FMV][AArch64] Unify ls64, ls64_v and ls64_accdata. (PR #108024)

2024-09-19 Thread Alexandros Lamprineas via cfe-commits
CHECK-NEXT: [[RESOLVER_ENTRY:.*:]] // CHECK-NEXT:call void @__init_cpu_features_resolver() // CHECK-NEXT:[[TMP0:%.*]] = load i64, ptr @__aarch64_cpu_features, align 8 -// CHECK-NEXT:[[TMP1:%.*]] = and i64 [[TMP0]], 576460752303423488 -// CHECK-NEXT: [[TMP2:%.*]] = icmp eq i64 [[TMP1]], 5

[clang] [flang] [flang][Driver] Support -fdiagnostics-color (PR #109210)

2024-09-19 Thread Tarun Prabhu via cfe-commits
might not work. I don't have access to any non-fairly-modern-Linux'es on which I could test this either. https://github.com/llvm/llvm-project/pull/109210 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[pmd-commits] [pmd/pmd-jdeveloper] e627ab: Initial revision

2024-09-19 Thread Andreas Dangel via Pmd-commits
Branch: refs/heads/main Home: https://github.com/pmd/pmd-jdeveloper Commit: e627aba86f674520eaa46e00b2b6bb45b276e208 https://github.com/pmd/pmd-jdeveloper/commit/e627aba86f674520eaa46e00b2b6bb45b276e208 Author: Tom Copeland Date: 2003-02-24 (Mon, 24 Feb 2003) Changed paths:

[clang] [clang][powerpc][wasm][systemz][x86] Replace target vector popcount intrinsics with __builtin_elementwise_popcount (PR #109160)

2024-09-19 Thread Simon Pilgrim via cfe-commits
RKSimon wrote: @nemanjai Are you OK with the PPC changes? https://github.com/llvm/llvm-project/pull/109160 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

06/07: gnu: bcachefs-tools: Support FUSE.

2024-09-19 Thread guix-commits
nckx pushed a commit to branch master in repository guix. commit d030e42976545df8daaee5dcb8471928de249d38 Author: Tobias Geerinckx-Rice AuthorDate: Sun Aug 18 02:00:00 2024 +0200 gnu: bcachefs-tools: Support FUSE. * gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add

03/07: gnu: bcachefs-tools: Update to 1.11.0.

2024-09-19 Thread guix-commits
nckx pushed a commit to branch master in repository guix. commit 49cd866090e1ad3f80fa450467329f3782ca09e5 Author: Tobias Geerinckx-Rice AuthorDate: Sun Sep 1 02:00:00 2024 +0200 gnu: bcachefs-tools: Update to 1.11.0. * gnu/packages/crates-io.scm (rust-rustix-for-bcachefs-tools):

05/07: gnu: bcachefs-tools-static: Rename.

2024-09-19 Thread guix-commits
nckx pushed a commit to branch master in repository guix. commit a21ddf8192beb4ceb05af69c28980fd5f346e1a3 Author: Tobias Geerinckx-Rice AuthorDate: Sun Aug 18 02:00:00 2024 +0200 gnu: bcachefs-tools-static: Rename. * gnu/packages/file-systems.scm (bcachefs-tools-static): Rename this

branch master updated (05e64894e0 -> bfdde69808)

2024-09-19 Thread guix-commits
nckx pushed a change to branch master in repository guix. from 05e64894e0 gnu: goawk: Update to 1.29.0. new ba5b975173 gnu: guile-static-initrd: Remove (sxml) module hierarchy. new ff5d9ae0fa gnu: ldns: Update to 1.8.4. new 49cd866090 gnu: bcachefs-tools: Update to 1.11.0.

02/07: gnu: ldns: Update to 1.8.4.

2024-09-19 Thread guix-commits
nckx pushed a commit to branch master in repository guix. commit ff5d9ae0fa76fa7bf8e4424ab8ff01e13bd906a4 Author: Tobias Geerinckx-Rice AuthorDate: Sun Sep 8 02:00:00 2024 +0200 gnu: ldns: Update to 1.8.4. * gnu/packages/dns.scm (ldns): Update to 1.8.4. * gnu/packages/patches/ld

07/07: gnu: bcachefs-tools-static: Add own synopsis.

2024-09-19 Thread guix-commits
nckx pushed a commit to branch master in repository guix. commit bfdde6980834fe462b370ddb1ca0e42b22632090 Author: Tobias Geerinckx-Rice AuthorDate: Sun Aug 18 02:00:00 2024 +0200 gnu: bcachefs-tools-static: Add own synopsis. * gnu/packages/file-systems.scm (bcachefs-tools/static)[sy

[jenkinsci/oic-auth-plugin] 3e8cbc: rework configuration of the plugin

2024-09-19 Thread 'James Nord' via Jenkins Commits
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-commits/jenkinsc

[jenkinsci/jenkins] 91f0dd: Provide default impl in SubTask for compatibility

2024-09-19 Thread 'Vincent Latombe' via Jenkins Commits
: --- Provide default impl in SubTask for compatibility To unsubscribe from these emails, 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&q

[pmd-commits] [pmd/pmd-designer] 3fb3cb: Change branch master to main (#93)

2024-09-19 Thread Andreas Dangel via Pmd-commits
-designer/settings/notifications ___ Pmd-commits mailing list Pmd-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmd-commits

[pmd-commits] [pmd/pmd-designer]

2024-09-19 Thread Andreas Dangel via Pmd-commits
Branch: refs/heads/master Home: https://github.com/pmd/pmd-designer To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications ___ Pmd-commits mailing list Pmd-commits

[pmd-commits] [pmd/pmd-designer] e92f78: Bump checkstyle from 10.14.0 to 10.18.1

2024-09-19 Thread Andreas Dangel via Pmd-commits
://github.com/pmd/pmd-designer/compare/e92f78fe3d92%5E...3fb3cb7afebf To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications ___ Pmd-commits mailing list Pmd-commits

[pmd-commits] [pmd/pmd-bluej]

2024-09-19 Thread Andreas Dangel via Pmd-commits
Branch: refs/heads/switch-to-main Home: https://github.com/pmd/pmd-bluej To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-bluej/settings/notifications ___ Pmd-commits mailing list Pmd-commits

[pmd-commits] [pmd/pmd-eclipse-plugin] e093f2: Change branch master to main (#220)

2024-09-19 Thread Andreas Dangel via Pmd-commits
settings at https://github.com/pmd/pmd-eclipse-plugin/settings/notifications ___ Pmd-commits mailing list Pmd-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmd-commits

[pmd-commits] [pmd/pmd-regression-tester]

2024-09-19 Thread Andreas Dangel via Pmd-commits
Branch: refs/heads/master Home: https://github.com/pmd/pmd-regression-tester To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-regression-tester/settings/notifications ___ Pmd-commits mailing list

[pmd-commits] [pmd/pmd-regression-tester] 51847c: Change branch master to main (#128)

2024-09-19 Thread Andreas Dangel via Pmd-commits
___ Pmd-commits mailing list Pmd-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmd-commits

[clang-tools-extra] [include-cleaner] Suppress all clang warnings (PR #109099)

2024-09-19 Thread kadir çetinkaya via cfe-commits
https://github.com/kadircet closed https://github.com/llvm/llvm-project/pull/109099 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Driver][AArch64] Add support for aarch64-amazon-linux triple (PR #109263)

2024-09-19 Thread Peter Waller via cfe-commits
ARCH64: "{{.*}}/usr/lib/gcc/aarch64-amazon-linux/7{{/|\\\\}}crtbegin.o" +// CHECK-LD-AMI-AARCH64: "-L[[SYSROOT]]/usr/lib/gcc/aarch64-amazon-linux/7" +// CHECK-LD-AMI-AARCH64: "-L[[SYSROOT]]/usr/lib/gcc/aarch64-amazon-linux/7/../../../../lib64" +// CHECK-LD-AMI-AARCH64: "-L[[SYSROOT]]/lib" +// CHECK-LD-AMI-AARCH64: "-L[[SYSROOT]]/usr/lib" +// CHECK-LD-AMI-AARCH64: "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" +// CHECK-LD-AMI-AARCH64: "-lc" +// CHECK-LD-AMI-AARCH64: "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" // Check whether the OpenEmbedded ARM libs are added correctly. // RUN: %clang -### %s -no-pie 2>&1 \ ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

  1   2   3   4   5   6   7   8   9   10   >