[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] [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 llvm-branch-commits@lists.llvm.org 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 llvm-branch-commits@lists.llvm.org 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 llvm-branch-commits@lists.llvm.org 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 llvm-branch-commits@lists.llvm.org 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 llvm-branch-commits@lists.llvm.org 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 Phoebe Wang via llvm-branch-commits
phoebewang wrote: > @phoebewang What do you think about merging this PR to the release branch? The fix is required and has low risk, LGTM. https://github.com/llvm/llvm-project/pull/79341 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.l

[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] [compiler-rt] [llvm] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-24 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 ready_for_review https://github.com/llvm/llvm-project/pull/79381 ___ 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] [compiler-rt] [llvm] [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-24 Thread Mingming Liu via llvm-branch-commits
minglotus-6 wrote: I'll abandon this pr in favor of https://github.com/llvm/llvm-project/pull/79381 (which has a shorter branch name). Going to delete this lengthy branch from `llvm/llvm-project` shortly after. Sorry for the noise and inconvenience! https://github.com/llvm/llvm-project/pull/

[llvm-branch-commits] [compiler-rt] [llvm] [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-24 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 closed https://github.com/llvm/llvm-project/pull/79234 ___ 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] [compiler-rt] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-24 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 edited https://github.com/llvm/llvm-project/pull/79381 ___ 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] [compiler-rt] [llvm] [ThinLTO][TypeProf] Implement vtable def import (PR #79381)

2024-01-24 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 edited https://github.com/llvm/llvm-project/pull/79381 ___ 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] [compiler-rt] [llvm] [ThinLTO] (PR #79381)

2024-01-24 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 created https://github.com/llvm/llvm-project/pull/79381 None ___ 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] [compiler-rt] [llvm] [NFC]Precommit test (PR #79363)

2024-01-24 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 updated https://github.com/llvm/llvm-project/pull/79363 >From 050c3889c3327ecec4add706fc7d593caa32bdb6 Mon Sep 17 00:00:00 2001 From: mingmingl Date: Wed, 24 Jan 2024 13:46:47 -0800 Subject: [PATCH] polish test with profile-summary information Created using spr 1

[llvm-branch-commits] [compiler-rt] [llvm] [NFC]Precommit test case to show function summary and global values when a function has instructions annotated with vtable profiles and indirect call profile

2024-01-24 Thread Mingming Liu via llvm-branch-commits
minglotus-6 wrote: Abandon this in favor of https://github.com/llvm/llvm-project/pull/79363 (same content with shorter branch name, otherwise windows build bot might fail due to length filename). https://github.com/llvm/llvm-project/pull/79233 ___ ll

[llvm-branch-commits] [compiler-rt] [llvm] [NFC]Precommit test (PR #79363)

2024-01-24 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 created https://github.com/llvm/llvm-project/pull/79363 None ___ 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] [compiler-rt] [NFC]Precommit test case to show function summary and global values when a function has instructions annotated with vtable profiles and indirect call profile

2024-01-24 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 closed https://github.com/llvm/llvm-project/pull/79233 ___ 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] [compiler-rt] [NFC]Precommit test (PR #79363)

2024-01-24 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 edited https://github.com/llvm/llvm-project/pull/79363 ___ 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] 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] [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 llvm-branch-commits@lists.llvm.org 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
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] [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 llvm-branch-commits@lists.llvm.org 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] milestoned https://github.com/llvm/llvm-project/pull/79357 ___ 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] [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-24 Thread Mingming Liu via llvm-branch-commits
minglotus-6 wrote: Hi, Sorry for the message but I'm about to re-create a new PR for review with shorter title name, so that branch name is shorter. I get a message that the length branch name (thereby length file names) causes some build-bot failures on Windows where there is a 256-chara

[llvm-branch-commits] [llvm] [compiler-rt] [NFC]Precommit test case to show function summary and global values when a function has instructions annotated with vtable profiles and indirect call profile

2024-01-24 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 ready_for_review https://github.com/llvm/llvm-project/pull/79233 ___ 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] 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 llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin

[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 llvm-branch-commits@lists.llvm.org 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 llvm-branch-commits@lists.llvm.org https://lists.llvm

[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 llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[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 llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[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] [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