[llvm-branch-commits] [flang] [Flang][OpenMP] Restructure recursive lowering in `createBodyOfOp` (PR #77761)

2024-01-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-openmp @llvm/pr-subscribers-flang-fir-hlfir Author: Krzysztof Parzyszek (kparzysz) Changes This brings `createBodyOfOp` to its final intended form. First, input privatization is performed, then the recursive lowering takes place, and finally the

[llvm-branch-commits] [flang] [flang][openacc] Carry device dependent info for acc routine in the module file (PR #77804)

2024-01-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-semantics Author: Valentin Clement (バレンタイン クレメン) (clementval) Changes - Move the DeviceType enumeratoon to `Fortran::common` so it can be used outside of parser only. - Store the device_type dependent information on the symbol and reproduce them

[llvm-branch-commits] [flang] [flang][openacc] Carry device dependent info for acc routine in the module file (PR #77804)

2024-01-11 Thread via llvm-branch-commits
Valentin Clement =?utf-8?b?KOODkOODrOODsw==?= Message-ID: In-Reply-To: https://github.com/jeanPerier approved this pull request. https://github.com/llvm/llvm-project/pull/77804 ___ llvm-branch-commits mailing list [email protected] h

[llvm-branch-commits] [compiler-rt] 66f96e7 - Revert "[builtins] Generate __multc3 for z/OS"

2024-01-11 Thread via llvm-branch-commits
Author: Vitaly Buka Date: 2024-01-11T23:08:52-08:00 New Revision: 66f96e7953445486e080d8aececfdf71d5d7c4b9 URL: https://github.com/llvm/llvm-project/commit/66f96e7953445486e080d8aececfdf71d5d7c4b9 DIFF: https://github.com/llvm/llvm-project/commit/66f96e7953445486e080d8aececfdf71d5d7c4b9.diff L

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

2024-01-12 Thread via llvm-branch-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff e3e47a15679e2df3f1b5f161164bc0fe82833583 ea146f2462c7155fc796b58bb7f7d92527e58422 --

[llvm-branch-commits] [clang] 44fbb43 - Revert "[clang][dataflow] Process terminator condition within `transferCFGBlock()`."

2024-01-12 Thread via llvm-branch-commits
Author: martinboehme Date: 2024-01-12T09:53:53+01:00 New Revision: 44fbb43480c8779e8164a21dacb4d524d69b0e07 URL: https://github.com/llvm/llvm-project/commit/44fbb43480c8779e8164a21dacb4d524d69b0e07 DIFF: https://github.com/llvm/llvm-project/commit/44fbb43480c8779e8164a21dacb4d524d69b0e07.diff

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

2024-01-12 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-tools-llvm-exegesis Author: Aiden Grossman (boomanaiden154) Changes 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

[llvm-branch-commits] [openmp] 09a3a18 - Revert "[OpenMP] Fix two usm tests for amdgpus."

2024-01-12 Thread via llvm-branch-commits
Author: carlobertolli Date: 2024-01-12T15:01:30-06:00 New Revision: 09a3a18b2d9a83c1f0399f60fe7673af40edcee4 URL: https://github.com/llvm/llvm-project/commit/09a3a18b2d9a83c1f0399f60fe7673af40edcee4 DIFF: https://github.com/llvm/llvm-project/commit/09a3a18b2d9a83c1f0399f60fe7673af40edcee4.diff

[llvm-branch-commits] [llvm] adf3135 - Revert "[InstCombine] Fold `icmp pred (inttoptr X), (inttoptr Y) -> icmp pred X, Y`"

2024-01-13 Thread via llvm-branch-commits
Author: Vitaly Buka Date: 2024-01-13T00:46:37-08:00 New Revision: adf313575882898bc2cda09f891b80aa1a2786f2 URL: https://github.com/llvm/llvm-project/commit/adf313575882898bc2cda09f891b80aa1a2786f2 DIFF: https://github.com/llvm/llvm-project/commit/adf313575882898bc2cda09f891b80aa1a2786f2.diff L

[llvm-branch-commits] [clang] [llvm] [SPARC] Prefer RDPC over CALL to implement GETPCX for 64-bit target (PR #77196)

2024-01-13 Thread via llvm-branch-commits
https://github.com/koachan updated https://github.com/llvm/llvm-project/pull/77196 >From f4830825ebea96f71fb1b9d1f1192114291b093c Mon Sep 17 00:00:00 2001 From: Koakuma Date: Sun, 14 Jan 2024 10:35:24 +0700 Subject: [PATCH] Add nounwind to test cases Created using spr 1.3.4 --- llvm/test/Code

[llvm-branch-commits] [llvm] [clang] [SPARC] Prefer RDPC over CALL to implement GETPCX for 64-bit target (PR #77196)

2024-01-14 Thread via llvm-branch-commits
https://github.com/koachan updated https://github.com/llvm/llvm-project/pull/77196 >From f4830825ebea96f71fb1b9d1f1192114291b093c Mon Sep 17 00:00:00 2001 From: Koakuma Date: Sun, 14 Jan 2024 10:35:24 +0700 Subject: [PATCH 1/2] Add nounwind to test cases Created using spr 1.3.4 --- llvm/test/

[llvm-branch-commits] [clang] [llvm] [SPARC] Prefer RDPC over CALL to implement GETPCX for 64-bit target (PR #77196)

2024-01-14 Thread via llvm-branch-commits
koachan wrote: Lemme see if I can do it I used `spr` to make the PRs, it should still be mergeable from there, I think? https://github.com/llvm/llvm-project/pull/77196 ___ llvm-branch-commits mailing list [email protected] https://list

[llvm-branch-commits] [clang] [llvm] [SPARC] Prefer RDPC over CALL to implement GETPCX for 64-bit target (PR #77196)

2024-01-15 Thread via llvm-branch-commits
koachan wrote: Uh oh, seems like I couldn't merge it with the tool either... Guess I'll open a new PR to merge this, would that be okay? @brad0 @s-barannikov https://github.com/llvm/llvm-project/pull/77196 ___ llvm-branch-commits mailing list llvm-br

[llvm-branch-commits] [mlir] 91eb719 - Revert "[mlir][ExecutionEngine] Add support for global constructors and destructors"

2024-01-15 Thread via llvm-branch-commits
Author: Cullen Rhodes Date: 2024-01-15T14:10:08Z New Revision: 91eb719cae57c7787af56401d2e63545cc53bc75 URL: https://github.com/llvm/llvm-project/commit/91eb719cae57c7787af56401d2e63545cc53bc75 DIFF: https://github.com/llvm/llvm-project/commit/91eb719cae57c7787af56401d2e63545cc53bc75.diff LOG:

[llvm-branch-commits] [llvm] 1b922e1 - Revert "[DFAJumpThreading] Extends the bitwidth of state from uint64_t to APInt"

2024-01-15 Thread via llvm-branch-commits
Author: Vitaly Buka Date: 2024-01-15T17:50:16-08:00 New Revision: 1b922e19e3c0047206e7f6ba62e44d1f17880ec5 URL: https://github.com/llvm/llvm-project/commit/1b922e19e3c0047206e7f6ba62e44d1f17880ec5 DIFF: https://github.com/llvm/llvm-project/commit/1b922e19e3c0047206e7f6ba62e44d1f17880ec5.diff L

[llvm-branch-commits] [llvm] [DirectX] Move DXIL ResourceKind and ElementType to DXILABI.h. NFC (PR #78225)

2024-01-15 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-directx Author: Justin Bogner (bogner) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/78225.diff 4 Files Affected: - (modified) llvm/include/llvm/Frontend/HLSL/HLSLResource.h (+4-48) - (modified) llvm/include/llvm/Support/

[llvm-branch-commits] [llvm] [DirectX] Move DXIL ResourceKind and ElementType to DXILABI.h. NFC (PR #78225)

2024-01-15 Thread via llvm-branch-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff b0fff11ff5d46deb5df3485b87b22bb61e93910f edca247b1dec13f7549ad7d43881d0c2b8f34d62 --

[llvm-branch-commits] [clang] [llvm] [SPARC] Prefer RDPC over CALL to implement GETPCX for 64-bit target (PR #77196)

2024-01-16 Thread via llvm-branch-commits
koachan wrote: Okay, new PR is at https://github.com/llvm/llvm-project/pull/78280. https://github.com/llvm/llvm-project/pull/77196 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/l

[llvm-branch-commits] [flang] [Flang][Lower] Attach target_cpu and target_features attributes to MLIR functions (PR #78289)

2024-01-16 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-driver @llvm/pr-subscribers-flang-fir-hlfir Author: Sergio Afonso (skatrak) Changes This patch forwards the target CPU and features information from the Flang frontend to MLIR func.func operation attributes, which are later used to populate the t

[llvm-branch-commits] [flang] [mlir] [Flang][MLIR][OpenMP] Use function-attached target attributes for OpenMP lowering (PR #78291)

2024-01-16 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-openmp Author: Sergio Afonso (skatrak) Changes This patch removes the omp.target module attribute, since the information it held on the target CPU and features is available to each function as a function attribute. Target outlining during the MLIR

[llvm-branch-commits] [flang] [mlir] [Flang][MLIR][OpenMP] Use function-attached target attributes for OpenMP lowering (PR #78291)

2024-01-16 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-driver @llvm/pr-subscribers-flang-fir-hlfir @llvm/pr-subscribers-mlir Author: Sergio Afonso (skatrak) Changes This patch removes the omp.target module attribute, since the information it held on the target CPU and features is available to each fun

[llvm-branch-commits] [llvm] bcdbff6 - Revert "[AMDGPU] Sign extend simm16 in setreg intrinsic"

2024-01-16 Thread via llvm-branch-commits
Author: Florian Mayer Date: 2024-01-16T16:37:21-08:00 New Revision: bcdbff65490a76f30624ded5de5e6301e28f1b96 URL: https://github.com/llvm/llvm-project/commit/bcdbff65490a76f30624ded5de5e6301e28f1b96 DIFF: https://github.com/llvm/llvm-project/commit/bcdbff65490a76f30624ded5de5e6301e28f1b96.diff

[llvm-branch-commits] [libc] ac399a8 - Revert "[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization"

2024-01-17 Thread via llvm-branch-commits
Author: Guillaume Chatelet Date: 2024-01-17T16:50:21+01:00 New Revision: ac399a840720a0af34868dc99a37a5ba1ac63090 URL: https://github.com/llvm/llvm-project/commit/ac399a840720a0af34868dc99a37a5ba1ac63090 DIFF: https://github.com/llvm/llvm-project/commit/ac399a840720a0af34868dc99a37a5ba1ac63090.

[llvm-branch-commits] [llvm] af9be74 - Revert "[SimplifyCFG] `switch`: Do Not Transform the Default Case if the Condition is Too Wide"

2024-01-17 Thread via llvm-branch-commits
Author: alexfh Date: 2024-01-17T17:38:53+01:00 New Revision: af9be748c63d0b905bd2b084ac261a94166cfb86 URL: https://github.com/llvm/llvm-project/commit/af9be748c63d0b905bd2b084ac261a94166cfb86 DIFF: https://github.com/llvm/llvm-project/commit/af9be748c63d0b905bd2b084ac261a94166cfb86.diff LOG: R

[llvm-branch-commits] [clang] d534c23 - Revert "[clang] Fix CTAD for aggregates for nested template classes"

2024-01-17 Thread via llvm-branch-commits
Author: antangelo Date: 2024-01-17T22:55:55-05:00 New Revision: d534c2333cdba7749f22fd631ec8a73a13c2405b URL: https://github.com/llvm/llvm-project/commit/d534c2333cdba7749f22fd631ec8a73a13c2405b DIFF: https://github.com/llvm/llvm-project/commit/d534c2333cdba7749f22fd631ec8a73a13c2405b.diff LOG

[llvm-branch-commits] [llvm] 0cf9bfd - Revert "[CodeGen] Support start/stop in CodeGenPassBuilder"

2024-01-18 Thread via llvm-branch-commits
Author: paperchalice Date: 2024-01-18T20:07:41+08:00 New Revision: 0cf9bfdbd448883a3cc65086d3824471e1f0ac23 URL: https://github.com/llvm/llvm-project/commit/0cf9bfdbd448883a3cc65086d3824471e1f0ac23 DIFF: https://github.com/llvm/llvm-project/commit/0cf9bfdbd448883a3cc65086d3824471e1f0ac23.diff

[llvm-branch-commits] [libcxx] 7800ae0 - Revert "[ASan][libc++] Turn on ASan annotations for short strings"

2024-01-18 Thread via llvm-branch-commits
Author: Vitaly Buka Date: 2024-01-18T13:21:23-08:00 New Revision: 7800ae0a0f495bb2cc5cefd855339db72232640f URL: https://github.com/llvm/llvm-project/commit/7800ae0a0f495bb2cc5cefd855339db72232640f DIFF: https://github.com/llvm/llvm-project/commit/7800ae0a0f495bb2cc5cefd855339db72232640f.diff L

[llvm-branch-commits] [mlir] 21ee8f0 - Revert "[mlir][amdgpu] Shared memory access optimization pass"

2024-01-19 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2024-01-19T16:41:15-08:00 New Revision: 21ee8f0cae5b87b124cefbc1b241b3f921567223 URL: https://github.com/llvm/llvm-project/commit/21ee8f0cae5b87b124cefbc1b241b3f921567223 DIFF: https://github.com/llvm/llvm-project/commit/21ee8f0cae5b87b124cefbc1b241b3f921567223.diff L

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

2024-01-20 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlgo Author: Aiden Grossman (boomanaiden154) Changes 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 P

[llvm-branch-commits] Revert "[RISCV] Make X5 allocatable for JALR on CPUs without RAS" (PR #78946)

2024-01-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-risc-v Author: Wang Pengcheng (wangpc-pp) Changes This reverts commit 333963a9c75b2f79bff73227eae0c72747ac945e. --- Full diff: https://github.com/llvm/llvm-project/pull/78946.diff 4 Files Affected: - (modified) llvm/lib/Target/RISCV/RISCVFea

[llvm-branch-commits] [llvm] 522b906 - Revert "[hwasan] Update dbg.assign intrinsics in HWAsan pass"

2024-01-22 Thread via llvm-branch-commits
Author: Orlando Cazalet-Hyams Date: 2024-01-22T13:30:24Z New Revision: 522b90654eb94898ebd30944fa8046df81816894 URL: https://github.com/llvm/llvm-project/commit/522b90654eb94898ebd30944fa8046df81816894 DIFF: https://github.com/llvm/llvm-project/commit/522b90654eb94898ebd30944fa8046df81816894.di

[llvm-branch-commits] [libc] 0fdd731 - Revert "[libc] `FPRep` builders return `FPRep` instead of raw `StorageType`"

2024-01-22 Thread via llvm-branch-commits
Author: Guillaume Chatelet Date: 2024-01-22T15:04:34+01:00 New Revision: 0fdd73163739c71e0ea14241cd0233a4d2065252 URL: https://github.com/llvm/llvm-project/commit/0fdd73163739c71e0ea14241cd0233a4d2065252 DIFF: https://github.com/llvm/llvm-project/commit/0fdd73163739c71e0ea14241cd0233a4d2065252.

[llvm-branch-commits] [compiler-rt] format (PR #79009)

2024-01-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: Fangrui Song (MaskRay) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/79009.diff 1 Files Affected: - (modified) compiler-rt/test/asan/TestCases/alloca_loop_unpoisoning.cpp (+4-2) ``diff diff

[llvm-branch-commits] [llvm] c1ad320 - Revert "[lli] Revisit Orc debug output tests"

2024-01-22 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2024-01-22T12:53:58-08:00 New Revision: c1ad320450ef14443cd6c0f0ff3622fdd399778e URL: https://github.com/llvm/llvm-project/commit/c1ad320450ef14443cd6c0f0ff3622fdd399778e DIFF: https://github.com/llvm/llvm-project/commit/c1ad320450ef14443cd6c0f0ff3622fdd399778e.diff L

[llvm-branch-commits] [libc] 061ab6a - Revert "[libc] Remove unnecessary `FPBits` functions and properties"

2024-01-23 Thread via llvm-branch-commits
Author: Guillaume Chatelet Date: 2024-01-23T11:50:37+01:00 New Revision: 061ab6a24791b1f35e0ab0343a4ead186d3313be URL: https://github.com/llvm/llvm-project/commit/061ab6a24791b1f35e0ab0343a4ead186d3313be DIFF: https://github.com/llvm/llvm-project/commit/061ab6a24791b1f35e0ab0343a4ead186d3313be.

[llvm-branch-commits] [clang] c9a439e - Revert "[clang-repl] Enable native CPU detection by default"

2024-01-23 Thread via llvm-branch-commits
Author: Stefan Gränitz Date: 2024-01-23T18:39:57+01:00 New Revision: c9a439ed53bc6852b913c202749b3aa8833b4207 URL: https://github.com/llvm/llvm-project/commit/c9a439ed53bc6852b913c202749b3aa8833b4207 DIFF: https://github.com/llvm/llvm-project/commit/c9a439ed53bc6852b913c202749b3aa8833b4207.diff

[llvm-branch-commits] [libc] 4855fbc - Revert "[libc] Fix forward arm32 buildbot"

2024-01-23 Thread via llvm-branch-commits
Author: Roland McGrath Date: 2024-01-23T12:12:19-08:00 New Revision: 4855fbca3c3e73ed9ed8802a8f3a34b724920302 URL: https://github.com/llvm/llvm-project/commit/4855fbca3c3e73ed9ed8802a8f3a34b724920302 DIFF: https://github.com/llvm/llvm-project/commit/4855fbca3c3e73ed9ed8802a8f3a34b724920302.diff

[llvm-branch-commits] [llvm] [compiler-rt] [ThinLTO][TypeProfiling]Add annotated vtable GUID as referenced variables in per function summary, and update bitcode writer to create value-ids for these re

2024-01-23 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-analysis Author: Mingming Liu (minglotus-6) Changes - This is the part3 of type profiling work, and described in https://github.com/llvm/llvm-project/pull/79233. - The pull request depens on part 2 which introduces the new value type (https://gith

[llvm-branch-commits] [clang-tools-extra] 7d1982f - Revert "[c++20] P1907R1: Support for generalized non-type template arguments of scalar type."

2024-01-24 Thread via llvm-branch-commits
Author: Erich Keane Date: 2024-01-24T07:11:33-08:00 New Revision: 7d1982f62bfc9ec897d8dc8837100c6c2f2de156 URL: https://github.com/llvm/llvm-project/commit/7d1982f62bfc9ec897d8dc8837100c6c2f2de156 DIFF: https://github.com/llvm/llvm-project/commit/7d1982f62bfc9ec897d8dc8837100c6c2f2de156.diff L

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79253 (PR #79323)

2024-01-24 Thread via llvm-branch-commits
https://github.com/github-actions[bot] created https://github.com/llvm/llvm-project/pull/79323 resolves llvm/llvm-project#79253 >From f64342ff287483b98a7739b7ec44236a362ed43f Mon Sep 17 00:00:00 2001 From: Weining Lu Date: Wed, 24 Jan 2024 11:03:14 +0800 Subject: [PATCH] [test] Update dwarf-lo

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79253 (PR #79323)

2024-01-24 Thread via llvm-branch-commits
https://github.com/github-actions[bot] milestoned https://github.com/llvm/llvm-project/pull/79323 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] PR for llvm/llvm-project#79277 (PR #79340)

2024-01-24 Thread via llvm-branch-commits
https://github.com/github-actions[bot] milestoned https://github.com/llvm/llvm-project/pull/79340 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] PR for llvm/llvm-project#79277 (PR #79340)

2024-01-24 Thread via llvm-branch-commits
github-actions[bot] wrote: @mariusz-sikora-at-amd What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/79340 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79279 (PR #79341)

2024-01-24 Thread via llvm-branch-commits
https://github.com/github-actions[bot] created https://github.com/llvm/llvm-project/pull/79341 resolves llvm/llvm-project#79279 >From 85063b024a4fafcfbdf78737cae3b7def1ade11a Mon Sep 17 00:00:00 2001 From: Shengchen Kan Date: Wed, 24 Jan 2024 17:10:28 +0800 Subject: [PATCH] [X86][CodeGen] Fix

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79279 (PR #79341)

2024-01-24 Thread via llvm-branch-commits
https://github.com/github-actions[bot] milestoned https://github.com/llvm/llvm-project/pull/79341 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79279 (PR #79341)

2024-01-24 Thread via llvm-branch-commits
github-actions[bot] wrote: @phoebewang What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/79341 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin

[llvm-branch-commits] [lld] PR for llvm/llvm-project#79339 (PR #79357)

2024-01-24 Thread via llvm-branch-commits
https://github.com/github-actions[bot] milestoned https://github.com/llvm/llvm-project/pull/79357 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] PR for llvm/llvm-project#79339 (PR #79357)

2024-01-24 Thread via llvm-branch-commits
github-actions[bot] wrote: @smithp35 What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/79357 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/m

[llvm-branch-commits] [lld] PR for llvm/llvm-project#79339 (PR #79357)

2024-01-24 Thread via llvm-branch-commits
https://github.com/github-actions[bot] created https://github.com/llvm/llvm-project/pull/79357 resolves llvm/llvm-project#79339 >From 386e80ad4afb1a5231e54ce8c9eb9d848f973538 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Wed, 24 Jan 2024 08:53:36 -0800 Subject: [PATCH] [ELF] Don't resolve

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79355 (PR #79361)

2024-01-24 Thread via llvm-branch-commits
https://github.com/github-actions[bot] milestoned https://github.com/llvm/llvm-project/pull/79361 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79355 (PR #79361)

2024-01-24 Thread via llvm-branch-commits
https://github.com/github-actions[bot] created https://github.com/llvm/llvm-project/pull/79361 resolves llvm/llvm-project#79355 >From f99049f248ad367455b07c9db31f1728927b3df1 Mon Sep 17 00:00:00 2001 From: erichkeane Date: Wed, 24 Jan 2024 12:07:22 -0800 Subject: [PATCH] Fix comparison of Stru

[llvm-branch-commits] [compiler-rt] [llvm] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-24 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-analysis Author: Mingming Liu (minglotus-6) Changes Add annotated vtable GUID as referenced variables in per function summary, and update bitcode writer to create value-ids for these referenced vtables. * This is the part3 of type profiling work,

[llvm-branch-commits] [compiler-rt] [llvm] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-24 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lto Author: Mingming Liu (minglotus-6) Changes Add annotated vtable GUID as referenced variables in per function summary, and update bitcode writer to create value-ids for these referenced vtables. * This is the part3 of type profiling work, and descri

[llvm-branch-commits] [clang] [libcxx] revert 924701311aa79180e86ad8ce43d253f27d25ec7d to 18.x (PR #79400)

2024-01-24 Thread via llvm-branch-commits
https://github.com/alexfh edited https://github.com/llvm/llvm-project/pull/79400 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [libcxx] revert 924701311aa79180e86ad8ce43d253f27d25ec7d to 18.x (PR #79400)

2024-01-24 Thread via llvm-branch-commits
https://github.com/alexfh edited https://github.com/llvm/llvm-project/pull/79400 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [libcxx] Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of the same type) (#77768)" in release/18.x (PR #79400)

2024-01-24 Thread via llvm-branch-commits
https://github.com/alexfh edited https://github.com/llvm/llvm-project/pull/79400 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [libcxx] Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of the same type) (#77768)" in release/18.x (PR #79400)

2024-01-24 Thread via llvm-branch-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 93248729cfae82a5ca2323d4a8e15aa3b9b9c707 dc630b5c321ecbbdffe00b9da7fc71a02e1cbd56 --

[llvm-branch-commits] [clang] [libcxx] Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of the same type) (#77768)" in release/18.x (PR #79400)

2024-01-24 Thread via llvm-branch-commits
https://github.com/alexfh edited https://github.com/llvm/llvm-project/pull/79400 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [libcxx] Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of the same type) (#77768)" in release/18.x (PR #79400)

2024-01-24 Thread via llvm-branch-commits
https://github.com/alexfh ready_for_review https://github.com/llvm/llvm-project/pull/79400 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [libcxx] Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of the same type) (#77768)" in release/18.x (PR #79400)

2024-01-24 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx @llvm/pr-subscribers-clang Author: None (alexfh) Changes - Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of the same type) (#77768)", see https://github.com/llvm/llvm-project/pull/77768#issuecomment-1908946696 --- Full

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79451 (PR #79457)

2024-01-25 Thread via llvm-branch-commits
https://github.com/github-actions[bot] milestoned https://github.com/llvm/llvm-project/pull/79457 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79451 (PR #79457)

2024-01-25 Thread via llvm-branch-commits
https://github.com/github-actions[bot] created https://github.com/llvm/llvm-project/pull/79457 resolves llvm/llvm-project#79451 >From 2aa05f9f41c073ef1a98832176df98103686847b Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Wed, 24 Jan 2024 15:06:20 + Subject: [PATCH] [AMDGPU] Move architecte

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79451 (PR #79457)

2024-01-25 Thread via llvm-branch-commits
github-actions[bot] wrote: @jayfoad What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/79457 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/ma

[llvm-branch-commits] [clang] [mlir] [llvm] PR for llvm/llvm-project#79293 (PR #79461)

2024-01-25 Thread via llvm-branch-commits
https://github.com/github-actions[bot] milestoned https://github.com/llvm/llvm-project/pull/79461 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] Cherry-pick Unconditionally lower std::string's alignment requirement from 16 to … (PR #79480)

2024-01-25 Thread via llvm-branch-commits
https://github.com/EricWF created https://github.com/llvm/llvm-project/pull/79480 …8. (#68925) Unconditionally change std::string's alignment to 8. This change saves memory by providing the allocator more freedom to allocate the most efficient size class by dropping the alignment requirements

[llvm-branch-commits] [libcxx] Cherry-pick Unconditionally lower std::string's alignment requirement from 16 to … (PR #79480)

2024-01-25 Thread via llvm-branch-commits
https://github.com/EricWF milestoned https://github.com/llvm/llvm-project/pull/79480 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] Cherry-pick Unconditionally lower std::string's alignment requirement from 16 to … (PR #79480)

2024-01-25 Thread via llvm-branch-commits
https://github.com/EricWF edited https://github.com/llvm/llvm-project/pull/79480 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] Cherry-pick Unconditionally lower std::string's alignment requirement from 16 to … (PR #79480)

2024-01-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: Eric (EricWF) Changes …8. (#68925) Unconditionally change std::string's alignment to 8. This change saves memory by providing the allocator more freedom to allocate the most efficient size class by dropping the alignment requirements fo

[llvm-branch-commits] [libcxx] Cherry-pick Unconditionally lower std::string's alignment requirement from 16 to … (PR #79480)

2024-01-25 Thread via llvm-branch-commits
EricWF wrote: @tstellar Please let me know if this isn't the correct way to use PR's for release cherry-picks. https://github.com/llvm/llvm-project/pull/79480 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.o

[llvm-branch-commits] [llvm] [workflows] Fix version-check.yml to work with the new minor release bump (PR #79495)

2024-01-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-github-workflow Author: Tom Stellard (tstellar) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/79495.diff 1 Files Affected: - (modified) .github/workflows/version-check.py (+1-1) ``diff diff --git a/.github/workflows/ver

[llvm-branch-commits] [libcxx] [🍒][libc++] Fix missing and incorrect push/pop macros (#79204) (PR #79497)

2024-01-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: Louis Dionne (ldionne) Changes We recently noticed that the unwrap_iter.h file was pushing macros, but it was pushing them again instead of popping them at the end of the file. This led to libc++ basically swallowing any custom definitio

[llvm-branch-commits] [libcxx] [🍒][libc++] Fix missing and incorrect push/pop macros (#79204) (PR #79497)

2024-01-25 Thread via llvm-branch-commits
github-actions[bot] wrote: :warning: Python code formatter, darker found issues in your code. :warning: You can test this locally with the following command: ``bash darker --check --diff -r 22683463740e55e7e0d7e664395c30899b229205...ff0ffdf8a2ef16b30dc1f4c372de2f0aac000c16 libcx

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79253 (PR #79323)

2024-01-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/79323 >From 71d847cca80e9fce0ef1b1fead78b48c7b49085d Mon Sep 17 00:00:00 2001 From: Weining Lu Date: Wed, 24 Jan 2024 11:03:14 +0800 Subject: [PATCH] [test] Update dwarf-loongarch-relocs.ll Address buildbot faiures: h

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79253 (PR #79323)

2024-01-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-debuginfo Author: None (github-actions[bot]) Changes resolves llvm/llvm-project#79253 --- Full diff: https://github.com/llvm/llvm-project/pull/79323.diff 1 Files Affected: - (modified) llvm/test/DebugInfo/LoongArch/dwarf-loongarch-relocs.ll (+23-14)

[llvm-branch-commits] [lld] PR for llvm/llvm-project#79507 (PR #79509)

2024-01-25 Thread via llvm-branch-commits
https://github.com/github-actions[bot] created https://github.com/llvm/llvm-project/pull/79509 resolves llvm/llvm-project#79507 >From a1c2f9c65b7c532859054a84f7e29288a5eea4fa Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 25 Jan 2024 10:09:43 -0800 Subject: [PATCH 1/3] [ELF] Clean up R

[llvm-branch-commits] [lld] PR for llvm/llvm-project#79507 (PR #79509)

2024-01-25 Thread via llvm-branch-commits
https://github.com/github-actions[bot] milestoned https://github.com/llvm/llvm-project/pull/79509 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [compiler-rt] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-25 Thread via llvm-branch-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff eebf439d98faf7aa31738ad01468fd91b79bc8c0 d4caa0997799b712edb11d90c5be79d0aab3c312 --

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79511 (PR #79513)

2024-01-25 Thread via llvm-branch-commits
https://github.com/github-actions[bot] created https://github.com/llvm/llvm-project/pull/79513 resolves llvm/llvm-project#79511 >From 0659957392a3d98b973c9e8b59af350f9bafb5ff Mon Sep 17 00:00:00 2001 From: Sean Fertile <[email protected]> Date: Thu, 25 Jan 2024 10:50:5

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79511 (PR #79513)

2024-01-25 Thread via llvm-branch-commits
https://github.com/github-actions[bot] milestoned https://github.com/llvm/llvm-project/pull/79513 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79511 (PR #79513)

2024-01-25 Thread via llvm-branch-commits
github-actions[bot] wrote: @teresajohnson What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/79513 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-

[llvm-branch-commits] [lld] PR for llvm/llvm-project#79507 (PR #79509)

2024-01-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/79509 >From d3af9ea65300ba99b8477163ded5a89046b7cdcb Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 25 Jan 2024 10:09:43 -0800 Subject: [PATCH 1/3] [ELF] Clean up R_RISCV_RELAX code. NFC (cherry picked from co

[llvm-branch-commits] [lld] PR for llvm/llvm-project#79507 (PR #79509)

2024-01-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lld-elf Author: None (github-actions[bot]) Changes resolves llvm/llvm-project#79507 --- Patch is 32.20 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/79509.diff 5 Files Affected: - (modified) lld/ELF/Arch

[llvm-branch-commits] [compiler-rt] [llvm] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-25 Thread via llvm-branch-commits
@@ -199,14 +199,23 @@ class ModuleBitcodeWriterBase : public BitcodeWriterBase { for (const auto &GUIDSummaryLists : *Index) // Examine all summaries for this GUID. for (auto &Summary : GUIDSummaryLists.second.SummaryList) -if (auto FS = dyn_cast(Summary

[llvm-branch-commits] [llvm] [compiler-rt] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-25 Thread via llvm-branch-commits
@@ -1285,46 +1285,44 @@ void annotateValueSite(Module &M, Instruction &Inst, Inst.setMetadata(LLVMContext::MD_prof, MDNode::get(Ctx, Vals)); } -bool getValueProfDataFromInst(const Instruction &Inst, - InstrProfValueKind ValueKind, -

[llvm-branch-commits] [llvm] [compiler-rt] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-25 Thread via llvm-branch-commits
https://github.com/modiking deleted https://github.com/llvm/llvm-project/pull/79381 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] [llvm] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-25 Thread via llvm-branch-commits
@@ -1285,46 +1285,44 @@ void annotateValueSite(Module &M, Instruction &Inst, Inst.setMetadata(LLVMContext::MD_prof, MDNode::get(Ctx, Vals)); } -bool getValueProfDataFromInst(const Instruction &Inst, - InstrProfValueKind ValueKind, -

[llvm-branch-commits] [compiler-rt] [llvm] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-25 Thread via llvm-branch-commits
@@ -1285,46 +1285,44 @@ void annotateValueSite(Module &M, Instruction &Inst, Inst.setMetadata(LLVMContext::MD_prof, MDNode::get(Ctx, Vals)); } -bool getValueProfDataFromInst(const Instruction &Inst, - InstrProfValueKind ValueKind, -

[llvm-branch-commits] [llvm] [compiler-rt] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-25 Thread via llvm-branch-commits
@@ -1285,46 +1285,44 @@ void annotateValueSite(Module &M, Instruction &Inst, Inst.setMetadata(LLVMContext::MD_prof, MDNode::get(Ctx, Vals)); } -bool getValueProfDataFromInst(const Instruction &Inst, - InstrProfValueKind ValueKind, -

[llvm-branch-commits] [llvm] [compiler-rt] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-25 Thread via llvm-branch-commits
https://github.com/modiking approved this pull request. https://github.com/llvm/llvm-project/pull/79381 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libc] 01f28ad - Revert "[libc] add epoll_wait functions"

2024-01-25 Thread via llvm-branch-commits
Author: michaelrj-google Date: 2024-01-25T17:05:25-08:00 New Revision: 01f28ada42e8e4b9e66d4f195c7574a5fee2b305 URL: https://github.com/llvm/llvm-project/commit/01f28ada42e8e4b9e66d4f195c7574a5fee2b305 DIFF: https://github.com/llvm/llvm-project/commit/01f28ada42e8e4b9e66d4f195c7574a5fee2b305.di

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79547 (PR #79548)

2024-01-25 Thread via llvm-branch-commits
https://github.com/github-actions[bot] created https://github.com/llvm/llvm-project/pull/79548 resolves llvm/llvm-project#79547 >From 37ff0726bfbadd62ff5097ac37266288a4c46616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 26 Jan 2024 05:09:28 +0100 Subject: [PAT

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79547 (PR #79548)

2024-01-25 Thread via llvm-branch-commits
https://github.com/github-actions[bot] milestoned https://github.com/llvm/llvm-project/pull/79548 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79425 (PR #79560)

2024-01-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-risc-v Author: Nikita Popov (nikic) Changes Resolves #79425. --- Patch is 24.34 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/79560.diff 12 Files Affected: - (modified) llvm/include/llvm/Target/T

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79137 (PR #79561)

2024-01-26 Thread via llvm-branch-commits
https://github.com/github-actions[bot] created https://github.com/llvm/llvm-project/pull/79561 resolves llvm/llvm-project#79137 >From e2490885d05f95af41fda6b9f3adb20826e80483 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 24 Jan 2024 10:45:20 +0100 Subject: [PATCH 1/2] [PhaseOrdering]

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79137 (PR #79561)

2024-01-26 Thread via llvm-branch-commits
https://github.com/github-actions[bot] milestoned https://github.com/llvm/llvm-project/pull/79561 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79137 (PR #79561)

2024-01-26 Thread via llvm-branch-commits
github-actions[bot] wrote: @fhahn What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/79561 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mail

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79564 (PR #79566)

2024-01-26 Thread via llvm-branch-commits
https://github.com/github-actions[bot] created https://github.com/llvm/llvm-project/pull/79566 resolves llvm/llvm-project#79564 >From 27109f3d576c946cde0162ee29f251d2ab2d0ed2 Mon Sep 17 00:00:00 2001 From: Paschalis Mpeis Date: Thu, 25 Jan 2024 09:29:46 + Subject: [PATCH] [LTO] Fix Veclib

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79564 (PR #79566)

2024-01-26 Thread via llvm-branch-commits
https://github.com/github-actions[bot] milestoned https://github.com/llvm/llvm-project/pull/79566 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79564 (PR #79566)

2024-01-26 Thread via llvm-branch-commits
github-actions[bot] wrote: @david-arm What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/79566 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/

[llvm-branch-commits] [mlir] [llvm] [clang] PR for llvm/llvm-project#79293 (PR #79461)

2024-01-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-globalisel Author: None (github-actions[bot]) Changes resolves llvm/llvm-project#79293 --- Patch is 1006.42 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/79461.diff 65 Files Affected: - (modified) c

<    34   35   36   37   38   39   40   41   42   43   >