https://github.com/DeinAlptraum updated
https://github.com/llvm/llvm-project/pull/130383
>From e8bf3b6f08f0e0030ea36fe8c42fcde166ad27e3 Mon Sep 17 00:00:00 2001
From: Mathias Stearn
Date: Thu, 19 Dec 2024 16:22:04 +0100
Subject: [PATCH 1/6] [libclang/python] Add equality comparison operators fo
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `arc-builder` running on
`arc-worker` while building `clang,llvm` at step 6
"test-build-unified-tree-check-all".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/3/builds/13424
Here is the relevant pie
hulxv wrote:
@ilovepi done
https://github.com/llvm/llvm-project/pull/131280
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ZhongUncle edited
https://github.com/llvm/llvm-project/pull/132510
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-analysis
Author: Kazu Hirata (kazutakahirata)
Changes
DenseSet, SmallPtrSet, SmallSet, SetVector, and StringSet recently
gained C++23-style insert_range. This patch replaces:
Dest.insert(Src.begin(), Src.end());
with:
Dest.insert_range(Src)
https://github.com/DanielCChen updated
https://github.com/llvm/llvm-project/pull/131041
>From c394e25b3af722d76338bf7ab02d87de2a23074b Mon Sep 17 00:00:00 2001
From: Daniel Chen
Date: Wed, 12 Mar 2025 18:23:14 -0400
Subject: [PATCH 01/12] [flang-rt] Pass the whole path of libflang_rt.runtime.a
https://github.com/mizvekov created
https://github.com/llvm/llvm-project/pull/132516
This moves the diagnostic for member pointers pointing into non-class into
BuildMemberPointer, so that it can be used from RebuildMemberPointer, when
instantiating templates.
Also adds a minor tweak to the di
Author: Matheus Izvekov
Date: 2025-03-22T02:05:40-03:00
New Revision: 45270853192db53022ccadf4767999af4fe4e332
URL:
https://github.com/llvm/llvm-project/commit/45270853192db53022ccadf4767999af4fe4e332
DIFF:
https://github.com/llvm/llvm-project/commit/45270853192db53022ccadf4767999af4fe4e332.dif
Author: Sudharsan Veeravalli
Date: 2025-03-22T11:07:48+05:30
New Revision: e7107973b83b7053f3ba92a40a33a27db0c90529
URL:
https://github.com/llvm/llvm-project/commit/e7107973b83b7053f3ba92a40a33a27db0c90529
DIFF:
https://github.com/llvm/llvm-project/commit/e7107973b83b7053f3ba92a40a33a27db0c9052
https://github.com/svs-quic closed
https://github.com/llvm/llvm-project/pull/132520
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-aarch64-windows`
running on `linaro-armv8-windows-msvc-05` while building `clang,llvm` at step 4
"build".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/141/builds/7235
Here is the relevant pie
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-x86_64-debian-dylib`
running on `gribozavr4` while building `clang,llvm` at step 5
"build-unified-tree".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/60/builds/22772
Here is the relevant piec
Author: Jannick Kremer
Date: 2025-03-22T02:40:20+01:00
New Revision: 619ba920efc25aebb5e7e9e7a777964588616441
URL:
https://github.com/llvm/llvm-project/commit/619ba920efc25aebb5e7e9e7a777964588616441
DIFF:
https://github.com/llvm/llvm-project/commit/619ba920efc25aebb5e7e9e7a777964588616441.diff
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Sudharsan Veeravalli (svs-quic)
Changes
…on (#132184)""
This reverts commit fe7776eab87b3c79372b2056a6e0dd9ef1c4b10e.
With a minor fix for the build failures.
---
Patch is 21.58 KiB, truncated to 20.00 KiB below, full version:
https://
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Sudharsan Veeravalli (svs-quic)
Changes
…on (#132184)""
This reverts commit fe7776eab87b3c79372b2056a6e0dd9ef1c4b10e.
With a minor fix for the build failures.
---
Patch is 21.58 KiB, truncated to 20.00 KiB below, full version:
https://github.com/svs-quic created
https://github.com/llvm/llvm-project/pull/132520
…on (#132184)""
This reverts commit fe7776eab87b3c79372b2056a6e0dd9ef1c4b10e.
With a minor fix for the build failures.
>From 120916cbfeb248dbf9647ffea563e202afcfafe1 Mon Sep 17 00:00:00 2001
From: Sudharsan V
llvmbot wrote:
@llvm/pr-subscribers-mc
Author: Sudharsan Veeravalli (svs-quic)
Changes
…on (#132184)""
This reverts commit fe7776eab87b3c79372b2056a6e0dd9ef1c4b10e.
With a minor fix for the build failures.
---
Patch is 21.58 KiB, truncated to 20.00 KiB below, full version:
https://git
erichkeane wrote:
> > How'd you manage to find the right ones? IMO we should be using
> > include-what-you-use on these to make sure we get it right (if you have
> > already, disregard this).
> > Also, can you share before-split/after-split/after-this build time
> > benchmarks? Does this get u
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Sudharsan Veeravalli (svs-quic)
Changes
…on (#132184)""
This reverts commit fe7776eab87b3c79372b2056a6e0dd9ef1c4b10e.
With a minor fix for the build failures.
---
Patch is 21.58 KiB, truncated to 20.00 KiB below, full version:
h
https://github.com/hekota updated
https://github.com/llvm/llvm-project/pull/131032
>From 7ebfc826ca27c71ef80f4a1b38b2d3a2e155b777 Mon Sep 17 00:00:00 2001
From: Helena Kotas
Date: Wed, 12 Mar 2025 14:09:24 -0700
Subject: [PATCH 1/3] [HLSL][NFC] Refactoring HLSLExternalSemaSource
Moving builder
401 - 420 of 420 matches
Mail list logo