https://github.com/mstorsjo closed
https://github.com/llvm/llvm-project/pull/139468
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
mstorsjo wrote:
Closing this one. Backporting the extra changes turned out to be a bit messy
and entangled. (It's not impossible to do though, but it would require buy-in
from libcxx maintainers that we do want to fix up the CI on the 20.x branch.)
The original backport in #136449 should be fi
mstorsjo wrote:
So, this backport in itself should be clean, but running libcxx CI on the 20.x
release branch is broken and would require a few other backports, that are
entangled. So it's basically up to @ldionne if he thinks it's ok to merge
despite the unrelated CI failures. (It is tricky b
https://github.com/mstorsjo approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/140051
___
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/mstorsjo updated
https://github.com/llvm/llvm-project/pull/139468
From 79e10b190029b749e042d1aaec3ee697a2f5d41a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Fri, 28 Feb 2025 20:43:46 -0100
Subject: [PATCH 1/4] [libcxx] Provide locale conversions to t
mstorsjo wrote:
> Do we still want to try to backport this one?
I made a new backport attempt in #139468, let's see if it works. If not, it
seems like the libcxx CI on the release branch is broken wrt macOS, and we can
either choose to ignore it in all libcxx backports to 20.x, or just stop do
mstorsjo wrote:
This is a manual backport attempt of the same as #136449, with some more fixes
included. This should unbreak the libcxx CI on macOS on the release branch,
which seems to be broken as is.
https://github.com/llvm/llvm-project/pull/139468
__
https://github.com/mstorsjo created
https://github.com/llvm/llvm-project/pull/139468
Backport f909b2229ac16ae3898d8b158bee85c384173dfa, the follow-up fix from
297f6d9f6b215bd7f58cf500b979b94dedbba7bb, plus two commits for updating the CI
with regards to macOS.
From 79e10b190029b749e042d1aaec3
mstorsjo wrote:
I had a look at the test failures locally; this seems to be caused by updates
on the macOS CI runners - which has been waived on the main branch via #135202
/ 88e15b781506949c56936b8642774125772fdeb2. I guess we could backport that
commit as well? We'd probably need to do that
mstorsjo wrote:
> @mstorsjo Is there a reason to want to backport this, since this is only
> fixing the test suite? I wouldn't oppose it, but it looks like this needs
> work to pass CI on the release branch and I'm not sure it's worth the trouble.
Yeah it's not a high value fix in itself, but
https://github.com/mstorsjo approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/138354
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
mstorsjo wrote:
> Are these legitimate test failures?
Those failures are unrelated to this change here.
https://github.com/llvm/llvm-project/pull/136752
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi
https://github.com/mstorsjo edited
https://github.com/llvm/llvm-project/pull/136449
___
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/mstorsjo milestoned
https://github.com/llvm/llvm-project/pull/134407
___
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/mstorsjo created
https://github.com/llvm/llvm-project/pull/134407
This reverts commit 8fa0f0efce5fb81eb422e6d7eec74c66dafef4a3.
This change broke assembling for e.g. "armv7s-apple-darwin" triples, which
should enable VFPv4 by default (and did that before this change), but af
mstorsjo 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.
We co
https://github.com/mstorsjo edited
https://github.com/llvm/llvm-project/pull/132483
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
mstorsjo wrote:
> Does this need to be in 20.1.0 or could it wait until 20.1.1 ?
The libcxx CI gets failures in the clang-cl configs on Windows, which this
fixes. So this change isn't urgent in itself, but if the libcxx CI is run on
the release branch, it'll have unrelated errors until this is
mstorsjo wrote:
> @frederick-vs-ja What do you think about merging this PR to the release
> branch?
I think @ldionne or @philnik777 should reply here. Without this, I guess the
clang-cl CI configs will fail on the 20.x release branch.
https://github.com/llvm/llvm-project/pull/129303
_
mstorsjo wrote:
Self-approving here (as the patch itself was pushed directly bypassing review)
- but this is kinda small and near-trivial, and the relevant commit has been in
git main for almost a month without any issues.
https://github.com/llvm/llvm-project/pull/116774
__
mstorsjo wrote:
> @efriedma-quic What do you think about merging this PR to the release branch?
The bot didn't ask me, but it does look good to me.
https://github.com/llvm/llvm-project/pull/112258
___
llvm-branch-commits mailing list
llvm-branch-commi
mstorsjo wrote:
> @mstorsjo What do you think about merging this PR to the release branch?
LGTM, the commit has been in main for a couple of weeks, and my nightly builds
run fine with it.
https://github.com/llvm/llvm-project/pull/110663
___
llvm-bran
mstorsjo wrote:
Admittedly, these changes aren't regression fixes, but fixes using
clang-scan-deps without requiring a wrapper script in certain distribution
setups.
The changes are somewhat small and localized, and have been cooking in git main
for a couple weeks now soon, without any compla
mstorsjo wrote:
> @mstorsjo What do you think about merging this PR to the release branch?
Should be good; it fixes https://github.com/llvm/llvm-project/issues/54773
(fixing building LLVM without requiring MSVC's ml64.exe), and doesn't regress
the OpenMP build which also uses llvm-ml. It has s
mstorsjo wrote:
With 19.1.0 out of the door, I think this one should be safe to merge now - it
has brewed in git main for a couple of weeks without any reported breakage
(other than the test fixups that are included).
https://github.com/llvm/llvm-project/pull/107146
___
https://github.com/mstorsjo approved this pull request.
I think this looks reasonable, and as you've tested that it works with
llvm-mingw, I guess it works. I haven't tested building it with MSVC though.
https://github.com/llvm/llvm-project/pull/106155
__
mstorsjo wrote:
> Also sorry for filing the backport before sorting out buildbot breakage
> caused by the patch...
FWIW, it seems like all buildbots were happy after the two follow-up test fixes
that I have included here.
https://github.com/llvm/llvm-project/pull/107146
__
mstorsjo wrote:
It seems like llvmbot didn't CC anyone to ack to backport this time (or yet),
so I'll do it manually: @bogner and @zmodem, what do you think about
backporting this to the 19.x release?
Also sorry for filing the backport before sorting out buildbot breakage caused
by the patch.
mstorsjo wrote:
In case @vitalybuka doesn't have time to reply here, can @petrhosek ack the
backport?
https://github.com/llvm/llvm-project/pull/106518
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-b
https://github.com/mstorsjo requested changes to this pull request.
Do not backport this. This breaks builds in mingw environments that don't use
winpthreads!
https://github.com/llvm/llvm-project/pull/106908
___
llvm-branch-commits mailing list
llvm-b
mstorsjo wrote:
> @mstorsjo What do you think about merging this PR to the release branch?
LGTM!
https://github.com/llvm/llvm-project/pull/106303
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/ma
mstorsjo wrote:
> The commit itself seems quite simple and seems safe on its own. I guess the
> main worry would be that some build system configure checks may, in theory,
> now consider it as available and start using a different, potentially
> unintended, code paths. Still, given that it was
mstorsjo wrote:
> @alvinhochun What do you think about merging this PR to the release branch?
I think @cjacek or @MaskRay could comment as well.
Technically, this isn't indeed a fix for any regression, but it's a quite safe
fix for improving drop-in compatibility vs GNU tools.
https://github.
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/mstorsjo closed
https://github.com/llvm/llvm-project/pull/85907
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
mstorsjo wrote:
Closing this backport PR, the original commits had to be reverted (in
407937036fa7640f61f225474b1ea6623a40dbdd).
https://github.com/llvm/llvm-project/pull/85907
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
ht
mstorsjo wrote:
> A bit unfortunate to have these changes post-release, but I think we do need
> to make them.
Yes, in particular as the earlier changes were backported. If the whole series
would have been left out from 18.x, there wouldn't have been any hurry in
backporting.
https://github.
https://github.com/mstorsjo created
https://github.com/llvm/llvm-project/pull/81977
Add review references to all items already mentioned.
Move some items to the right section (from the MinGW section to COFF, as the
implementation is in the COFF linker side, and may be relevant for non-MinGW
c
https://github.com/mstorsjo milestoned
https://github.com/llvm/llvm-project/pull/81977
___
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/mstorsjo approved this pull request.
Marking as approved (approved by @jhuber6), so it shows up right in PR listings.
https://github.com/llvm/llvm-project/pull/81332
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm
mstorsjo wrote:
Ping @jhuber6, can you ack this backport?
https://github.com/llvm/llvm-project/pull/81332
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
mstorsjo wrote:
@tstellar Can this be merged? It has been approved. I'd like to add more
release notes here, which would go on top of this.
https://github.com/llvm/llvm-project/pull/81388
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.
mstorsjo wrote:
This goes along with/after #81384 (which is approved but not yet merged).
https://github.com/llvm/llvm-project/pull/81388
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
https://github.com/mstorsjo created
https://github.com/llvm/llvm-project/pull/81388
None
From 4a6f8dbf3993e6a8687c0711f073bc79823727a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Sun, 11 Feb 2024 00:49:26 +0200
Subject: [PATCH] [LLD] [docs] Add a release note for the
https://github.com/mstorsjo milestoned
https://github.com/llvm/llvm-project/pull/81388
___
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/mstorsjo approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/80811
___
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/mstorsjo updated
https://github.com/llvm/llvm-project/pull/80011
From a09a391d4985d4adc1a5f500ba69b2f8f55aa47f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Tue, 30 Jan 2024 14:18:22 +0200
Subject: [PATCH 1/2] [docs] Add release notes for Windows spec
@@ -41,9 +41,25 @@ COFF Improvements
* Added support for ``--time-trace`` and associated
``--time-trace-granularity``.
This generates a .json profile trace of the linker execution.
+* Prefer library paths specified with ``-libpath:`` over the implicitly
+ detected toolchai
@@ -41,9 +41,25 @@ COFF Improvements
* Added support for ``--time-trace`` and associated
``--time-trace-granularity``.
This generates a .json profile trace of the linker execution.
+* Prefer library paths specified with ``-libpath:`` over the implicitly
+ detected toolchai
@@ -41,9 +41,25 @@ COFF Improvements
* Added support for ``--time-trace`` and associated
``--time-trace-granularity``.
This generates a .json profile trace of the linker execution.
+* Prefer library paths specified with ``-libpath:`` over the implicitly
mst
@@ -359,6 +371,8 @@ Changes to LLDB
fields are present, however this is not always possible or entirely
accurate. If in doubt, refer to the numerical value.
+* On Windows, LLDB can now read the thread names.
mstorsjo wrote:
@oltolm Is this accurate for 95
https://github.com/mstorsjo edited
https://github.com/llvm/llvm-project/pull/80011
___
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/mstorsjo milestoned
https://github.com/llvm/llvm-project/pull/80011
___
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/mstorsjo created
https://github.com/llvm/llvm-project/pull/80011
None
From a09a391d4985d4adc1a5f500ba69b2f8f55aa47f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Tue, 30 Jan 2024 14:18:22 +0200
Subject: [PATCH] [docs] Add release notes for Windows sp
Author: Martin Storsjö
Date: 2022-08-15T14:27:47+03:00
New Revision: 7af201cba581930f990f70cb99bb91e7a046b307
URL:
https://github.com/llvm/llvm-project/commit/7af201cba581930f990f70cb99bb91e7a046b307
DIFF:
https://github.com/llvm/llvm-project/commit/7af201cba581930f990f70cb99bb91e7a046b307.diff
Author: Martin Storsjö
Date: 2022-08-03T12:08:32+03:00
New Revision: e692f99b2af8f099938d64efa719a1e3a3cf7bd3
URL:
https://github.com/llvm/llvm-project/commit/e692f99b2af8f099938d64efa719a1e3a3cf7bd3
DIFF:
https://github.com/llvm/llvm-project/commit/e692f99b2af8f099938d64efa719a1e3a3cf7bd3.diff
Author: Martin Storsjö
Date: 2022-08-03T12:07:48+03:00
New Revision: aa94b5d4e73d4c2437fe50cc5522899cce4e5b8a
URL:
https://github.com/llvm/llvm-project/commit/aa94b5d4e73d4c2437fe50cc5522899cce4e5b8a
DIFF:
https://github.com/llvm/llvm-project/commit/aa94b5d4e73d4c2437fe50cc5522899cce4e5b8a.diff
Author: Martin Storsjö
Date: 2022-02-10T22:47:19+02:00
New Revision: 5410d0ac67ad0d64b973eab0f5bc106d75639790
URL:
https://github.com/llvm/llvm-project/commit/5410d0ac67ad0d64b973eab0f5bc106d75639790
DIFF:
https://github.com/llvm/llvm-project/commit/5410d0ac67ad0d64b973eab0f5bc106d75639790.diff
Author: Martin Storsjö
Date: 2022-02-10T11:24:46+02:00
New Revision: 2ead82c6f972c8372f761b40fcfd7f533b632db5
URL:
https://github.com/llvm/llvm-project/commit/2ead82c6f972c8372f761b40fcfd7f533b632db5
DIFF:
https://github.com/llvm/llvm-project/commit/2ead82c6f972c8372f761b40fcfd7f533b632db5.diff
Author: Martin Storsjö
Date: 2022-02-09T18:57:42+02:00
New Revision: ac8818e38f6ea6d84e54ff1ea2c0436ecb43bc69
URL:
https://github.com/llvm/llvm-project/commit/ac8818e38f6ea6d84e54ff1ea2c0436ecb43bc69
DIFF:
https://github.com/llvm/llvm-project/commit/ac8818e38f6ea6d84e54ff1ea2c0436ecb43bc69.diff
Author: Martin Storsjö
Date: 2022-02-09T13:45:19+02:00
New Revision: 8344ab9c4f19b10d62806b0b7fdc48891595c2fb
URL:
https://github.com/llvm/llvm-project/commit/8344ab9c4f19b10d62806b0b7fdc48891595c2fb
DIFF:
https://github.com/llvm/llvm-project/commit/8344ab9c4f19b10d62806b0b7fdc48891595c2fb.diff
Author: Martin Storsjö
Date: 2021-08-16T12:26:49+03:00
New Revision: dcdb12496c24a02874dc060efac68adf178284cc
URL:
https://github.com/llvm/llvm-project/commit/dcdb12496c24a02874dc060efac68adf178284cc
DIFF:
https://github.com/llvm/llvm-project/commit/dcdb12496c24a02874dc060efac68adf178284cc.diff
Author: Mateusz Mikuła
Date: 2021-08-02T21:26:03+03:00
New Revision: a6c39006e59ce92469b3a9369ebafd7c07ef54a0
URL:
https://github.com/llvm/llvm-project/commit/a6c39006e59ce92469b3a9369ebafd7c07ef54a0
DIFF:
https://github.com/llvm/llvm-project/commit/a6c39006e59ce92469b3a9369ebafd7c07ef54a0.diff
Author: Martin Storsjö
Date: 2021-08-02T21:25:29+03:00
New Revision: 332ac2f8794610c3afdb11099a32ec36382cb500
URL:
https://github.com/llvm/llvm-project/commit/332ac2f8794610c3afdb11099a32ec36382cb500
DIFF:
https://github.com/llvm/llvm-project/commit/332ac2f8794610c3afdb11099a32ec36382cb500.diff
Author: Martin Storsjö
Date: 2021-04-23T09:23:17+03:00
New Revision: eae7f3e3d45077a509a37bb2f2ff36b8196a855e
URL:
https://github.com/llvm/llvm-project/commit/eae7f3e3d45077a509a37bb2f2ff36b8196a855e
DIFF:
https://github.com/llvm/llvm-project/commit/eae7f3e3d45077a509a37bb2f2ff36b8196a855e.diff
Author: Martin Storsjö
Date: 2021-04-23T09:23:17+03:00
New Revision: 072c90a863aac1334a4950b3da262a025516dea0
URL:
https://github.com/llvm/llvm-project/commit/072c90a863aac1334a4950b3da262a025516dea0
DIFF:
https://github.com/llvm/llvm-project/commit/072c90a863aac1334a4950b3da262a025516dea0.diff
Author: Martin Storsjö
Date: 2021-02-16T15:00:54+02:00
New Revision: f290f3bfc5c900bd46992c9419c53a76f08a58cc
URL:
https://github.com/llvm/llvm-project/commit/f290f3bfc5c900bd46992c9419c53a76f08a58cc
DIFF:
https://github.com/llvm/llvm-project/commit/f290f3bfc5c900bd46992c9419c53a76f08a58cc.diff
Author: Walter Erquinigo
Date: 2021-02-08T22:56:48+02:00
New Revision: 1cb6551edb94eea1fc087b346b1e8d13775dc692
URL:
https://github.com/llvm/llvm-project/commit/1cb6551edb94eea1fc087b346b1e8d13775dc692
DIFF:
https://github.com/llvm/llvm-project/commit/1cb6551edb94eea1fc087b346b1e8d13775dc692.di
Author: Walter Erquinigo
Date: 2021-02-08T22:56:48+02:00
New Revision: 27aff2aa2ade9d78d0081445eadacd5b5006143e
URL:
https://github.com/llvm/llvm-project/commit/27aff2aa2ade9d78d0081445eadacd5b5006143e
DIFF:
https://github.com/llvm/llvm-project/commit/27aff2aa2ade9d78d0081445eadacd5b5006143e.di
Author: Walter Erquinigo
Date: 2021-02-08T22:56:48+02:00
New Revision: d7d818c3615e4ff6bb283df0c1ddbb2b2cd50075
URL:
https://github.com/llvm/llvm-project/commit/d7d818c3615e4ff6bb283df0c1ddbb2b2cd50075
DIFF:
https://github.com/llvm/llvm-project/commit/d7d818c3615e4ff6bb283df0c1ddbb2b2cd50075.di
Author: Martin Storsjö
Date: 2021-02-02T15:08:17+02:00
New Revision: b6d2402e319be00592908b2c9cb63fccdb481008
URL:
https://github.com/llvm/llvm-project/commit/b6d2402e319be00592908b2c9cb63fccdb481008
DIFF:
https://github.com/llvm/llvm-project/commit/b6d2402e319be00592908b2c9cb63fccdb481008.diff
Author: Martin Storsjö
Date: 2021-01-14T17:28:18+02:00
New Revision: dbaa6a1858a42f72b683f700d3bd7a9632f7a518
URL:
https://github.com/llvm/llvm-project/commit/dbaa6a1858a42f72b683f700d3bd7a9632f7a518
DIFF:
https://github.com/llvm/llvm-project/commit/dbaa6a1858a42f72b683f700d3bd7a9632f7a518.diff
Author: Martin Storsjö
Date: 2021-01-12T23:56:03+02:00
New Revision: 02f1d28ed6b8f33445dae3beed8b6cc8dada4312
URL:
https://github.com/llvm/llvm-project/commit/02f1d28ed6b8f33445dae3beed8b6cc8dada4312
DIFF:
https://github.com/llvm/llvm-project/commit/02f1d28ed6b8f33445dae3beed8b6cc8dada4312.diff
Author: Martin Storsjö
Date: 2021-01-12T23:56:03+02:00
New Revision: d1fa7afc7aefd822698fe86431d8184b1e8b6683
URL:
https://github.com/llvm/llvm-project/commit/d1fa7afc7aefd822698fe86431d8184b1e8b6683
DIFF:
https://github.com/llvm/llvm-project/commit/d1fa7afc7aefd822698fe86431d8184b1e8b6683.diff
Author: Martin Storsjö
Date: 2021-01-08T22:54:03+02:00
New Revision: ffac9001d987096537b94ed7a1e4e4a4665d571f
URL:
https://github.com/llvm/llvm-project/commit/ffac9001d987096537b94ed7a1e4e4a4665d571f
DIFF:
https://github.com/llvm/llvm-project/commit/ffac9001d987096537b94ed7a1e4e4a4665d571f.diff
Author: Martin Storsjö
Date: 2021-01-08T10:04:44+02:00
New Revision: 7a91dad9e5fa17ed31484ea7f264363b9b821861
URL:
https://github.com/llvm/llvm-project/commit/7a91dad9e5fa17ed31484ea7f264363b9b821861
DIFF:
https://github.com/llvm/llvm-project/commit/7a91dad9e5fa17ed31484ea7f264363b9b821861.diff
Author: Martin Storsjö
Date: 2021-01-07T10:02:19+02:00
New Revision: 248e3450fb8a1ab7146c0cbe8f0ea7204782f542
URL:
https://github.com/llvm/llvm-project/commit/248e3450fb8a1ab7146c0cbe8f0ea7204782f542
DIFF:
https://github.com/llvm/llvm-project/commit/248e3450fb8a1ab7146c0cbe8f0ea7204782f542.diff
Author: Martin Storsjö
Date: 2021-01-07T10:02:47+02:00
New Revision: f4485240a2182050d6417947a407fe4c551e2011
URL:
https://github.com/llvm/llvm-project/commit/f4485240a2182050d6417947a407fe4c551e2011
DIFF:
https://github.com/llvm/llvm-project/commit/f4485240a2182050d6417947a407fe4c551e2011.diff
Author: Martin Storsjö
Date: 2021-01-05T08:59:08+02:00
New Revision: 979c38cc74f4e96c5e1bee1f966a81038fff1ed6
URL:
https://github.com/llvm/llvm-project/commit/979c38cc74f4e96c5e1bee1f966a81038fff1ed6
DIFF:
https://github.com/llvm/llvm-project/commit/979c38cc74f4e96c5e1bee1f966a81038fff1ed6.diff
Author: Martin Storsjö
Date: 2020-12-18T11:24:53+02:00
New Revision: 156180727d6c347eda3ba749730707acb8a48093
URL:
https://github.com/llvm/llvm-project/commit/156180727d6c347eda3ba749730707acb8a48093
DIFF:
https://github.com/llvm/llvm-project/commit/156180727d6c347eda3ba749730707acb8a48093.diff
Author: Martin Storsjö
Date: 2020-12-18T11:24:52+02:00
New Revision: de698ae73444b5160dd6b8d768b30d6764be004e
URL:
https://github.com/llvm/llvm-project/commit/de698ae73444b5160dd6b8d768b30d6764be004e
DIFF:
https://github.com/llvm/llvm-project/commit/de698ae73444b5160dd6b8d768b30d6764be004e.diff
Author: Martin Storsjö
Date: 2020-12-18T11:24:52+02:00
New Revision: 48c6500b5bfa60dfe6ca5f407fcdbf5ddff0c289
URL:
https://github.com/llvm/llvm-project/commit/48c6500b5bfa60dfe6ca5f407fcdbf5ddff0c289
DIFF:
https://github.com/llvm/llvm-project/commit/48c6500b5bfa60dfe6ca5f407fcdbf5ddff0c289.diff
Author: Martin Storsjö
Date: 2020-12-18T11:24:52+02:00
New Revision: e83e0cac041bc071301f8399bb5c32b2529fc83f
URL:
https://github.com/llvm/llvm-project/commit/e83e0cac041bc071301f8399bb5c32b2529fc83f
DIFF:
https://github.com/llvm/llvm-project/commit/e83e0cac041bc071301f8399bb5c32b2529fc83f.diff
Author: Martin Storsjö
Date: 2020-12-17T13:37:52+02:00
New Revision: 08a00c6f43c187f8fb3b08dd98e269fb1fcff836
URL:
https://github.com/llvm/llvm-project/commit/08a00c6f43c187f8fb3b08dd98e269fb1fcff836
DIFF:
https://github.com/llvm/llvm-project/commit/08a00c6f43c187f8fb3b08dd98e269fb1fcff836.diff
Author: Martin Storsjö
Date: 2020-12-10T14:11:06+02:00
New Revision: 879c15e890b4d25d28ea904e92497f091f796019
URL:
https://github.com/llvm/llvm-project/commit/879c15e890b4d25d28ea904e92497f091f796019
DIFF:
https://github.com/llvm/llvm-project/commit/879c15e890b4d25d28ea904e92497f091f796019.diff
Author: Martin Storsjö
Date: 2020-12-07T09:35:12+02:00
New Revision: 78a57069b53a08d5aef98a8472fcfa73dbbc8771
URL:
https://github.com/llvm/llvm-project/commit/78a57069b53a08d5aef98a8472fcfa73dbbc8771
DIFF:
https://github.com/llvm/llvm-project/commit/78a57069b53a08d5aef98a8472fcfa73dbbc8771.diff
Author: Martin Storsjö
Date: 2020-12-04T11:37:05+02:00
New Revision: 0b71bf793924301d53cf01eeb0a27e96fea17791
URL:
https://github.com/llvm/llvm-project/commit/0b71bf793924301d53cf01eeb0a27e96fea17791
DIFF:
https://github.com/llvm/llvm-project/commit/0b71bf793924301d53cf01eeb0a27e96fea17791.diff
Author: Martin Storsjö
Date: 2020-12-04T11:37:05+02:00
New Revision: 6be11e35d5397ae1c117eb840a969585fdd7d08d
URL:
https://github.com/llvm/llvm-project/commit/6be11e35d5397ae1c117eb840a969585fdd7d08d
DIFF:
https://github.com/llvm/llvm-project/commit/6be11e35d5397ae1c117eb840a969585fdd7d08d.diff
Author: Martin Storsjö
Date: 2020-12-04T11:34:12+02:00
New Revision: c17fdca1883ddee94c6b7e055428d4445ab13e42
URL:
https://github.com/llvm/llvm-project/commit/c17fdca1883ddee94c6b7e055428d4445ab13e42
DIFF:
https://github.com/llvm/llvm-project/commit/c17fdca1883ddee94c6b7e055428d4445ab13e42.diff
Author: Martin Storsjö
Date: 2020-12-03T15:31:06+02:00
New Revision: d3fef7a7c25eba804f5e75b0bb352ed0aaa7c057
URL:
https://github.com/llvm/llvm-project/commit/d3fef7a7c25eba804f5e75b0bb352ed0aaa7c057
DIFF:
https://github.com/llvm/llvm-project/commit/d3fef7a7c25eba804f5e75b0bb352ed0aaa7c057.diff
Author: Martin Storsjö
Date: 2020-12-02T09:55:16+02:00
New Revision: 0d7bd72f5ab48b2f4a903e21985ae004c12ce265
URL:
https://github.com/llvm/llvm-project/commit/0d7bd72f5ab48b2f4a903e21985ae004c12ce265
DIFF:
https://github.com/llvm/llvm-project/commit/0d7bd72f5ab48b2f4a903e21985ae004c12ce265.diff
Author: Martin Storsjö
Date: 2020-12-01T10:07:53+02:00
New Revision: 2e5aaf65a344ae804343bfed6326ef33f61586b0
URL:
https://github.com/llvm/llvm-project/commit/2e5aaf65a344ae804343bfed6326ef33f61586b0
DIFF:
https://github.com/llvm/llvm-project/commit/2e5aaf65a344ae804343bfed6326ef33f61586b0.diff
Author: Martin Storsjö
Date: 2020-11-27T21:50:59+02:00
New Revision: fa103836649c8c37cf4e49523d3448c1ae1a160f
URL:
https://github.com/llvm/llvm-project/commit/fa103836649c8c37cf4e49523d3448c1ae1a160f
DIFF:
https://github.com/llvm/llvm-project/commit/fa103836649c8c37cf4e49523d3448c1ae1a160f.diff
Author: Martin Storsjö
Date: 2020-11-26T10:09:32+02:00
New Revision: 6b429668ded1aa7de4d586fc6dc8a469799b4d9c
URL:
https://github.com/llvm/llvm-project/commit/6b429668ded1aa7de4d586fc6dc8a469799b4d9c
DIFF:
https://github.com/llvm/llvm-project/commit/6b429668ded1aa7de4d586fc6dc8a469799b4d9c.diff
Author: Martin Storsjö
Date: 2020-11-25T12:10:53+02:00
New Revision: d2b71ea03d9c250453a90ad01ea1a4f8b0566b5d
URL:
https://github.com/llvm/llvm-project/commit/d2b71ea03d9c250453a90ad01ea1a4f8b0566b5d
DIFF:
https://github.com/llvm/llvm-project/commit/d2b71ea03d9c250453a90ad01ea1a4f8b0566b5d.diff
Author: Martin Storsjö
Date: 2020-11-25T12:10:53+02:00
New Revision: df54f50437db99bd489d0782422c3c55900e6347
URL:
https://github.com/llvm/llvm-project/commit/df54f50437db99bd489d0782422c3c55900e6347
DIFF:
https://github.com/llvm/llvm-project/commit/df54f50437db99bd489d0782422c3c55900e6347.diff
Author: Martin Storsjö
Date: 2020-11-23T23:17:03+02:00
New Revision: 6f792041a5cb964b4099614952a54c4961bfb872
URL:
https://github.com/llvm/llvm-project/commit/6f792041a5cb964b4099614952a54c4961bfb872
DIFF:
https://github.com/llvm/llvm-project/commit/6f792041a5cb964b4099614952a54c4961bfb872.diff
Author: Martin Storsjö
Date: 2020-11-21T22:14:35+02:00
New Revision: 33fb9679ec6e288bc72f2aa19c8ef1576b4c66b9
URL:
https://github.com/llvm/llvm-project/commit/33fb9679ec6e288bc72f2aa19c8ef1576b4c66b9
DIFF:
https://github.com/llvm/llvm-project/commit/33fb9679ec6e288bc72f2aa19c8ef1576b4c66b9.diff
Author: Martin Storsjö
Date: 2020-08-17T11:17:15+03:00
New Revision: e6ec96f4215a4f5302e4dd5d0ac287a1b0563586
URL:
https://github.com/llvm/llvm-project/commit/e6ec96f4215a4f5302e4dd5d0ac287a1b0563586
DIFF:
https://github.com/llvm/llvm-project/commit/e6ec96f4215a4f5302e4dd5d0ac287a1b0563586.diff
99 matches
Mail list logo