[clang-tools-extra] [clang-tidy] Add user-defined functions to `bugprone-unsafe-functions` check (PR #106350)

2024-09-26 Thread via cfe-commits
https://github.com/Discookie updated https://github.com/llvm/llvm-project/pull/106350 >From c4e05bdb36e270cbf0557f38fad7c04edf011905 Mon Sep 17 00:00:00 2001 From: Viktor Date: Wed, 28 Aug 2024 08:47:20 + Subject: [PATCH 01/13] [clang-tidy] Add user-defined functions to bugprone-unsafe-fun

[clang-tools-extra] [clang-tidy] Add user-defined functions to `bugprone-unsafe-functions` check (PR #106350)

2024-09-26 Thread via cfe-commits
https://github.com/Discookie updated https://github.com/llvm/llvm-project/pull/106350 >From c4e05bdb36e270cbf0557f38fad7c04edf011905 Mon Sep 17 00:00:00 2001 From: Viktor Date: Wed, 28 Aug 2024 08:47:20 + Subject: [PATCH 01/12] [clang-tidy] Add user-defined functions to bugprone-unsafe-fun

[llvm-branch-commits] [llvm] [AArch64] Generalize the instruction size checking in AsmPrinter (PR #110108)

2024-09-26 Thread via llvm-branch-commits
a/llvm/lib/Target/AArch64/AArch64InstrInfo.td +++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.td @@ -9697,6 +9697,7 @@ def : Pat<(AArch64tcret tglobaladdr:$dst, (i32 timm:$FPDiff)), def : Pat<(AArch64tcret texternalsym:$dst, (i32 timm:$FPDiff)), (TCRETURNdi texternalsym:$dst, imm:$FPDiff)>; +let Size = 8 in def MOVMCSym : Pseudo<(outs GPR64:$dst), (ins i64imm:$sym), []>, Sched<[]>; def : Pat<(i64 (AArch64LocalRecover mcsym:$sym)), (MOVMCSym mcsym:$sym)>; `` https://github.com/llvm/llvm-project/pull/110108 ___ 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] [AArch64] Generalize the instruction size checking in AsmPrinter (PR #110108)

2024-09-26 Thread Anatoly Trosinenko via llvm-branch-commits
o code emitted MCInst Blr; Blr.setOpcode(AArch64::BLR); diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.td b/llvm/lib/Target/AArch64/AArch64InstrInfo.td index c70e835d1619ff..b674f595761cfe 100644 --- a/llvm/lib/Target/AArch64/AArch64InstrInfo.td +++ b/llvm/lib/Target/AArch64/AArch6

[llvm-branch-commits] [llvm] [AArch64] Consistently use EmitToStreamer across the AArch64AsmPrinter (PR #110107)

2024-09-26 Thread via llvm-branch-commits
* I) - .addReg(AArch64::SP) - .addImm(2), - *STI); +EmitToStreamer(MCInstBuilder(AArch64::LDPDpost) + .addReg(AArch64::SP) + ... [truncated] `````` https://github.com/llvm/llvm-project/pull/110107 ___ 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] [AArch64] Consistently use EmitToStreamer across the AArch64AsmPrinter (PR #110107)

2024-09-26 Thread Anatoly Trosinenko via llvm-branch-commits
.addImm(2)); + + EmitToStreamer(MCInstBuilder(TM.getTargetTriple().isArm64e() ? AArch64::BRAAZ + : AArch64::BR) + .addReg(AArch64::X16)); } const MCExpr *AArch64AsmPrinter::lowerConstant(const Constant *CV) { ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[clang] nonblocking/nonallocating attributes: 2nd pass caller/callee analysis (PR #99656)

2024-09-26 Thread via cfe-commits
-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-26 Thread Peter Waller via cfe-commits
o put aarch64 on the same footing as x86_64 here. 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] [clang] return first Decl for CanonicalDecl in TranslationUnitDecl (PR #110101)

2024-09-26 Thread Vassil Vassilev via cfe-commits
vgvassilev wrote: Can we add a unittest under clang/unittest/Interpreter? https://github.com/llvm/llvm-project/pull/110101 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-tools-extra] [clang] Extend diagnose_if to accept more detailed warning information (PR #70976)

2024-09-26 Thread Mikael Holmén via cfe-commits
mikaelholmen wrote: Thanks @kadircet https://github.com/llvm/llvm-project/pull/70976 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

96/169: gnu: Add go-go-opentelemetry-io-otel-sdk.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit ba9e3c0f50667c6f87c183570eed764bf6453630 Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 13:43:11 2024 +0100 gnu: Add go-go-opentelemetry-io-otel-sdk. * gnu/packages/golang-web.scm (go-go-opentelemetry-io-otel

14/169: gnu: Remove go-github-com-rylans-getlang.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 76d339ede7746c012e49bc79ab5bfe5a5032e8da Author: Sharlatan Hellseher AuthorDate: Tue Sep 3 21:36:16 2024 +0100 gnu: Remove go-github-com-rylans-getlang. Not in use by any packages in Guix, no updates for 4y.

38/169: gnu: go-github-com-libp2p-go-msgio: Fix build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 5280b962d95935be76b9eca277ee2d0f0da8bd85 Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 14:30:44 2024 +0100 gnu: go-github-com-libp2p-go-msgio: Fix build. * gnu/packages/golang-xyz.scm (go-github-com-libp2p-g

169/169: gnu: run: Update to 0.11.2.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit fea450a94a6f3bcd89c9462e41bdee9508258fcc Author: Sharlatan Hellseher AuthorDate: Thu Sep 26 11:37:36 2024 +0100 gnu: run: Update to 0.11.2. * gnu/packages/task-runners.scm (run): Update to 0.11.2. Adjust package

10/169: gnu: go-github-com-operatorfoundation-monolith-go: Update to 1.0.10.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 0e6099bf113e767d74e3894040560ecd8a110cfe Author: Sharlatan Hellseher AuthorDate: Tue Sep 3 21:08:58 2024 +0100 gnu: go-github-com-operatorfoundation-monolith-go: Update to 1.0.10. * gnu/packages/golang.scm (go-gi

08/169: gnu: go-github-com-jaytaylor-html2text: Move to golang-web.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 12760b7239bab847c3fe009d5a30c448329d9793 Author: Sharlatan Hellseher AuthorDate: Tue Sep 3 20:53:06 2024 +0100 gnu: go-github-com-jaytaylor-html2text: Move to golang-web. * gnu/packages/golang.scm (go-github-com-

24/169: gnu: go-golang-org-x-image: Update to 0.20.0.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 5e2d8b7be71ca694d12f605708fa4e1279d38de0 Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 21:20:46 2024 +0100 gnu: go-golang-org-x-image: Update to 0.20.0. * gnu/packages/golang-build.scm (go-golang-org-x-image

109/169: gnu: Add go-github-com-pascaldekloe-goe.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit ea77b47178cd927ea215933629160217503bcd7b Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 20:37:07 2024 +0100 gnu: Add go-github-com-pascaldekloe-goe. * gnu/packages/golang-web.scm (go-github-com-pascaldekloe-g

103/169: gnu: Add go-github-com-openhistogram-circonusllhist.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 04703f4be9259e81587da620a20a4bf09b47b145 Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 20:06:40 2024 +0100 gnu: Add go-github-com-openhistogram-circonusllhist. * gnu/packages/golang-xyz.scm (go-github-com-op

48/169: gnu: Add go-golang-org-x-telemetry.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit e143a79a6cd5f667501a068c2def57e72ee3839a Author: Sharlatan Hellseher AuthorDate: Thu Sep 12 23:27:46 2024 +0100 gnu: Add go-golang-org-x-telemetry. * gnu/packages/golang-build.scm (go-golang-org-x-telemetry): New

[clang] [llvm] [ARM] Fix musttail calls (PR #109943)

2024-09-26 Thread Oliver Stannard via cfe-commits
https://github.com/ostannard updated https://github.com/llvm/llvm-project/pull/109943 >From f96d3a1a44ade11f5a9879b49bb3d5296c4b225e Mon Sep 17 00:00:00 2001 From: Oliver Stannard Date: Thu, 9 May 2024 12:58:41 +0100 Subject: [PATCH 01/11] [ARM] Re-generate a test --- llvm/test/CodeGen/ARM/fp

25/169: gnu: go-golang-org-x-mod: Update to 0.21.0.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 1ba15529be60292286496fdcd9a61081f54bd94b Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 21:19:50 2024 +0100 gnu: go-golang-org-x-mod: Update to 0.21.0. * gnu/packages/golang-build.scm (go-golang-org-x-mod): U

23/169: gnu: packages/golang-crypto: Apply #:subdir parameter.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 90ba43f1286615ee02649b9dd55b2b3f823b8f8f Author: Sharlatan Hellseher AuthorDate: Thu Sep 12 21:58:57 2024 +0100 gnu: packages/golang-crypto: Apply #:subdir parameter. * gnu/packages/golang-crypto.scm (go-github-c

22/169: import/go: Add diagnostics.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit d47965fc174bbb4081d29241d66c96592242216a Author: Christina O'Donnell AuthorDate: Sat Mar 16 10:30:39 2024 + import/go: Add diagnostics. guix/import/go.scm (go-module-available-versions): Add warning when fetc

[Lldb-commits] [lldb] [lldb][AArch64] Add register fields for the fpmr register (PR #109934)

2024-09-26 Thread David Spickett via lldb-commits
https://github.com/DavidSpickett closed https://github.com/llvm/llvm-project/pull/109934 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][AArch64] Read fpmr register from core files (PR #110104)

2024-09-26 Thread David Spickett via lldb-commits
DavidSpickett wrote: Last one for FPMR. I'll push the release notes directly. Thanks for reviewing! https://github.com/llvm/llvm-project/pull/110104 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/ma

[clang] 82ce829 - [clang][bytecode] Don't call dtors of anonymous unions (#110087)

2024-09-26 Thread via cfe-commits
+ + consteval void foo() { +opt a; // all20-error {{variable of non-literal type}} + } + + void bar() { foo(); } +} ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Don't call dtors of anonymous unions (PR #110087)

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

02/169: gnu: go-github-com-lithammer-fuzzysearch: Move to golang-xyz.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 45ce986f7e2d729d47bf944b3b254915f04698ac Author: Sharlatan Hellseher AuthorDate: Tue Sep 3 19:35:40 2024 +0100 gnu: go-github-com-lithammer-fuzzysearch: Move to golang-xyz. gnu/packages/golang.scm (go-github-com-

04/169: gnu: go-github-com-jhillyerd-enmime: Update to 1.3.0.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit d9b6a6ce917e53664c75a9ed3f9961fa0478264d Author: Sharlatan Hellseher AuthorDate: Tue Sep 3 19:43:06 2024 +0100 gnu: go-github-com-jhillyerd-enmime: Update to 1.3.0. * gnu/packages/golang-web.scm (go-github-com-jh

16/169: import/go: Add comment about monorepo.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 5141b03bacfe112ce4f468093de8a46e5b347192 Author: Sharlatan Hellseher AuthorDate: Fri Sep 6 07:53:08 2024 +0100 import/go: Add comment about monorepo. * guix/import/go.scm: Clarify what is monorepo in Go ecosystem

12/169: gnu: Add go-github-com-deckarep-golang-set-v2.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 34e50e8d5e973aa3ea4d64f218ead5503d57d75a Author: Sharlatan Hellseher AuthorDate: Tue Sep 3 21:24:05 2024 +0100 gnu: Add go-github-com-deckarep-golang-set-v2. * gnu/packages/golang-xyz.scm (go-github-com-deckarep-

[Lldb-commits] [lldb] [lldb][AArch64] Read fpmr register from core files (PR #110104)

2024-09-26 Thread David Spickett via lldb-commits
b/lldb/test/API/linux/aarch64/fpmr/main.c index 518609035ec845..0a9a9c53eb7888 100644 --- a/lldb/test/API/linux/aarch64/fpmr/main.c +++ b/lldb/test/API/linux/aarch64/fpmr/main.c @@ -37,6 +37,8 @@ int main(int argc, char *argv[]) { uint64_t new_fpmr = get_fpmr(); // Set break point at this line. uint64_t expected_fpmr = ((uint64_t)0b010101 << 32) | (uint64_t)0b010; + // If the debugger failed to update the value, exit uncleanly. + // This also allows you to run this program standalone to create a core file. if (new_fpmr != expected_fpmr) __builtin_trap(); ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

01/169: gnu: go-github-com-lithammer-fuzzysearch: Enable tests.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit caa9b4cbcbdf6ba9db463b46479130d166945143 Author: Sharlatan Hellseher AuthorDate: Tue Sep 3 19:32:56 2024 +0100 gnu: go-github-com-lithammer-fuzzysearch: Enable tests. * gnu/packages/golang.scm (go-github-com-lith

[Lldb-commits] [lldb] [lldb][AArch64] Read fpmr register from core files (PR #110104)

2024-09-26 Thread David Spickett via lldb-commits
aren't sending the register info via XML, so I don't need to skip this if XML support is not enabled. https://github.com/llvm/llvm-project/pull/110104 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

65/169: gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337-555d40f16ae2.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit a7f65e9802ff6ffbe2568d48f02740fb221caa7e Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 11:00:37 2024 +0100 gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337-555d40f16ae2. * gnu/packages/golan

86/169: gnu: go-github-com-go-git-go-billy: Rename variable.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 7b14735ce906876d6fd6546d059941b474e0b747 Author: Sharlatan Hellseher AuthorDate: Sat Sep 14 22:30:36 2024 +0100 gnu: go-github-com-go-git-go-billy: Rename variable. * gnu/packages/golang.scm (go-github-com-go-git

67/169: gnu: go-github-com-google-goterm: Move to golang-xyz.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 1edc57d6f7f604fa2a7c8e84b91824120602c5ed Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 11:03:09 2024 +0100 gnu: go-github-com-google-goterm: Move to golang-xyz. * gnu/packages/golang.scm (go-github-com-googl

99/169: gnu: Add go-github-com-gofrs-uuid.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 4b2c9164ff4d6b174f481f96335af7c9ec636778 Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 12:49:02 2024 +0100 gnu: Add go-github-com-gofrs-uuid. * gnu/packages/golang-xyz.scm (go-github-com-gofrs-uuid, go-g

85/169: gnu: go-github-com-go-git-go-billy: Update to 5.5.0.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 2357c93bc48d8a51e4d97fa892bbf5c3077cb017 Author: Sharlatan Hellseher AuthorDate: Sat Sep 14 22:29:28 2024 +0100 gnu: go-github-com-go-git-go-billy: Update to 5.5.0. * gnu/packages/golang.scm (go-github-com-go-git

91/169: gnu: Add go-github-com-rs-xid.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit d5ed5f23e59f4216c7bb088c9fd2b8322e4f24ce Author: Sharlatan Hellseher AuthorDate: Sat Sep 14 23:23:14 2024 +0100 gnu: Add go-github-com-rs-xid. * gnu/packages/golang-web.scm (go-github-com-rs-xid): New variable.

164/169: gnu: go-github-com-tekwizely-go-parsing: Update to 0.0.0-20221001173913-aa6d6749ea2d.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 40ae40987e0894971066c1976d7b78e3b38a811b Author: Sharlatan Hellseher AuthorDate: Thu Sep 26 11:10:10 2024 +0100 gnu: go-github-com-tekwizely-go-parsing: Update to 0.0.0-20221001173913-aa6d6749ea2d. * gnu/package

167/169: gnu: go-github-com-subosito-gotenv: Update to 1.6.0.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 02b3444f70462e16955848b3e3ad8801ec7fa531 Author: Sharlatan Hellseher AuthorDate: Thu Sep 26 11:31:09 2024 +0100 gnu: go-github-com-subosito-gotenv: Update to 1.6.0. * gnu/packages/golang.scm (go-github-com-subosi

153/169: gnu: go-github-com-operatorfoundation-shapeshifter-transports: Fix build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit e992bf3b0ae37ee7e981addeabc5e6cd8afd5a21 Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 22:16:20 2024 +0100 gnu: go-github-com-operatorfoundation-shapeshifter-transports: Fix build. * gnu/packages/golang.scm

138/169: gnu: go-github.com-smartystreets-goconvey: Rename variable.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit a89df74f2297b3ed955feb80f8f52365307dca25 Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 14:26:21 2024 +0100 gnu: go-github.com-smartystreets-goconvey: Rename variable. * gnu/packages/golang-check.scm (go-gith

115/169: gnu: Add go-github-com-tinylib-msgp.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit c018698b91ba9eac3a3cedd6c4cb7c86727c9b58 Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 21:11:08 2024 +0100 gnu: Add go-github-com-tinylib-msgp. * gnu/packages/golang-xyz.scm (go-github-com-tinylib-msgp): New

97/169: gnu: go-github-com-go-openapi-loads: Simplify phases.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 1f40bfd83d481a0c3f2bc2a6ec5fa187284b2e97 Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 11:02:48 2024 +0100 gnu: go-github-com-go-openapi-loads: Simplify phases. * gnu/packages/golang-web.scm (go-github-com-g

147/169: gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 8337d27c2d99171d730672ba6c436bc3e0a87c3e Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 21:16:11 2024 +0100 gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable. * gnu/packages/golang-xyz.scm (go-gopkg-i

93/169: gnu: Add go-github-com-muesli-combinator.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 21ab426b8020ebecaeb2ed399b85b6f312670013 Author: Sharlatan Hellseher AuthorDate: Sat Sep 14 23:23:14 2024 +0100 gnu: Add go-github-com-muesli-combinator. * gnu/packages/golang-xyz.scm (go-github-com-muesli-combin

134/169: gnu: go-github-com-shadowsocks-go-shadowsocks2: Enable all tests.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit dfe244700b3c0de51985595beb74127d498e8485 Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 12:57:48 2024 +0100 gnu: go-github-com-shadowsocks-go-shadowsocks2: Enable all tests. * gnu/packages/golang-crypto.scm (

66/169: gnu: go-github-com-google-goterm: Fix indentation.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 72ee38a2ecf7b871281163ba8aa95aade981e418 Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 11:01:04 2024 +0100 gnu: go-github-com-google-goterm: Fix indentation. * gnu/packages/golang.scm (go-github-com-google-g

130/169: gnu: Add go-github-com-aead-ecdh.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 6e761c59e1315c83dab54db860f79f04d645e584 Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 11:46:08 2024 +0100 gnu: Add go-github-com-aead-ecdh. * gnu/packages/golang-crypto.scm (go-github-com-aead-ecdh): New va

154/169: gnu: Add go-github-com-pkg-browser.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 2f0bc778d05e0758cb9482bd318108f9a4a58fff Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 22:38:09 2024 +0100 gnu: Add go-github-com-pkg-browser. * gnu/packages/golang-web.scm (go-github-com-pkg-browser): New v

43/169: gnu: go-github-com-prometheus-statsd-exporter: Fix build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit ad5debf3a397a134bccf2adad252b7ac6b6dbd2e Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 23:27:36 2024 +0100 gnu: go-github-com-prometheus-statsd-exporter: Fix build. * gnu/packages/prometheus.scm (go-github-c

140/169: gnu: Add go-github-com-smarty-gunit.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit d6942eebd6cf2fb3f19f3efb67a6bc299857e879 Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 14:44:46 2024 +0100 gnu: Add go-github-com-smarty-gunit. * gnu/packages/golang-check.scm (go-github-com-smarty-gunit): N

84/169: gnu: Add go-github-com-cyphar-filepath-securejoin.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 6278e0c48c0dab55605ab81d86ecdf21bff4db17 Author: Sharlatan Hellseher AuthorDate: Sat Sep 14 22:29:18 2024 +0100 gnu: Add go-github-com-cyphar-filepath-securejoin. * gnu/packages/golang-xyz.scm (go-github-com-cyph

68/169: gnu: go-github-com-tomnomnom-gron: Improve package style.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit efdc615ff3afb84d01975ebfc8f476ccfe8867af Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 11:08:46 2024 +0100 gnu: go-github-com-tomnomnom-gron: Improve package style. * gnu/packages/golang.scm (go-github-com-t

128/169: gnu: go-github-com-deckarep-golang-set-v2: Update to 2.6.0.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit de8a86db63ef670c9e01c26c95015d390be52f5f Author: Sharlatan Hellseher AuthorDate: Thu Sep 19 20:34:08 2024 +0100 gnu: go-github-com-deckarep-golang-set-v2: Update to 2.6.0. * gnu/packages/golang-xyz.scm (go-github

113/169: gnu: Add go-github-com-pquerna-ffjson.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit fb7b79d3362ec66d305d2c87a613398f48fd016a Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 20:56:51 2024 +0100 gnu: Add go-github-com-pquerna-ffjson. * gnu/packages/golang-web.scm (go-github-com-pquerna-ffjson):

136/169: gnu: Add go-github-com-xtaci-lossyconn.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit b580ff904d01efd44dfafe5887ebf21fb15bc778 Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 13:55:06 2024 +0100 gnu: Add go-github-com-xtaci-lossyconn. * gnu/packages/golang-web.scm (go-github-com-xtaci-lossyconn

124/169: gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Fix build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 6251b702398c85349dec2019a346a18e0626493f Author: Sharlatan Hellseher AuthorDate: Mon Sep 16 12:04:25 2024 +0100 gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Fix build. * gnu/packages/golang-xyz.sc

[Lldb-commits] [lldb] [lldb][AArch64] Read fpmr register from core files (PR #110104)

2024-09-26 Thread David Spickett via lldb-commits
https://github.com/DavidSpickett edited https://github.com/llvm/llvm-project/pull/110104 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

69/169: gnu: go-github-com-jonboulle-clockwork: Update to 0.4.0.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit f989c7dec14ed64911f0ff0628ff38b1b167817d Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 11:49:15 2024 +0100 gnu: go-github-com-jonboulle-clockwork: Update to 0.4.0. * gnu/packages/golang.scm (go-github-com-jo

80/169: gnu: go-github-com-go-git-go-git-fixtures: Update to 4.3.1.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit eb086ec457f2d3f4942e3459158d273d622faafe Author: Sharlatan Hellseher AuthorDate: Sat Sep 14 22:04:48 2024 +0100 gnu: go-github-com-go-git-go-git-fixtures: Update to 4.3.1. * gnu/packages/golang.scm (go-github-com

[Lldb-commits] [lldb] [lldb][AArch64] Read fpmr register from core files (PR #110104)

2024-09-26 Thread via lldb-commits
4 --- a/lldb/test/API/linux/aarch64/fpmr/main.c +++ b/lldb/test/API/linux/aarch64/fpmr/main.c @@ -37,5 +37,8 @@ int main(int argc, char *argv[]) { uint64_t new_fpmr = get_fpmr(); // Set break point at this line. uint64_t expected_fpmr = ((uint64_t)0b010101 << 32) | (uint64_t)0b010; - re

158/169: gnu: go-github-com-dustin-go-humanize: Update to 1.0.1.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit c52c32ea46137b09006c9ea8c506e5c7fe16d1e1 Author: Sharlatan Hellseher AuthorDate: Wed Sep 25 15:14:15 2024 +0100 gnu: go-github-com-dustin-go-humanize: Update to 1.0.1. * gnu/packages/golang.scm (go-github-com-dus

155/169: gnu: Add go-rsc-io-binaryregexp.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 6acd4672969d64c88e00fb7443823ed5daa714a9 Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 22:53:35 2024 +0100 gnu: Add go-rsc-io-binaryregexp. * gnu/packages/golang-xyz.scm (go-rsc-io-binaryregexp): New variabl

165/169: gnu: go-github-com-tekwizely-go-parsing: Adjust description.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 2abebacde48b9e9bc8988ce59faec85e9c295025 Author: Sharlatan Hellseher AuthorDate: Thu Sep 26 11:13:50 2024 +0100 gnu: go-github-com-tekwizely-go-parsing: Adjust description. * gnu/packages/golang.scm (go-github-co

129/169: gnu: Add go-github-com-workiva-go-datastructures.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 8d1ca81941ef46fb373b2115a781b864ba8ac6e6 Author: Artyom V. Poptsov AuthorDate: Wed Sep 11 22:23:14 2024 +0300 gnu: Add go-github-com-workiva-go-datastructures. * gnu/packages/golang-xyz.scm (go-github-com-workiva

159/169: gnu: go-github-com-dustin-go-humanize: Move to golang-xyz.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit c8056e99b29cda97a2521f38e3150676eb1b269f Author: Sharlatan Hellseher AuthorDate: Wed Sep 25 15:16:40 2024 +0100 gnu: go-github-com-dustin-go-humanize: Move to golang-xyz. * gnu/packages/golang.scm (go-github-com-

118/169: gnu: go-github-com-prometheus-common-sigv4: Update to 0.1.0, fix build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit b7f7257e5ce6ce672909ebf00f3a772ca93a1c40 Author: Sharlatan Hellseher AuthorDate: Mon Sep 16 10:46:00 2024 +0100 gnu: go-github-com-prometheus-common-sigv4: Update to 0.1.0, fix build. Fix the build as seen in

61/169: gnu: go-golang-org-x-crypto: Update to 0.27.0.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 52a7fd8546d939bd9398226325cddef41677cfac Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 10:40:46 2024 +0100 gnu: go-golang-org-x-crypto: Update to 0.27.0. * gnu/packages/golang-build.scm (go-golang-org-x-cryp

123/169: gnu: nebula: Fix build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit fa15ea3ef0bea5573e833f9360e1e3ae6af5c0cb Author: Sharlatan Hellseher AuthorDate: Mon Sep 16 11:07:54 2024 +0100 gnu: nebula: Fix build. * gnu/packages/networking.scm (nebula): Fix build. [arguments]: <#:phase

[Lldb-commits] [lldb] [lldb][AArch64] Read fpmr register from core files (PR #110104)

2024-09-26 Thread David Spickett via lldb-commits
gt;KRPG@r z=a&*@MFGsc*D&{dS7&3qmpS(iE4%`ncRq#JA&fWj%Fe2?yys$}%|AOB`grXH%%6V3 zxfI|f%8BQHKWca}=DL-((T($b47|U16^+;^}#?gfAX3KagJ!rzr!&X z-IdJcvhUai<;_W7GH*Qg1bKtwZuy1Pzm~_{h;{`yPqgMRS2$-TtDNaJL;WgWin7(% zLzq{mFmEU?{5TewH~0EGb|6bP4BT-H0{trq?s)CicI=wZ01wC)#g_ z(%Q+yH%@ghtpCWi&*A;VFX0LMlaFm1*S)Hr{=~LVbN%S3ZNJKO`5gk;lgF<5^Ij?Y z>j?Az9JSl2dJk?sROCDzW}fzBDyx{Ej6FFF3R`w0EXiZ&5TcX2U99$SInK!>far1w)pd?tbFt}j0Bgf01 z@y2)}mZ+_RApQtIu(3AY2*LVIZShU54o$?ImJQKZys5n{g$dU~u&q52gE!e}Ho*_L4tBA7;IDdlswTnV~+!Uh+%mURET3lzQS{^6bkfqrSyn@>Qth zC#tBz=_@Qeh&5a?WARJ=36)https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

49/169: gnu: Add go-golang-org-x-telemetry-config.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit a170658867c7b7e2c585554fbf40ddaea6cef625 Author: Sharlatan Hellseher AuthorDate: Thu Sep 12 23:32:47 2024 +0100 gnu: Add go-golang-org-x-telemetry-config. * gnu/packages/golang-build.scm (go-golang-org-x-telemetr

46/169: gnu: kubo: Fix build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 944cf8225758abe99c77130c85507d6e8b6e41f8 Author: Sharlatan Hellseher AuthorDate: Sat Sep 14 21:57:08 2024 +0100 gnu: kubo: Fix build. * gnu/packages/ipfs.scm (kubo): Fix build. [arguments]: <#:phases>: Swap '

[clang] [Clang][RISCV] Add preprocessor macros for Zicfilp CFI scheme (PR #109600)

2024-09-26 Thread Ming-Yi Lai via cfe-commits
+// NO-MACRO-NOT: __riscv_landing_pad_unlabeled +// NO-MACRO-NOT: __riscv_landing_pad_func_sig + // BRANCH-PROT-FLAG-DAG: [[P_FLAG:![0-9]+]] = !{i32 8, !"cf-protection-branch", i32 1} // UNLABELED-FLAG-DAG: [[S_FLAG:![0-9]+]] = !{i32 1, !"cf-branch-label-scheme", !"u

57/169: gnu: go-golang-org-x-vuln: Enable tests.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 986ff9213bff2235304e4b211756e7522d7e93ca Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 10:44:40 2024 +0100 gnu: go-golang-org-x-vuln: Enable tests. * gnu/packages/golang-build.scm (go-golang-org-x-vuln): Ena

100/169: gnu: Add go-github-com-datadog-datadog-go.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 41fa0df39547a92d8f3357d153f4d48442500244 Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 12:56:26 2024 +0100 gnu: Add go-github-com-datadog-datadog-go. * gnu/packages/golang-web.scm (go-github-com-datadog-data

121/169: gnu: restic-rest-server: Fix build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 18e5a9cc7d56775edd0ab5b1584f6436b663fe66 Author: Sharlatan Hellseher AuthorDate: Mon Sep 16 11:01:46 2024 +0100 gnu: restic-rest-server: Fix build. Fix the build as senn in

111/169: gnu: Add go-github-com-ryanuber-columnize.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 63a35f558af3aa56a88bfd1f97a2ff2436f15525 Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 20:48:42 2024 +0100 gnu: Add go-github-com-ryanuber-columnize. * gnu/packages/golang-xyz.scm (go-github-com-ryanuber-col

79/169: gnu: go-github-com-go-logr-logr: Update to 1.4.2.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit f1d72c6bfa3f38989a0b22d21cfd41b9cbbfb42d Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 12:48:07 2024 +0100 gnu: go-github-com-go-logr-logr: Update to 1.4.2. * gnu/packages/golang-xyz.scm (go-github-com-go-lo

168/169: gnu: go-github-com-subosito-gotenv: Move to golang-xyz.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 52f49c240f2b4b148ccdfd79ff39533b5f552c35 Author: Sharlatan Hellseher AuthorDate: Thu Sep 26 11:34:41 2024 +0100 gnu: go-github-com-subosito-gotenv: Move to golang-xyz. * gnu/packages/golang.scm (go-github-com-sub

76/169: gnu: go-github-com-xeipuuv-gojsonschema: Update to 1.2.0.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit e1a9f34033e6b1aa1a1c9ea4da0690a46762e4a2 Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 12:16:40 2024 +0100 gnu: go-github-com-xeipuuv-gojsonschema: Update to 1.2.0. * gnu/packages/golang-web.scm (go-github-c

89/169: gnu: go-github-com-go-git-go-git-v5: Update style.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 816982dbbba5789cda73a975e4236baf3c4098f0 Author: Sharlatan Hellseher AuthorDate: Sat Sep 14 23:37:25 2024 +0100 gnu: go-github-com-go-git-go-git-v5: Update style. * gnu/packages/version-control.scm (go-github-com

150/169: gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 27156658b1c761a195b7278ef5bc272aae7ed631 Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 21:44:29 2024 +0100 gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a. * gnu/packag

139/169: gnu: Add go-github-com-smarty-assertions.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit f55c869b0506849234a52004eb14d2b964e11676 Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 14:39:28 2024 +0100 gnu: Add go-github-com-smarty-assertions. * gnu/packages/golang-check.scm (go-github-com-smarty-asse

40/169: gnu: go-github-com-prometheus-common: Fix build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 09e64347eb2af28504eda36ee709fa39796ed641 Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 21:43:44 2024 +0100 gnu: go-github-com-prometheus-common: Fix build. * gnu/packages/prometheus.scm (go-github-com-promet

144/169: gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 84e96a3fc90df139de5dc361d2ffbdc8034a3db1 Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 20:56:26 2024 +0100 gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6. * gnu/packages/golang.scm (go-github-com-sevl

106/169: gnu: Add go-github-com-circonus-labs-go-apiclient.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 37223aa474aa146eb1038c2c7219d8b945ecc6ad Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 20:17:56 2024 +0100 gnu: Add go-github-com-circonus-labs-go-apiclient. * gnu/packages/golang-web.scm (go-github-com-circ

56/169: gnu: go-golang-org-x-vuln: Move to golang-build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit ed7da86207535b3790b7eaf832a723294a305574 Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 10:25:00 2024 +0100 gnu: go-golang-org-x-vuln: Move to golang-build. * gnu/packages/golang.scm (go-golang-org-x-vuln, go

72/169: gnu: go-github-com-google-uuid: Move to golang-build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 892274a268b9787ac8612a0b0703fae5f22f52c7 Author: Sharlatan Hellseher AuthorDate: Fri Sep 13 11:56:16 2024 +0100 gnu: go-github-com-google-uuid: Move to golang-build. * gnu/packages/golang.scm (go-github-com-googl

81/169: gnu: go-github-com-go-git-go-git-fixtures: Rename variable.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 525ad651e04cd7acf1f95d7aba7de4479fd427c9 Author: Sharlatan Hellseher AuthorDate: Sat Sep 14 22:05:37 2024 +0100 gnu: go-github-com-go-git-go-git-fixtures: Rename variable. * gnu/packages/golang.scm (go-github-com

148/169: gnu: trezord: Refresh package style.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 4bcc07d67854fd467895c66046495e1d401cf40e Author: Sharlatan Hellseher AuthorDate: Sun Sep 22 21:20:20 2024 +0100 gnu: trezord: Refresh package style. * gnu/packages/finance.scm (trezord): Refresh package style.

163/169: gnu: Add go-github-com-goreleaser-fileglob.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit f89035895621ce1d8e1bd087cdb2dfb012bb28a3 Author: Sharlatan Hellseher AuthorDate: Thu Sep 26 11:06:12 2024 +0100 gnu: Add go-github-com-goreleaser-fileglob. * gnu/packages/golang-xyz.scm (go-github-com-goreleaser-

116/169: gnu: Add go-msgp.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit d8f39b607b5c7427746e7d73e92abf90883f577d Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 21:15:06 2024 +0100 gnu: Add go-msgp. * gnu/packages/golang-xyz.scm (go-msgp): New variable. Change-Id: Ia9b339

125/169: build/go: Replace symlinks with a copy of the file.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit fc934c096e0d4bb9b88f1376dd2ea4e03cfe4e4d Author: Efraim Flashner AuthorDate: Mon Sep 16 18:38:46 2024 +0300 build/go: Replace symlinks with a copy of the file. * guix/build/go-build-system.scm (fix-embed-files):

114/169: gnu: Add go-github-com-philhofer-fwd.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit 860bbcaff098dca4534c5be3ccd7def556c53fad Author: Sharlatan Hellseher AuthorDate: Sun Sep 15 20:58:56 2024 +0100 gnu: Add go-github-com-philhofer-fwd. * gnu/packages/golang-xyz.scm (go-github-com-philhofer-fwd): N

119/169: gnu: soju: Fix build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit dfeff58628ee77197527c93a51a3a3dd9a39e24d Author: Sharlatan Hellseher AuthorDate: Mon Sep 16 10:55:21 2024 +0100 gnu: soju: Fix build. Fix the build as seen in .

122/169: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build.

2024-09-26 Thread guix-commits
sharlatan pushed a commit to branch go-team in repository guix. commit f82f131b88176ffa25825d588e237a1462e1285f Author: Sharlatan Hellseher AuthorDate: Mon Sep 16 11:04:40 2024 +0100 gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build. Fix the build as senn in

<    4   5   6   7   8   9   10   11   12   13   >