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
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
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
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 --
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
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
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
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
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,
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
36 matches
Mail list logo