Author: Phoebe Wang
Date: 2024-04-10T14:36:38+08:00
New Revision: 293c27f9137ea45a401ac74d84799d11b193fefd
URL:
https://github.com/llvm/llvm-project/commit/293c27f9137ea45a401ac74d84799d11b193fefd
DIFF:
https://github.com/llvm/llvm-project/commit/293c27f9137ea45a401ac74d84799d11b193fefd.diff
L
Author: lntue
Date: 2024-04-09T23:46:21-04:00
New Revision: 434bbc9b750a19e78da91e864749ca37995b42e7
URL:
https://github.com/llvm/llvm-project/commit/434bbc9b750a19e78da91e864749ca37995b42e7
DIFF:
https://github.com/llvm/llvm-project/commit/434bbc9b750a19e78da91e864749ca37995b42e7.diff
LOG: Re
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/87967
>From c856716bbb987e09ee86b31287808736ef4f2f9b Mon Sep 17 00:00:00 2001
From: Amir Ayupov
Date: Tue, 9 Apr 2024 04:52:43 -0700
Subject: [PATCH 1/3] Added test
Created using spr 1.3.4
---
bolt/include/bolt/Core/B
https://github.com/maksfb approved this pull request.
https://github.com/llvm/llvm-project/pull/87967
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
maksfb wrote:
Okay. That explains the increase.
https://github.com/llvm/llvm-project/pull/87967
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
aaupov wrote:
> > > Creating a proper FDE entry is the right thing to do regardless of BAT.
> > > How large is the regression?
> >
> >
> > The largest I've seen is 34M->39M (HHVM instrumentation).
>
> Did you check if we patch every single function in he original `.text`? How
> many function
maksfb wrote:
> > Creating a proper FDE entry is the right thing to do regardless of BAT. How
> > large is the regression?
>
> The largest I've seen is 34M->39M (HHVM instrumentation).
Did you check if we patch every single function in he original `.text`? How
many functions are there?
https
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/87967
>From c856716bbb987e09ee86b31287808736ef4f2f9b Mon Sep 17 00:00:00 2001
From: Amir Ayupov
Date: Tue, 9 Apr 2024 04:52:43 -0700
Subject: [PATCH 1/2] Added test
Created using spr 1.3.4
---
bolt/include/bolt/Core/B
aaupov wrote:
> > > Let's make `hasCFI()` return true for injected functions.
> >
> >
> > Given that this change increases the size of eh_frame section, should we
> > make it dependent on `enable-bat`, i.e. when we expect to feed the binary
> > back to BOLT?
> > Because otherwise this "fix" i
ian-twilightcoder wrote:
@tstellar is there anything else I need to do for this one?
https://github.com/llvm/llvm-project/pull/87696
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo
maksfb wrote:
> > Let's make `hasCFI()` return true for injected functions.
>
> Given that this change increases the size of eh_frame section, should we make
> it dependent on `enable-bat`, i.e. when we expect to feed the binary back to
> BOLT?
>
> Because otherwise this "fix" is a pure size
Author: Raghu Maddhipatla
Date: 2024-04-09T16:18:05-05:00
New Revision: 7c83625771a8746865c1026d17b35c126a4f1f88
URL:
https://github.com/llvm/llvm-project/commit/7c83625771a8746865c1026d17b35c126a4f1f88
DIFF:
https://github.com/llvm/llvm-project/commit/7c83625771a8746865c1026d17b35c126a4f1f88.d
https://github.com/tru approved this pull request.
https://github.com/llvm/llvm-project/pull/88155
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Jakub Kuderski
Date: 2024-04-09T13:18:20-04:00
New Revision: 6c25843c67e4bf5d14e864dabdb0c80500d12535
URL:
https://github.com/llvm/llvm-project/commit/6c25843c67e4bf5d14e864dabdb0c80500d12535
DIFF:
https://github.com/llvm/llvm-project/commit/6c25843c67e4bf5d14e864dabdb0c80500d12535.diff
llvmbot wrote:
@llvm/pr-subscribers-github-workflow
Author: None (llvmbot)
Changes
Backport 8a8ab8f70cbb5507d1aa55efcd9c6e61ad4e891c
Requested by: @seldridge
---
Full diff: https://github.com/llvm/llvm-project/pull/88155.diff
1 Files Affected:
- (modified) .github/workflows/release-li
llvmbot wrote:
@tru What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/88155
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/l
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/88155
___
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/llvmbot created
https://github.com/llvm/llvm-project/pull/88155
Backport 8a8ab8f70cbb5507d1aa55efcd9c6e61ad4e891c
Requested by: @seldridge
>From 4e7b0b41a2688800aad36afbefa72575c95e3214 Mon Sep 17 00:00:00 2001
From: Schuyler Eldridge
Date: Tue, 9 Apr 2024 11:55:17 -0400
Su
ilya-biryukov wrote:
We have hit quite a few issues when trying this out. I have spent a day trying
to reduce to a small repro that I can share, but haven't not fully succeeded
yet, I will continue tomorrow.
Still wanted to share the error descriptions in case that would allow to make
progress
https://github.com/arichardson updated
https://github.com/llvm/llvm-project/pull/88075
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
arichardson wrote:
> > @mstorsjo It would be great if you could test this on windows.
>
> Thanks, this does seem to run fine in my configuration!
Thank you very much for testing!
https://github.com/llvm/llvm-project/pull/88075
___
llvm-branch-commits
aaupov wrote:
> Let's make `hasCFI()` return true for injected functions.
Given that this change increases the size of eh_frame section, should we make
it dependent on `enable-bat`, i.e. when we expect to feed the binary back to
BOLT?
Because otherwise this "fix" is a pure size regression.
h
mstorsjo wrote:
> @mstorsjo It would be great if you could test this on windows.
Thanks, this does seem to run fine in my configuration!
https://github.com/llvm/llvm-project/pull/88075
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llv
https://github.com/aaupov ready_for_review
https://github.com/llvm/llvm-project/pull/87967
___
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/aaupov edited https://github.com/llvm/llvm-project/pull/87967
___
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/aaupov updated
https://github.com/llvm/llvm-project/pull/87967
>From c856716bbb987e09ee86b31287808736ef4f2f9b Mon Sep 17 00:00:00 2001
From: Amir Ayupov
Date: Tue, 9 Apr 2024 04:52:43 -0700
Subject: [PATCH] Added test
Created using spr 1.3.4
---
bolt/include/bolt/Core/Binar
llvmbot wrote:
@llvm/pr-subscribers-mlir-llvm
Author: Sergio Afonso (skatrak)
Changes
This patch updates the definition of `omp.simdloop` to enforce the restrictions
of a wrapper operation. It has been renamed to `omp.simd`, to better reflect
the naming used in the spec. All uses of "sim
https://github.com/skatrak ready_for_review
https://github.com/llvm/llvm-project/pull/87365
___
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/skatrak edited
https://github.com/llvm/llvm-project/pull/87365
___
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/skatrak edited
https://github.com/llvm/llvm-project/pull/87365
___
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/skatrak updated
https://github.com/llvm/llvm-project/pull/87365
>From 3bcb4198c25d08ff7b4a220715fbe5e27e12414c Mon Sep 17 00:00:00 2001
From: Sergio Afonso
Date: Tue, 2 Apr 2024 17:20:37 +0100
Subject: [PATCH] [MLIR][Flang][OpenMP] Make omp.simdloop into a loop wrapper
This
31 matches
Mail list logo