[llvm-branch-commits] [llvm] release/19.x: [llvm-exegesis][unittests] Also disable SubprocessMemoryTest on SPARC (#102755) (PR #102771)

2024-08-10 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. https://github.com/llvm/llvm-project/pull/102771 ___ 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] [clang] PR for llvm/llvm-project#80565 (PR #80566)

2024-02-03 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. LGTM! Will be nice to have this available in the release branch for the release builds and the CI container. https://github.com/llvm/llvm-project/pull/80566 ___ llvm-branch-commits mailing

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80580 (PR #80584)

2024-02-03 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/80584 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-comm

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80348 (PR #80585)

2024-02-04 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 commented: This is incorrectly formatted (sorry for not catching that in my initial review). It should be the following: ```yaml on: pull_request_target: branches: - main ``` I pushed a fixup to main 4b34558f43121df9b863ff2492f74fb2e65a5af1. https

[llvm-branch-commits] [llvm] Use container on Linux to run llvm-project-tests workflow (#81349) (PR #81807)

2024-02-14 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/81807 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi

[llvm-branch-commits] [llvm] release/18.x: [workflows] Fix permissions check for creating new releases (#81163) (PR #82453)

2024-02-20 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/82453 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-comm

[llvm-branch-commits] [llvm] release/18.x: github-upload-release.py: Fix bug preventing release creation (#84571) (PR #88425)

2024-04-12 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/88425 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-comm

[llvm-branch-commits] [llvm] [workflows] Fix libclang-abi-tests to work with new version scheme (PR #91096)

2024-05-04 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 commented: Given this only runs on the release branches, this patch should probably land in `main` as well? https://github.com/llvm/llvm-project/pull/91096 ___ llvm-branch-commits mailing list llvm-branch-commits@list

[llvm-branch-commits] [clang] [llvm] Backport some fixes for building the release binaries (PR #91095)

2024-05-04 Thread Aiden Grossman via llvm-branch-commits
@@ -22,7 +22,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR) set(LLVM_VERSION_MINOR 1) endif() if(NOT DEFINED LLVM_VERSION_PATCH) - set(LLVM_VERSION_PATCH 5) + set(LLVM_VERSION_PATCH 6) boomanaiden154 wrote: Is this supposed to be included in this PR? https://git

[llvm-branch-commits] [clang] [llvm] Backport some fixes for building the release binaries (PR #91095)

2024-05-04 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 edited https://github.com/llvm/llvm-project/pull/91095 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] Backport some fixes for building the release binaries (PR #91095)

2024-05-04 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. Seems reasonable enough to me. https://github.com/llvm/llvm-project/pull/91095 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/

[llvm-branch-commits] [clang] [llvm] Backport some fixes for building the release binaries (PR #91095)

2024-05-04 Thread Aiden Grossman via llvm-branch-commits
@@ -2,7 +2,7 @@ __author__ = "Daniel Dunbar" __email__ = "dan...@minormatter.com" -__versioninfo__ = (18, 1, 5) +__versioninfo__ = (18, 1, 6) boomanaiden154 wrote: Ditto here? https://github.com/llvm/llvm-project/pull/91095 __

[llvm-branch-commits] [llvm] add2053 - Reland "[llvm-exegesis] Fix preservation of RDI in subprocess mode (#72458)"

2023-11-17 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-16T14:03:07-08:00 New Revision: add20537cc764b8afb97df85acba7c21d6537ae3 URL: https://github.com/llvm/llvm-project/commit/add20537cc764b8afb97df85acba7c21d6537ae3 DIFF: https://github.com/llvm/llvm-project/commit/add20537cc764b8afb97df85acba7c21d6537ae3.diff

[llvm-branch-commits] [llvm] 6d0afd5 - [llvm-exegesis] Refactor ExecutableFunction to use a named constructor

2023-11-20 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-20T00:44:54-08:00 New Revision: 6d0afd5b1c4564255e76b1caf06b0ad51b329372 URL: https://github.com/llvm/llvm-project/commit/6d0afd5b1c4564255e76b1caf06b0ad51b329372 DIFF: https://github.com/llvm/llvm-project/commit/6d0afd5b1c4564255e76b1caf06b0ad51b329372.diff

[llvm-branch-commits] [llvm] 9dfa6f5 - [llvm-exegesis] Switch from MCJIT to LLJIT

2023-11-20 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-20T00:47:24-08:00 New Revision: 9dfa6f5607ab945e2ba36da148c3669cdf723dc2 URL: https://github.com/llvm/llvm-project/commit/9dfa6f5607ab945e2ba36da148c3669cdf723dc2 DIFF: https://github.com/llvm/llvm-project/commit/9dfa6f5607ab945e2ba36da148c3669cdf723dc2.diff

[llvm-branch-commits] [llvm] [llvm-exegesis] Switch from MCJIT to LLJIT (PR #72838)

2023-11-20 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/72838 This patch switches from using MCJIT to LLJIT as MCJIT is going to be deprecated soon. >From 9dfa6f5607ab945e2ba36da148c3669cdf723dc2 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Mon, 20 Nov 2023

[llvm-branch-commits] [llvm] [llvm-exegesis] Switch from MCJIT to LLJIT (PR #72838)

2023-11-23 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: @legrosbuffle can you review this when you get a chance? It's a stacked patch against https://github.com/llvm/llvm-project/pull/72837 and should be relatively mechanical maintenance. https://github.com/llvm/llvm-project/pull/72838 _

[llvm-branch-commits] [llvm] 1408ee2 - Assert symbol name, add comment about symbol naming

2023-11-24 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-24T02:03:29-08:00 New Revision: 1408ee2eedd4af7cbf94d6e7570c0272e92a8846 URL: https://github.com/llvm/llvm-project/commit/1408ee2eedd4af7cbf94d6e7570c0272e92a8846 DIFF: https://github.com/llvm/llvm-project/commit/1408ee2eedd4af7cbf94d6e7570c0272e92a8846.diff

[llvm-branch-commits] [llvm] [llvm-exegesis] Switch from MCJIT to LLJIT (PR #72838)

2023-11-24 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/72838 >From 9dfa6f5607ab945e2ba36da148c3669cdf723dc2 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Mon, 20 Nov 2023 00:42:01 -0800 Subject: [PATCH 1/2] [llvm-exegesis] Switch from MCJIT to LLJIT This patc

[llvm-branch-commits] [llvm] 4afbf8b - [llvm-exegesis] Switch from MCJIT to LLJIT

2023-11-24 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-24T02:17:07-08:00 New Revision: 4afbf8b5534ebcd15b488b738c242f012e224941 URL: https://github.com/llvm/llvm-project/commit/4afbf8b5534ebcd15b488b738c242f012e224941 DIFF: https://github.com/llvm/llvm-project/commit/4afbf8b5534ebcd15b488b738c242f012e224941.diff

[llvm-branch-commits] [llvm] b76d51e - Assert symbol name, add comment about symbol naming

2023-11-24 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-24T02:17:07-08:00 New Revision: b76d51ee7c4bbc942e2860ab5fc0383f7a0d2fe1 URL: https://github.com/llvm/llvm-project/commit/b76d51ee7c4bbc942e2860ab5fc0383f7a0d2fe1 DIFF: https://github.com/llvm/llvm-project/commit/b76d51ee7c4bbc942e2860ab5fc0383f7a0d2fe1.diff

[llvm-branch-commits] [llvm] 0276bc1 - [LVI] Add NewPM printer pass

2023-11-25 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-25T21:20:29-08:00 New Revision: 0276bc121c06eebe3a031d72a971d84a20c7f1b5 URL: https://github.com/llvm/llvm-project/commit/0276bc121c06eebe3a031d72a971d84a20c7f1b5 DIFF: https://github.com/llvm/llvm-project/commit/0276bc121c06eebe3a031d72a971d84a20c7f1b5.diff

[llvm-branch-commits] [llvm] 7317f70 - [JumpThreading] Remove LVI printer flag

2023-11-25 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-25T21:29:11-08:00 New Revision: 7317f7018ce98afa2e58c7c8af166a849b4a1674 URL: https://github.com/llvm/llvm-project/commit/7317f7018ce98afa2e58c7c8af166a849b4a1674 DIFF: https://github.com/llvm/llvm-project/commit/7317f7018ce98afa2e58c7c8af166a849b4a1674.diff

[llvm-branch-commits] [llvm] [JumpThreading] Remove LVI printer flag (PR #73426)

2023-11-25 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/73426 This patch removes the -print-lvi-after-jump-threading flag now that we can print everything in the LVI cache using the print pass. >From 7317f7018ce98afa2e58c7c8af166a849b4a1674 Mon Sep 17 00:00:00 2001

[llvm-branch-commits] [llvm] 2f81917 - [JumpThreading] Remove LVI printer flag

2023-11-26 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-11-26T23:35:55-08:00 New Revision: 2f81917739dd7931059bb65311160a44d9404d5a URL: https://github.com/llvm/llvm-project/commit/2f81917739dd7931059bb65311160a44d9404d5a DIFF: https://github.com/llvm/llvm-project/commit/2f81917739dd7931059bb65311160a44d9404d5a.diff

[llvm-branch-commits] [llvm] 592ab21 - [llvm-exegesis] Add explicit error message with segfault address

2023-12-02 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-12-02T13:33:18-08:00 New Revision: 592ab2122dbe5c38712b5b9fc17126308783467a URL: https://github.com/llvm/llvm-project/commit/592ab2122dbe5c38712b5b9fc17126308783467a DIFF: https://github.com/llvm/llvm-project/commit/592ab2122dbe5c38712b5b9fc17126308783467a.diff

[llvm-branch-commits] [llvm] 2bddb10 - [llvm-exegesis] Minor changes for downstream consumers

2023-12-02 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-12-02T14:20:11-08:00 New Revision: 2bddb1011489651cb2e5f2f94d5fae89ddf63216 URL: https://github.com/llvm/llvm-project/commit/2bddb1011489651cb2e5f2f94d5fae89ddf63216 DIFF: https://github.com/llvm/llvm-project/commit/2bddb1011489651cb2e5f2f94d5fae89ddf63216.diff

[llvm-branch-commits] [llvm] [llvm-exegesis] Minor changes for downstream consumers (PR #74211)

2023-12-02 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/74211 This patch adjust the runConfiguration function to allow passing a parameter to force returning SnippetCrashes as errors rather than serializing them as strings in the returned Benchmark object. In additi

[llvm-branch-commits] [llvm] [llvm-exegesis] Minor changes for downstream consumers (PR #74211)

2023-12-02 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: This seemed to be the most minimally invasive set of changes to achieve what I needed to be able to use things downstream. I tried a couple alternatives, but couldn't get them to work or they weren't as clean. Happy if there are other suggestions that make things cleaner

[llvm-branch-commits] [llvm] f13b5d3 - Actually update code

2023-12-02 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-12-02T14:31:33-08:00 New Revision: f13b5d31450a095d6e11176b3db787f1e0894337 URL: https://github.com/llvm/llvm-project/commit/f13b5d31450a095d6e11176b3db787f1e0894337 DIFF: https://github.com/llvm/llvm-project/commit/f13b5d31450a095d6e11176b3db787f1e0894337.diff

[llvm-branch-commits] [llvm] [llvm-exegesis] Minor changes for downstream consumers (PR #74211)

2023-12-02 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/74211 >From 2bddb1011489651cb2e5f2f94d5fae89ddf63216 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 2 Dec 2023 14:18:50 -0800 Subject: [PATCH 1/2] [llvm-exegesis] Minor changes for downstream consumers

[llvm-branch-commits] [llvm] [llvm-exegesis] Minor changes for downstream consumers (PR #74211)

2023-12-07 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: Bump on this when reviewers have a chance. Thanks! https://github.com/llvm/llvm-project/pull/74211 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch

[llvm-branch-commits] [llvm] [llvm-exegesis] Minor changes for downstream consumers (PR #74211)

2023-12-07 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: Closed in favor of #74711. Will add the getter as part of #74210. https://github.com/llvm/llvm-project/pull/74211 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listi

[llvm-branch-commits] [llvm] [llvm-exegesis] Minor changes for downstream consumers (PR #74211)

2023-12-07 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 closed https://github.com/llvm/llvm-project/pull/74211 ___ 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] [llvm-exegesis] Add tablegen support for validation counters (PR #76652)

2023-12-30 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/76652 This patch adds support in the llvm-exegesis tablegen emitter for validation counters. Full support for validation counters in llvm-exegesis is added in a future patch. >From 75261b9626878b92fa4bde2b4801

[llvm-branch-commits] [llvm] [llvm-exegesis] Add support for validation counters (PR #76653)

2023-12-30 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/76653 This patch adds support for validation counters. Validation counters can be used to measure events that occur during snippet execution like cache misses to ensure that certain assumed invariants about the

[llvm-branch-commits] [llvm] [llvm-exegesis] Add support for validation counters (PR #76653)

2023-12-30 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76653 >From 76f199f4fc7244c3d972736595c685d7316c5203 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 30 Dec 2023 18:18:12 -0800 Subject: [PATCH 1/2] [llvm-exegesis] Add support for validation counters

[llvm-branch-commits] [llvm] [llvm-exegesis] Add tablegen support for validation counters (PR #76652)

2024-01-02 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76652 >From 75261b9626878b92fa4bde2b4801815251238748 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 30 Dec 2023 17:03:59 -0800 Subject: [PATCH 1/2] [llvm-exegesis] Add tablegen support for validation

[llvm-branch-commits] [llvm] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-02 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76653 >From 76f199f4fc7244c3d972736595c685d7316c5203 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 30 Dec 2023 18:18:12 -0800 Subject: [PATCH 1/2] [llvm-exegesis] Add support for validation counters

[llvm-branch-commits] [llvm] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-02 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76653 >From 76f199f4fc7244c3d972736595c685d7316c5203 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 30 Dec 2023 18:18:12 -0800 Subject: [PATCH 1/3] [llvm-exegesis] Add support for validation counters

[llvm-branch-commits] [llvm] [llvm-exegesis] Add additional validation counters (PR #76788)

2024-01-03 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/76788 This patch adds support for additional types of validation counters and also adds mappings between these new validation counter types and physical counters on the hardware for microarchitectures that I ha

[llvm-branch-commits] [llvm] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-03 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76653 >From 76f199f4fc7244c3d972736595c685d7316c5203 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 30 Dec 2023 18:18:12 -0800 Subject: [PATCH 1/4] [llvm-exegesis] Add support for validation counters

[llvm-branch-commits] [llvm] [llvm-exegesis] Add additional validation counters (PR #76788)

2024-01-03 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76788 >From 0c45220a79dcada7e1d0f54490b452e02a2b8e4f Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Tue, 2 Jan 2024 22:54:35 -0800 Subject: [PATCH] [llvm-exegesis] Add additional validation counters This p

[llvm-branch-commits] [llvm] [llvm-exegesis] Add additional validation counters (PR #76788)

2024-01-03 Thread Aiden Grossman via llvm-branch-commits
@@ -121,7 +121,12 @@ def HaswellPfmCounters : ProcPfmCounters { PfmIssueCounter<"HWPort7", "uops_executed_port:port_7"> ]; let ValidationCounters = [ -PfmValidationCounter +PfmValidationCounter, +PfmValidationCounter, +PfmValidationCounter, +PfmValid

[llvm-branch-commits] [llvm] [llvm-exegesis] Add additional validation counters (PR #76788)

2024-01-03 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76788 >From 0c45220a79dcada7e1d0f54490b452e02a2b8e4f Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Tue, 2 Jan 2024 22:54:35 -0800 Subject: [PATCH 1/2] [llvm-exegesis] Add additional validation counters Th

[llvm-branch-commits] [llvm] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-03 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76653 >From 76f199f4fc7244c3d972736595c685d7316c5203 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 30 Dec 2023 18:18:12 -0800 Subject: [PATCH 1/5] [llvm-exegesis] Add support for validation counters

[llvm-branch-commits] [llvm] [llvm-exegesis] Add additional validation counters (PR #76788)

2024-01-03 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76788 >From c665ef230d082dc6dddbe6707f0ad43fe28d680c Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Tue, 2 Jan 2024 22:54:35 -0800 Subject: [PATCH 1/2] [llvm-exegesis] Add additional validation counters Th

[llvm-branch-commits] [llvm] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-04 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76653 >From 76f199f4fc7244c3d972736595c685d7316c5203 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 30 Dec 2023 18:18:12 -0800 Subject: [PATCH 1/6] [llvm-exegesis] Add support for validation counters

[llvm-branch-commits] [llvm] [clang] [clang-tools-extra] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-10 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76653 >From 76f199f4fc7244c3d972736595c685d7316c5203 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 30 Dec 2023 18:18:12 -0800 Subject: [PATCH 1/6] [llvm-exegesis] Add support for validation counters

[llvm-branch-commits] [llvm] [lld] [clang-tools-extra] [clang] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-12 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 edited https://github.com/llvm/llvm-project/pull/76653 ___ 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] [clang-tools-extra] [compiler-rt] [clang] [libcxx] [lld] [flang] [libc] [lldb] [libcxxabi] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-12 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76653 >From 0196a8780f2d3a378f0fd3b86a6e6b6590ca02de Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 30 Dec 2023 15:37:56 -0800 Subject: [PATCH 01/14] [llvm-exegesis] Remove unused Counter::read method

[llvm-branch-commits] [lldb] [libc] [lld] [libcxx] [clang] [compiler-rt] [flang] [clang-tools-extra] [llvm] [libcxxabi] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-12 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76653 >From 0196a8780f2d3a378f0fd3b86a6e6b6590ca02de Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 30 Dec 2023 15:37:56 -0800 Subject: [PATCH 01/15] [llvm-exegesis] Remove unused Counter::read method

[llvm-branch-commits] [llvm] [llvm-exegesis] Refactor individual counter data to ConfiguredEvent (PR #77900)

2024-01-12 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/77900 This further sets things up for validation events. Having a separate abstraction for a configured event that is setup as a counter allows for much easier creation of more events in the future within a sin

[llvm-branch-commits] [lldb] [clang-tools-extra] [lld] [compiler-rt] [clang] [llvm] [libc] [libcxxabi] [flang] [libcxx] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-12 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 edited https://github.com/llvm/llvm-project/pull/76653 ___ 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] [lldb] [clang-tools-extra] [lld] [compiler-rt] [clang] [llvm] [libc] [libcxxabi] [flang] [libcxx] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-12 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/76653 >From 0196a8780f2d3a378f0fd3b86a6e6b6590ca02de Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 30 Dec 2023 15:37:56 -0800 Subject: [PATCH 01/15] [llvm-exegesis] Remove unused Counter::read method

[llvm-branch-commits] [lldb] [clang-tools-extra] [lld] [compiler-rt] [clang] [llvm] [libc] [libcxxabi] [flang] [libcxx] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-12 Thread Aiden Grossman via llvm-branch-commits
@@ -112,9 +116,11 @@ class Counter { PerfEvent Event; int FileDescriptor = -1; bool IsDummyEvent; + std::vector ValidationEvents; boomanaiden154 wrote: Done. I've split some of the refactoring into separate patches to try and keep the diffs a little bi

[llvm-branch-commits] [libcxx] [lldb] [clang-tools-extra] [llvm] [compiler-rt] [libc] [libcxxabi] [clang] [lld] [flang] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-12 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 edited https://github.com/llvm/llvm-project/pull/76653 ___ 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] [clang-tools-extra] [libc] [lld] [lldb] [clang] [libcxx] [libcxxabi] [flang] [compiler-rt] [llvm-exegesis] Add support for validation counters (PR #76653)

2024-01-12 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: @legrosbuffle I saw you approved the two prerequisite PRs. Do you have any additional comments on this one? https://github.com/llvm/llvm-project/pull/76653 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org h

[llvm-branch-commits] [llvm] [MLGO] Remove absl dependency from scripts (PR #78880)

2024-01-20 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/78880 This patch removes the absl dependency from the mlgo-utils scripts. We were only using absl.logging, and absl.flags, so this patch just consists of mechanically converting the absl flags parsing to Python

[llvm-branch-commits] [llvm] [MLGO] Remove absl dependency from scripts (PR #78880)

2024-01-20 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/78880 >From 9dfc0ac712315f232e69496b7f8c0aed20421626 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sun, 21 Jan 2024 06:08:28 + Subject: [PATCH 1/2] [MLGO] Remove absl dependency from scripts This patc

[llvm-branch-commits] [llvm] release/19.x: [MCA][X86] Add missing 512-bit vpscatterqd/vscatterqps schedule data (REAPPLIED) (PR #105815)

2024-08-23 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/105815 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-com

[llvm-branch-commits] [llvm] release/19.x: [Instrumentation] Fix EdgeCounts vector size in SetBranchWeights (#99064) (PR #106823)

2024-08-31 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: This needs to be merged by one of the release managers (the release branches are protected). Tobias will probably get to it by early next week. https://github.com/llvm/llvm-project/pull/106823 ___ llvm-branch-commits mailing list

[llvm-branch-commits] [llvm] d77d2b7 - [Propeller] Make decoding BBAddrMaps trace through relocations

2023-02-25 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-02-25T10:30:37Z New Revision: d77d2b71558dd8de68c8d718a2dca17c1704b661 URL: https://github.com/llvm/llvm-project/commit/d77d2b71558dd8de68c8d718a2dca17c1704b661 DIFF: https://github.com/llvm/llvm-project/commit/d77d2b71558dd8de68c8d718a2dca17c1704b661.diff LOG

[llvm-branch-commits] [llvm] c1f87dc - Refactored getSectionAndRelocations

2023-02-25 Thread Aiden Grossman via llvm-branch-commits
Author: Aiden Grossman Date: 2023-02-25T10:30:32Z New Revision: c1f87dca0e8e13964ccd04718792da5cf4b3ca49 URL: https://github.com/llvm/llvm-project/commit/c1f87dca0e8e13964ccd04718792da5cf4b3ca49 DIFF: https://github.com/llvm/llvm-project/commit/c1f87dca0e8e13964ccd04718792da5cf4b3ca49.diff LOG

[llvm-branch-commits] [llvm] [StructuralHash] Support Differences (PR #112638)

2024-10-19 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: > IIRC we have several lit tests that cover structural hash, shouldn't we have > a new test there that uses the new functionality? The lit tests for structural hashing are pretty limited and mostly designed to just test the structural hash printer pass that I needed for o

[llvm-branch-commits] [llvm] [StructuralHash] Support Differences (PR #112638)

2024-10-25 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. https://github.com/llvm/llvm-project/pull/112638 ___ 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] [Github] Add new workflow to build metrics container (PR #117462)

2024-11-23 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/117462 This patch adds a new Github Actions workflow to build the metrics container and push it to the Github Container Registry. >From 0522707ac0686fdbf578c20690ebfcec3539645e Mon Sep 17 00:00:00 2001 From: Ai

[llvm-branch-commits] [llvm] [Github] Add new workflow to build metrics container (PR #117462)

2024-11-23 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 ready_for_review https://github.com/llvm/llvm-project/pull/117462 ___ 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] [Github] Add new workflow to build metrics container (PR #117462)

2024-11-23 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: > The workflow file looks fine to me. I'm not sure what this container is meant > to do though. It builds the container in https://github.com/llvm/llvm-project/pull/117461. I definitely could've made this a bit more clear in the commit description. Sorry about that. It

[llvm-branch-commits] [llvm] workflows/premerge: Cancel in progress jobs when a PR is merged (#125329) (PR #125588)

2025-02-03 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. https://github.com/llvm/llvm-project/pull/125588 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: workflows/release-tasks: Re-use release-binaries-all workflow (#125378) (PR #125585)

2025-02-03 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. https://github.com/llvm/llvm-project/pull/125585 ___ 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] workflows/premerge: Enable macos builds (PR #125176)

2025-01-31 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. LGTM. Eventually we will want to turn on the premerge jobs as we plan on sunsetting the Buildkite infrastructure once the new self-hosted GHA runner system is stable. I can help backport and patches that need to make it to the relea

[llvm-branch-commits] [llvm] release/20.x: workflows/premerge: Move concurrency definition to workflow level (#126308) (PR #126310)

2025-02-07 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. https://github.com/llvm/llvm-project/pull/126310 ___ 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] [ELF] Add support for CREL locations for SHT_LLVM_BB_ADDR_MAP (PR #126446)

2025-02-09 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/126446 This patch adds support for properly decoding SHT_LLVM_BB_ADDR_MAP sections in relocatable object files when the relocation format is CREL. ___ llvm-branch-co

[llvm-branch-commits] [ELF] Add support for CREL locations for SHT_LLVM_BB_ADDR_MAP (PR #126446)

2025-02-09 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: This is a stacked PR on top of #126445. https://github.com/llvm/llvm-project/pull/126446 ___ 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] [ELF] Add support for CREL locations for SHT_LLVM_BB_ADDR_MAP (PR #126446)

2025-02-10 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/126446 ___ 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] [ELF] Add support for CREL locations for SHT_LLVM_BB_ADDR_MAP (PR #126446)

2025-02-10 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/126446 ___ 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] workflows/premerge: Re-enable tests (PR #125978)

2025-02-05 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. https://github.com/llvm/llvm-project/pull/125978 ___ 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] [ELF] Add support for CREL locations for SHT_LLVM_BB_ADDR_MAP (PR #126446)

2025-02-10 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/126446 ___ 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] [ELF] Add support for CREL locations for SHT_LLVM_BB_ADDR_MAP (PR #126446)

2025-02-10 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/126446 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: workflows/premerge: Add macOS testing for release branch (#124303) (PR #125161)

2025-01-30 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. https://github.com/llvm/llvm-project/pull/125161 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: workflows/premerge: Fix condition for macos job (#125237) (PR #125305)

2025-01-31 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. https://github.com/llvm/llvm-project/pull/125305 ___ 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] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 1/7] [CI][Github] Add linux premerge workflow This patch

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 1/8] [CI][Github] Add linux premerge workflow This patch

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 1/2] [CI][Github] Add linux premerge workflow This patch

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/10] [CI][Github] Add linux premerge workflow This pat

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 1/9] [CI][Github] Add linux premerge workflow This patch

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/11] [CI][Github] Add linux premerge workflow This pat

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/18] [CI][Github] Add linux premerge workflow This pat

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 1/6] [CI][Github] Add linux premerge workflow This patch

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/15] [CI][Github] Add linux premerge workflow This pat

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/16] [CI][Github] Add linux premerge workflow This pat

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/22] [CI][Github] Add linux premerge workflow This pat

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/24] [CI][Github] Add linux premerge workflow This pat

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/20] [CI][Github] Add linux premerge workflow This pat

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/25] [CI][Github] Add linux premerge workflow This pat

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/23] [CI][Github] Add linux premerge workflow This pat

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/26] [CI][Github] Add linux premerge workflow This pat

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/27] [CI][Github] Add linux premerge workflow This pat

[llvm-branch-commits] [llvm] [CI][Github] Add linux premerge workflow (PR #119635)

2024-12-11 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/119635 >From 19f4098c0934f242ed5b332533dfe03c44e82de8 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Dec 2024 23:31:07 + Subject: [PATCH 01/12] [CI][Github] Add linux premerge workflow This pat

  1   2   3   4   >