https://github.com/arsenm approved this pull request.
https://github.com/llvm/llvm-project/pull/105472
___
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/s-barannikov approved this pull request.
https://github.com/llvm/llvm-project/pull/105096
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
s-barannikov wrote:
> LGTM. This is the backport to 19 right?
Yes
https://github.com/llvm/llvm-project/pull/105096
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-comm
https://github.com/koachan approved this pull request.
LGTM. This is the backport to 19 right?
https://github.com/llvm/llvm-project/pull/105096
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailm
@@ -46,14 +46,14 @@ define void @test_typedbuffer() {
; Buffer Buf[24] : register(t3, space5)
%typed2 = call target("dx.TypedBuffer", <4 x i32>, 0, 0, 0)
@llvm.dx.handle.fromBinding.tdx.TypedBuffer_i32_0_0t(
- i32 2, i32 7, i32 24, i32 0, i1 false)
+
https://github.com/nikic milestoned
https://github.com/llvm/llvm-project/pull/105314
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Bryce Kahle (brycekahle)
Changes
The BPF packet load intrinsics lost attribute WillReturn due to 0b20c30. The
attribute loss causes excessive bitshifting, resulting in previously working
programs failing the BPF verifier due to instruct
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
https://github.com/brycekahle created
https://github.com/llvm/llvm-project/pull/105314
The BPF packet load intrinsics lost attribute WillReturn due to 0b20c30. The
attribute loss causes excessive bitshifting, resulting in previously working
programs failing the BPF verifier due to instruction/
arsenm wrote:
### Merge activity
* **Aug 20, 3:25 PM EDT**: @arsenm started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/102884).
https://github.com/llvm/llvm-project/pull/102884
aaupov wrote:
> > For RSS, it's probably because in llvm-profgen, we decoded the pseudo-probe
> > only for profiled function(https://reviews.llvm.org/D121643), so the
> > baseline memory is decreased.
>
>
>
> @aaupov actually do we need to decode profile for functions without profile?
> tha
@@ -0,0 +1,102 @@
+; RUN: opt -S -dxil-op-lower %s | FileCheck %s
+
+target triple = "dxil-pc-shadermodel6.6-compute"
+
+declare void @scalar_user(float)
+declare void @vector_user(<4 x float>)
+
+define void @loadfloats() {
+ ; CHECK: [[BIND:%.*]] = call %dx.types.Handle @dx.op.
@@ -236,6 +236,59 @@ class OpLowerer {
lowerToBindAndAnnotateHandle(F);
}
+ void lowerTypedBufferLoad(Function &F) {
+IRBuilder<> &IRB = OpBuilder.getIRB();
+Type *Int32Ty = IRB.getInt32Ty();
+
+replaceFunction(F, [&](CallInst *CI) -> Error {
+ IRB.Se
@@ -0,0 +1,102 @@
+; RUN: opt -S -dxil-op-lower %s | FileCheck %s
+
+target triple = "dxil-pc-shadermodel6.6-compute"
+
+declare void @scalar_user(float)
+declare void @vector_user(<4 x float>)
+
+define void @loadfloats() {
+ ; CHECK: [[BIND:%.*]] = call %dx.types.Handle @dx.op.
@@ -0,0 +1,102 @@
+; RUN: opt -S -dxil-op-lower %s | FileCheck %s
+
+target triple = "dxil-pc-shadermodel6.6-compute"
+
+declare void @scalar_user(float)
+declare void @vector_user(<4 x float>)
+
+define void @loadfloats() {
+ ; CHECK: [[BIND:%.*]] = call %dx.types.Handle @dx.op.
@@ -0,0 +1,102 @@
+; RUN: opt -S -dxil-op-lower %s | FileCheck %s
+
+target triple = "dxil-pc-shadermodel6.6-compute"
+
+declare void @scalar_user(float)
+declare void @vector_user(<4 x float>)
+
+define void @loadfloats() {
+ ; CHECK: [[BIND:%.*]] = call %dx.types.Handle @dx.op.
@@ -683,6 +686,17 @@ def CreateHandle : DXILOp<57, createHandle> {
let stages = [Stages];
}
+def BufferLoad : DXILOp<68, bufferLoad> {
+ let Doc = "reads from a TypedBuffer";
+ // Handle, Coord0, Coord1
+ let arguments = [HandleTy, Int32Ty, Int32Ty];
+ let result = Overl
https://github.com/dmpots edited
https://github.com/llvm/llvm-project/pull/104252
___
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/dmpots approved this pull request.
Overall, LGTM
https://github.com/llvm/llvm-project/pull/104252
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-com
arsenm wrote:
### Merge activity
* **Aug 20, 2:53 PM EDT**: @arsenm started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/96874).
https://github.com/llvm/llvm-project/pull/96874
__
arsenm wrote:
### Merge activity
* **Aug 20, 2:53 PM EDT**: @arsenm started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/96876).
https://github.com/llvm/llvm-project/pull/96876
__
arsenm wrote:
### Merge activity
* **Aug 20, 2:53 PM EDT**: @arsenm started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/96875).
https://github.com/llvm/llvm-project/pull/96875
__
https://github.com/WenleiHe commented:
> For RSS, it's probably because in llvm-profgen, we decoded the pseudo-probe
> only for profiled function(https://reviews.llvm.org/D121643), so the baseline
> memory is decreased.
@aaupov actually do we need to decode profile for functions without profil
@@ -119,6 +123,119 @@ class OpLowerer {
});
}
+ Value *createTmpHandleCast(Value *V, Type *Ty) {
+Function *CastFn = Intrinsic::getDeclaration(&M, Intrinsic::dx_cast_handle,
+ {Ty, V->getType()});
+CallInst *Cast =
https://github.com/bogner updated
https://github.com/llvm/llvm-project/pull/104251
___
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/bogner updated
https://github.com/llvm/llvm-project/pull/104251
___
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/bogner updated
https://github.com/llvm/llvm-project/pull/104248
___
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/bogner updated
https://github.com/llvm/llvm-project/pull/104248
___
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/mtrofin updated
https://github.com/llvm/llvm-project/pull/104539
>From c0eb05f775a88fdf343d52b7af7fcc5eb4b2497e Mon Sep 17 00:00:00 2001
From: Mircea Trofin
Date: Thu, 15 Aug 2024 19:03:30 -0700
Subject: [PATCH] [ctx_prof] Profile flatterner
---
llvm/include/llvm/Analysis/C
Author: David CARLIER
Date: 2024-08-20T18:41:48+01:00
New Revision: 177a5c23c998699d93ecc64154b111a8adabb66e
URL:
https://github.com/llvm/llvm-project/commit/177a5c23c998699d93ecc64154b111a8adabb66e
DIFF:
https://github.com/llvm/llvm-project/commit/177a5c23c998699d93ecc64154b111a8adabb66e.diff
wlei-llvm wrote:
> > To double-check: did you test with or without dwarf-correlation? I tested
> > once with it, expectedly pseudo probe parsing wasn't engaged, so there was
> > no effect.
>
> Yes, I double-checked it's a pseudo-probed binary not dwarf-correlation. Note
> that for end to end
wlei-llvm wrote:
> > Tested End-to-End on llvm-profgen on a heavy workload(ported all the
> > stacked PR) : The running time is neutral, the maximum RSS is reduced by
> > 3GB (from 70GB to 67GB) cc @WenleiHe
>
> To double-check: did you test with or without dwarf-correlation? I tested
> onc
@@ -499,11 +652,78 @@ struct _LIBCPP_TEMPLATE_VIS __format_to_n_buffer final
_LIBCPP_HIDE_FROM_ABI auto __make_output_iterator() { return
this->__output_.__make_output_iterator(); }
_LIBCPP_HIDE_FROM_ABI format_to_n_result<_OutIt> __result() && {
-this->__output_.__fl
https://github.com/cyndyishida approved this pull request.
https://github.com/llvm/llvm-project/pull/105093
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -722,6 +724,95 @@ class _LIBCPP_TEMPLATE_VIS __allocating_buffer : public
__output_buffer<_CharT>
}
};
+// A buffer that directly writes to the underlying buffer.
+template
ldionne wrote:
```suggestion
template
```
That way, you don't need to `__unwr
@@ -722,6 +724,95 @@ class _LIBCPP_TEMPLATE_VIS __allocating_buffer : public
__output_buffer<_CharT>
}
};
+// A buffer that directly writes to the underlying buffer.
+template
+class _LIBCPP_TEMPLATE_VIS __direct_iterator_buffer : public
__output_buffer<_CharT> {
+public:
@@ -722,6 +724,95 @@ class _LIBCPP_TEMPLATE_VIS __allocating_buffer : public
__output_buffer<_CharT>
}
};
+// A buffer that directly writes to the underlying buffer.
+template
+class _LIBCPP_TEMPLATE_VIS __direct_iterator_buffer : public
__output_buffer<_CharT> {
+public:
https://github.com/ldionne requested changes to this pull request.
https://github.com/llvm/llvm-project/pull/101823
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-comm
@@ -722,6 +724,95 @@ class _LIBCPP_TEMPLATE_VIS __allocating_buffer : public
__output_buffer<_CharT>
}
};
+// A buffer that directly writes to the underlying buffer.
+template
+class _LIBCPP_TEMPLATE_VIS __direct_iterator_buffer : public
__output_buffer<_CharT> {
+public:
@@ -58,23 +59,156 @@ namespace __format {
/// This helper is used together with the @ref back_insert_iterator to offer
/// type-erasure for the formatting functions. This reduces the number to
/// template instantiations.
+///
+/// The design of the class is being changed to im
@@ -58,23 +59,156 @@ namespace __format {
/// This helper is used together with the @ref back_insert_iterator to offer
/// type-erasure for the formatting functions. This reduces the number to
/// template instantiations.
+///
+/// The design of the class is being changed to im
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/105096
>From 92740defcd22962d8f97fb9e2f0dc1e3b770531f Mon Sep 17 00:00:00 2001
From: Koakuma
Date: Tue, 20 Aug 2024 20:05:06 +0700
Subject: [PATCH] [SPARC] Remove assertions in printOperand for inline asm
operands (#1
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Amy Kwan (amy-kwan)
Changes
This PR adds AIX and PPC Clang/LLVM release notes for LLVM 19 to the
`release/19.x` branch.
---
Full diff: https://github.com/llvm/llvm-project/pull/105099.diff
2 Files Affected:
- (modified) clang/docs/Rele
https://github.com/amy-kwan edited
https://github.com/llvm/llvm-project/pull/105099
___
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/amy-kwan milestoned
https://github.com/llvm/llvm-project/pull/105099
___
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/amy-kwan created
https://github.com/llvm/llvm-project/pull/105099
This PR adds AIX and PPC Clang/LLVM release notes for LLVM 19 to the
`release/19.x` branch.
>From 1aa3221f169f8be0fbe6156d97543c326f6ef97a Mon Sep 17 00:00:00 2001
From: Amy Kwan
Date: Tue, 20 Aug 2024 10:30:
llvmbot wrote:
@llvm/pr-subscribers-backend-sparc
Author: None (llvmbot)
Changes
Backport 576b7a781aac6b1d60a72248894b50e565e9185a
Requested by: @s-barannikov
---
Full diff: https://github.com/llvm/llvm-project/pull/105096.diff
2 Files Affected:
- (modified) llvm/lib/Target/Sparc/Spar
@@ -452,9 +452,9 @@ format_to(_OutIt __out_it, wformat_string<_Args...> __fmt,
_Args&&... __args) {
// fires too eagerly, see http://llvm.org/PR61563.
template
[[nodiscard]] _LIBCPP_ALWAYS_INLINE inline _LIBCPP_HIDE_FROM_ABI string
vformat(string_view __fmt, format_args __ar
llvmbot wrote:
@s-barannikov What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/105096
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/105096
Backport 576b7a781aac6b1d60a72248894b50e565e9185a
Requested by: @s-barannikov
>From 7113e7dccfc2e326abd49919a3361266c6443fe2 Mon Sep 17 00:00:00 2001
From: Koakuma
Date: Tue, 20 Aug 2024 20:05:06 +0700
Subject
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105096
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-driver
Author: None (llvmbot)
Changes
Backport 4c5ef6690040383956461828457ac27f7f912edb
b9864387d9d00e1d4888181460d05dbc92364d75
Requested by: @ian-twilightcoder
---
Full diff: https://github.com/llvm/llvm-project/pull
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/105093
Backport 4c5ef6690040383956461828457ac27f7f912edb
b9864387d9d00e1d4888181460d05dbc92364d75
Requested by: @ian-twilightcoder
>From 1c36e2afffa74d2c25e0c74d96c1a0ef84e70aa0 Mon Sep 17 00:00:00 2001
From: Ian And
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105093
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Dinistro wrote:
As I'm not too familiar with these parts of MLIR, I'll not be able to review
this properly. Does someone else have capacity to do a pass on the logic of
this?
https://github.com/llvm/llvm-project/pull/101707
___
llvm-branch-commits ma
https://github.com/yxsamliu approved this pull request.
https://github.com/llvm/llvm-project/pull/97050
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -722,6 +724,95 @@ class _LIBCPP_TEMPLATE_VIS __allocating_buffer : public
__output_buffer<_CharT>
}
};
+// A buffer that directly writes to the underlying buffer.
+template
+class _LIBCPP_TEMPLATE_VIS __direct_iterator_buffer : public
__output_buffer<_CharT> {
+public:
arsenm wrote:
ping
https://github.com/llvm/llvm-project/pull/97050
___
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/Leporacanthicus approved this pull request.
LGTM. Probably good to have a second approval tho'.
https://github.com/llvm/llvm-project/pull/102525
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.ll
https://github.com/Leporacanthicus edited
https://github.com/llvm/llvm-project/pull/102524
___
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/Leporacanthicus edited
https://github.com/llvm/llvm-project/pull/102524
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -594,45 +594,85 @@ convertOmpOrderedRegion(Operation &opInst,
llvm::IRBuilderBase &builder,
/// Allocate space for privatized reduction variables.
template
-static void allocByValReductionVars(
-T loop, ArrayRef reductionArgs, llvm::IRBuilderBase
&builder,
-LLVM:
rorth wrote:
The Solaris/sparcv9 build just completed successfully: no regressions relative
to rc2.
https://github.com/llvm/llvm-project/pull/104916
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin
lukeg101 wrote:
Prevents a concurrency-related compiler bug (a reordering bug introduced by
LLVM) that arises when optimisations rewrite the destination register of SWP
instructions to be the zero register when compiling an atomic exchange
operation. For more information on this bug and how it
tblah wrote:
ping for review
https://github.com/llvm/llvm-project/pull/102525
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tblah wrote:
ping for review
https://github.com/llvm/llvm-project/pull/102524
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
TIFitis wrote:
Thanks @Dinistro for the comments, I've addressed them in the latest revision.
https://github.com/llvm/llvm-project/pull/101707
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailma
https://github.com/TIFitis updated
https://github.com/llvm/llvm-project/pull/101707
>From 3a2afe783bfd65c981424fb14d2b0f42ea0b6618 Mon Sep 17 00:00:00 2001
From: Akash Banerjee
Date: Fri, 2 Aug 2024 17:11:21 +0100
Subject: [PATCH 1/2] [OpenMP]Update use_device_clause lowering
This patch update
@@ -13,27 +13,52 @@
#include "DXILShaderFlags.h"
#include "DirectX.h"
#include "llvm/ADT/StringSet.h"
+#include "llvm/Analysis/DXILResource.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Metadata.h"
#include "llvm/IR/Module.h"
+#include "llvm/InitializePasses.h"
#inclu
aaupov wrote:
> Tested End-to-End on llvm-profgen on a heavy workload(ported all the stacked
> PR) : The running time is neutral, the maximum RSS is reduced by 3GB (from
> 70GB to 67GB) cc @WenleiHe
To double-check: did you test with or without dwarf-correlation? I tested once
with it, exp
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 b9a85cef41e26f6f468c87a00f2072ea798ec628
af30ca7d438747ce58dd79ef293a9914ceef592f --e
rorth wrote:
This can now be closed: one part (PR #101012) has already been merged and the
necessary rest is now PR #104916.
https://github.com/llvm/llvm-project/pull/101236
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https
https://github.com/rorth closed https://github.com/llvm/llvm-project/pull/101236
___
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/ivanradanov updated
https://github.com/llvm/llvm-project/pull/104748
>From a45ef32ecf6483bdb65954c4283ea493494cea77 Mon Sep 17 00:00:00 2001
From: Ivan Radanov Ivanov
Date: Tue, 20 Aug 2024 16:57:25 +0900
Subject: [PATCH 1/6] Update test
---
.../Transforms/OpenMP/lower-work
github-actions[bot] wrote:
@john-brawn-arm (or anyone else). If you would like to add a note about this
fix in the release notes (completely optional). Please reply to this comment
with a one or two sentence description of the fix. When you are done, please
add the release:note label to this
github-actions[bot] wrote:
@ChuanqiXu9 (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
github-actions[bot] wrote:
@AaronBallman (or anyone else). If you would like to add a note about this fix
in the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR
github-actions[bot] wrote:
@mstorsjo (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
github-actions[bot] wrote:
@davemgreen (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
github-actions[bot] wrote:
@tmatheson-arm (or anyone else). If you would like to add a note about this fix
in the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this P
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101888
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: John Brawn
Date: 2024-08-20T09:29:19+02:00
New Revision: 72d2932da5a7c70885a1fdfaa809ff1ede0984ff
URL:
https://github.com/llvm/llvm-project/commit/72d2932da5a7c70885a1fdfaa809ff1ede0984ff
DIFF:
https://github.com/llvm/llvm-project/commit/72d2932da5a7c70885a1fdfaa809ff1ede0984ff.diff
LO
Author: John Brawn
Date: 2024-08-20T09:29:19+02:00
New Revision: c3da16b094511e42022e534b5eb665dbc3f8db0f
URL:
https://github.com/llvm/llvm-project/commit/c3da16b094511e42022e534b5eb665dbc3f8db0f
DIFF:
https://github.com/llvm/llvm-project/commit/c3da16b094511e42022e534b5eb665dbc3f8db0f.diff
LO
Author: John Brawn
Date: 2024-08-20T09:29:19+02:00
New Revision: 7e7e8125cfabf7daf5de63612e6f2c646dd8cad3
URL:
https://github.com/llvm/llvm-project/commit/7e7e8125cfabf7daf5de63612e6f2c646dd8cad3
DIFF:
https://github.com/llvm/llvm-project/commit/7e7e8125cfabf7daf5de63612e6f2c646dd8cad3.diff
LO
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101888
>From 7e7e8125cfabf7daf5de63612e6f2c646dd8cad3 Mon Sep 17 00:00:00 2001
From: John Brawn
Date: Sun, 4 Aug 2024 13:27:12 +0100
Subject: [PATCH 1/3] [libunwind] Add GCS support for AArch64 (#99335)
AArch64 GCS (Guarde
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102561
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Chuanqi Xu
Date: 2024-08-20T09:28:20+02:00
New Revision: 64b8514e6c1a663660fbb93ec7f623b3e40a2020
URL:
https://github.com/llvm/llvm-project/commit/64b8514e6c1a663660fbb93ec7f623b3e40a2020
DIFF:
https://github.com/llvm/llvm-project/commit/64b8514e6c1a663660fbb93ec7f623b3e40a2020.diff
LO
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102561
>From 64b8514e6c1a663660fbb93ec7f623b3e40a2020 Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Thu, 8 Aug 2024 13:14:09 +0800
Subject: [PATCH] =?UTF-8?q?Reland=20[C++20]=20[Modules]=20[Itanium=20ABI]?=
=?UTF-8?q?=20
tru wrote:
@nikic who can review this? @fhahn ?
https://github.com/llvm/llvm-project/pull/104747
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
The conflict needs to be fixed.
https://github.com/llvm/llvm-project/pull/101521
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
I can merge this PR as it is. But I need to have someone to review it,
especially it will land in the last possible window before -final. This has to
be solid and not cause issues after merge. Since this touches Hexagon I would
like @SundeepKushwaha to chime in.
https://github.com/
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102881
>From bee19707eb9154a84d6052beb056f62ad69637fc Mon Sep 17 00:00:00 2001
From: Kai Yan
Date: Wed, 24 Jul 2024 12:06:35 +0800
Subject: [PATCH 1/5] [llvm][CodeGen] Added missing initialization failure
information for w
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/104858
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Aaron Ballman
Date: 2024-08-20T09:20:54+02:00
New Revision: 3ffa5421ca657c04d4df170307c1f9a3c6293003
URL:
https://github.com/llvm/llvm-project/commit/3ffa5421ca657c04d4df170307c1f9a3c6293003
DIFF:
https://github.com/llvm/llvm-project/commit/3ffa5421ca657c04d4df170307c1f9a3c6293003.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/104843
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Martin Storsjö
Date: 2024-08-20T09:20:29+02:00
New Revision: 6dbc0e236b3e3a651302d079d1c64934976bc0b3
URL:
https://github.com/llvm/llvm-project/commit/6dbc0e236b3e3a651302d079d1c64934976bc0b3
DIFF:
https://github.com/llvm/llvm-project/commit/6dbc0e236b3e3a651302d079d1c64934976bc0b3.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/104843
>From 6dbc0e236b3e3a651302d079d1c64934976bc0b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Sun, 18 Aug 2024 00:44:16 +0300
Subject: [PATCH] [LLD] [MinGW] Recognize the -rpath option (#10288
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/104823
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: David Green
Date: 2024-08-20T09:19:52+02:00
New Revision: c1336c9e3bd6c0887ead386043c547b3a3ed76a9
URL:
https://github.com/llvm/llvm-project/commit/c1336c9e3bd6c0887ead386043c547b3a3ed76a9
DIFF:
https://github.com/llvm/llvm-project/commit/c1336c9e3bd6c0887ead386043c547b3a3ed76a9.diff
L
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/104823
>From c1336c9e3bd6c0887ead386043c547b3a3ed76a9 Mon Sep 17 00:00:00 2001
From: David Green
Date: Mon, 19 Aug 2024 18:50:47 +0100
Subject: [PATCH] [GlobalISel] Bail out early for big-endian (#103310)
If we continue th
1 - 100 of 121 matches
Mail list logo