@@ -0,0 +1,78 @@
+//===-- ModuleDependencyScanner.h *-
C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apa
@@ -0,0 +1,78 @@
+//===-- ModuleDependencyScanner.h *-
C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apa
@@ -0,0 +1,118 @@
+//===- ModuleFilesInfo.h -*-
C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,118 @@
+//===- ModuleFilesInfo.h -*-
C++-*-===//
ChuanqiXu9 wrote:
Done by renaming. I don't quite understand the sentence "the modules are the
inputs for something in particular.".
https://github.com/llvm/llv
@@ -0,0 +1,118 @@
+//===- ModuleFilesInfo.h -*-
C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,118 @@
+//===- ModuleFilesInfo.h -*-
C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,118 @@
+//===- ModuleFilesInfo.h -*-
C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,282 @@
+//===- ModuleFilesInfo.cpp ---*-
C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,282 @@
+//===- ModuleFilesInfo.cpp ---*-
C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,282 @@
+//===- ModuleFilesInfo.cpp ---*-
C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
ChuanqiXu9 wrote:
@sam-mccall thanks for your high qualified comments! I think I've addressed
most of them. I am not so familiar with the Github review system. Tell me if
you're more happy with other practices.
https://github.com/llvm/llvm-project/pull/66462
__
ChuanqiXu9 wrote:
Yeah, of course.
https://github.com/llvm/llvm-project/pull/68501
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ChuanqiXu9 closed
https://github.com/llvm/llvm-project/pull/68501
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Chuanqi Xu
Date: 2023-10-16T10:38:33+08:00
New Revision: be72dca5e3ab3301e6927aca1c0823e382519bb3
URL:
https://github.com/llvm/llvm-project/commit/be72dca5e3ab3301e6927aca1c0823e382519bb3
DIFF:
https://github.com/llvm/llvm-project/commit/be72dca5e3ab3301e6927aca1c0823e382519bb3.diff
LO
ChuanqiXu9 wrote:
@sam-mccall gentle ping~
https://github.com/llvm/llvm-project/pull/66462
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
ChuanqiXu9 wrote:
> I highly recommend talking to @mathstuf of the CMake project about a way for
> the build system can emit a next generation set of build graph metadata
> (think modules appropriate compile commands, including dependencies).
>
> I expect it will be more efficient for the buil
https://github.com/ChuanqiXu9 created
https://github.com/llvm/llvm-project/pull/69287
Previously, the boolean values will occupy spaces that can contain integers. It
wastes the spaces especially if the boolean values are serialized
consecutively. The patch tries to pack such consecutive boolea
https://github.com/ChuanqiXu9 updated
https://github.com/llvm/llvm-project/pull/69287
>From 326bc3a4a24cfd515f2673e5a01bd30b3b1bf6bc Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Mon, 16 Oct 2023 16:41:31 +0800
Subject: [PATCH] [NFC] [Serializer] Pack information in serializer
Previously, th
https://github.com/ChuanqiXu9 updated
https://github.com/llvm/llvm-project/pull/69287
>From 5a1f32f156801da271486dbb0fd37007adb4901c Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Mon, 16 Oct 2023 16:41:31 +0800
Subject: [PATCH] [NFC] [Serializer] Pack information in serializer
Previously, th
https://github.com/ChuanqiXu9 edited
https://github.com/llvm/llvm-project/pull/69287
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ChuanqiXu9 created
https://github.com/llvm/llvm-project/pull/69431
There are already 3 issues about the broken state of -fdelayed-template-parsing
and C++20 modules:
- https://github.com/llvm/llvm-project/issues/61068
- https://github.com/llvm/llvm-project/issues/64810
- http
Author: Chuanqi Xu
Date: 2023-07-31T11:05:47+08:00
New Revision: c31d6b4ef135098280b0ebb93e95b258a0d372ca
URL:
https://github.com/llvm/llvm-project/commit/c31d6b4ef135098280b0ebb93e95b258a0d372ca
DIFF:
https://github.com/llvm/llvm-project/commit/c31d6b4ef135098280b0ebb93e95b258a0d372ca.diff
LO
Author: Chuanqi Xu
Date: 2023-08-09T11:14:43+08:00
New Revision: 201c10537a3c1ad4a86b840834c204575d10d589
URL:
https://github.com/llvm/llvm-project/commit/201c10537a3c1ad4a86b840834c204575d10d589
DIFF:
https://github.com/llvm/llvm-project/commit/201c10537a3c1ad4a86b840834c204575d10d589.diff
LO
Author: Chuanqi Xu
Date: 2023-09-08T16:53:12+08:00
New Revision: 96122b5b717c2b1a291d7298ac50b1daf02bd97c
URL:
https://github.com/llvm/llvm-project/commit/96122b5b717c2b1a291d7298ac50b1daf02bd97c
DIFF:
https://github.com/llvm/llvm-project/commit/96122b5b717c2b1a291d7298ac50b1daf02bd97c.diff
LO
https://github.com/ChuanqiXu9 requested changes to this pull request.
https://github.com/llvm/llvm-project/pull/65996
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ChuanqiXu9 edited
https://github.com/llvm/llvm-project/pull/65996
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -303,6 +303,10 @@ bool Module::directlyUses(const Module *Requested) {
if (!Requested->Parent && Requested->Name == "_Builtin_stddef_max_align_t")
return true;
+ // Anyone is allowed to use our builtin ptrauth.h and its accompanying
module.
+ if (!Requested->Parent
@@ -303,6 +303,10 @@ bool Module::directlyUses(const Module *Requested) {
if (!Requested->Parent && Requested->Name == "_Builtin_stddef_max_align_t")
return true;
+ // Anyone is allowed to use our builtin ptrauth.h and its accompanying
module.
+ if (!Requested->Parent
@@ -303,6 +303,10 @@ bool Module::directlyUses(const Module *Requested) {
if (!Requested->Parent && Requested->Name == "_Builtin_stddef_max_align_t")
return true;
+ // Anyone is allowed to use our builtin ptrauth.h and its accompanying
module.
+ if (!Requested->Parent
ChuanqiXu9 wrote:
It looks like we need to touch the section `Returned-Continuation Lowering` too
https://github.com/llvm/llvm-project/pull/66333
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.
@@ -3046,7 +3046,8 @@ void coro::buildCoroutineFrame(
// Collect the spills for arguments and other not-materializable values.
for (Argument &A : F.args())
for (User *U : A.users())
- if (Checker.isDefinitionAcrossSuspend(A, U))
+ if (Checker.isDefinitionAcros
https://github.com/ChuanqiXu9 edited
https://github.com/llvm/llvm-project/pull/66333
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ChuanqiXu9 commented:
> One of the main user of these kind of coroutines is swift. There yield-once
> (retcon.once) coroutines are used to temporary "expose" pointers to internal
> fields of various objects creating borrow scopes.
>
> However, in some cases it might be useful
@@ -3046,7 +3046,8 @@ void coro::buildCoroutineFrame(
// Collect the spills for arguments and other not-materializable values.
for (Argument &A : F.args())
for (User *U : A.users())
- if (Checker.isDefinitionAcrossSuspend(A, U))
+ if (Checker.isDefinitionAcros
ChuanqiXu9 wrote:
I feel like it looks better to touch https://llvm.org/docs/LangRef.html to
introduce new ADT and tell what is the benefit (pros and cons) of the new data
structure.
https://github.com/llvm/llvm-project/pull/66430
___
cfe-commits mai
@@ -3046,7 +3046,8 @@ void coro::buildCoroutineFrame(
// Collect the spills for arguments and other not-materializable values.
for (Argument &A : F.args())
for (User *U : A.users())
- if (Checker.isDefinitionAcrossSuspend(A, U))
+ if (Checker.isDefinitionAcros
ChuanqiXu9 wrote:
> > Out of curiousity, why don't we have the problem in the normal return
> > continuation ABI?
>
> The problem happens when the value is directly used in `coro.end` intrinsic.
> For example, when we're forwarding coroutine argument as a result. Or, when
> the value itself i
ChuanqiXu9 wrote:
Oh, I am wondering if we have misunderstandings. I am not asking the reason why
we don't have the problem which is discussing in the change of CoroFrame.cpp
in return continuation ABI. I understand that fully.
What make me curious is the motivation case of the PR. I mean wh
ChuanqiXu9 wrote:
Got it. Thanks. Then I am wondering how about the `retcon` ABI? I am confused
since the doc said the last continuation of `retcon` ABI will return a nullptr
to indicate it has finished. Don't we have the same problem? Or we can't solve
the problem in `retcon` ABI? Or we just
ChuanqiXu9 wrote:
Got it. Thanks for the explanation : )
https://github.com/llvm/llvm-project/pull/66333
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ChuanqiXu9 created
https://github.com/llvm/llvm-project/pull/66462
(to be edited)
(not ready for review yet)
>From d6836f492e040f4fe9eb293d5a2a52ab5f89e3bc Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Fri, 15 Sep 2023 11:33:53 +0800
Subject: [PATCH] [clangd] [C++20] [Mod
https://github.com/ChuanqiXu9 updated
https://github.com/llvm/llvm-project/pull/66462
>From ec7d378ef14a8740c29d046f266f430c434f4142 Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Fri, 15 Sep 2023 11:33:53 +0800
Subject: [PATCH] [clangd] [C++20] [Modules] Introduce initial support for
C++20 M
https://github.com/ChuanqiXu9 edited
https://github.com/llvm/llvm-project/pull/66462
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ChuanqiXu9 edited
https://github.com/llvm/llvm-project/pull/66462
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ChuanqiXu9 updated
https://github.com/llvm/llvm-project/pull/66462
>From 36f7d8d284b4c22621f3addc55c0fdb7afe71a31 Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Fri, 15 Sep 2023 11:33:53 +0800
Subject: [PATCH] [clangd] [C++20] [Modules] Introduce initial support for
C++20 M
https://github.com/ChuanqiXu9 edited
https://github.com/llvm/llvm-project/pull/66462
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ChuanqiXu9 milestoned
https://github.com/llvm/llvm-project/pull/66462
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
ChuanqiXu9 wrote:
Sorry. I meant to sent:
https://llvm.org/docs/ProgrammersManual.html#picking-the-right-data-structure-for-a-task.
Also I feel like the comments are much less than other ADT types. I mean these
are important and fundamental data structures. So that almost every LLVM
developer
https://github.com/ChuanqiXu9 edited
https://github.com/llvm/llvm-project/pull/66462
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ChuanqiXu9 updated
https://github.com/llvm/llvm-project/pull/66462
>From a4e9cae646b9a7af5e246075b55c74fc4a152024 Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Fri, 15 Sep 2023 11:33:53 +0800
Subject: [PATCH] [clangd] [C++20] [Modules] Introduce initial support for
C++20 M
https://github.com/ChuanqiXu9 approved this pull request.
LGTM. Thanks.
https://github.com/llvm/llvm-project/pull/66333
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ChuanqiXu9 commented:
I feel better to add unittests to llvm/unittests/ADT.
https://github.com/llvm/llvm-project/pull/66430
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c
ChuanqiXu9 wrote:
I feel we need more reviewers for introducing ADT types. Let me try to add some
people.
https://github.com/llvm/llvm-project/pull/66430
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/li
ChuanqiXu9 wrote:
The bot shows some escaping code issue on windows:
> YAML:6:44: error: Unrecognized escape code
> --
> | "file":
> "C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-ns06ti05\modules-test-e111b6/foo.cppm",
And I'm like to skip the tests on windows temporarily sinc
https://github.com/ChuanqiXu9 updated
https://github.com/llvm/llvm-project/pull/66462
>From df7c71d07f7db246aff0c6021e85acb70bd75868 Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Fri, 15 Sep 2023 11:33:53 +0800
Subject: [PATCH] [clangd] [C++20] [Modules] Introduce initial support for
C++20 M
@@ -1625,6 +1625,35 @@ SmallVector has grown a few other minor advantages over
std::vector, causing
and is no longer "private to the implementation". A name like
``SmallVectorHeader`` might be more appropriate.
+.. _dss_smallvector:
ChuanqiXu9 wrote:
T
@@ -0,0 +1,125 @@
+//===- llvm/ADT/PagedVector.h - 'Lazyly allocated' vectors *- C++
+//-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier
@@ -1625,6 +1625,35 @@ SmallVector has grown a few other minor advantages over
std::vector, causing
and is no longer "private to the implementation". A name like
``SmallVectorHeader`` might be more appropriate.
+.. _dss_smallvector:
+
+llvm/ADT/PagedVector.h
+^^
https://github.com/ChuanqiXu9 edited
https://github.com/llvm/llvm-project/pull/66430
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ChuanqiXu9 commented:
Thanks. Sorry for not commenting everything at the first sight. I don't have
further concerns. But I'd like to give more times for other reviewers to take a
look.
https://github.com/llvm/llvm-project/pull/66430
__
@@ -0,0 +1,126 @@
+//===- llvm/ADT/PagedVector.h - 'Lazyly allocated' vectors *- C++
+//-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier
@@ -0,0 +1,126 @@
+//===- llvm/ADT/PagedVector.h - 'Lazyly allocated' vectors *- C++
+//-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier
@@ -0,0 +1,126 @@
+//===- llvm/ADT/PagedVector.h - 'Lazyly allocated' vectors *- C++
+//-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier
https://github.com/ChuanqiXu9 updated
https://github.com/llvm/llvm-project/pull/66420
>From 71c5d851d2b14022434fb6533ec7418ee00751c2 Mon Sep 17 00:00:00 2001
From: NoodleSugar
Date: Tue, 12 Sep 2023 12:39:13 +0200
Subject: [PATCH] [llvm][documentation] Fix coroutines documentation
---
llvm/do
https://github.com/ChuanqiXu9 closed
https://github.com/llvm/llvm-project/pull/66420
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Chuanqi Xu
Date: 2023-07-11T15:59:03+08:00
New Revision: f82df0b285acd8a7115f0bfc55ce44474251c2d1
URL:
https://github.com/llvm/llvm-project/commit/f82df0b285acd8a7115f0bfc55ce44474251c2d1
DIFF:
https://github.com/llvm/llvm-project/commit/f82df0b285acd8a7115f0bfc55ce44474251c2d1.diff
LO
Author: Chuanqi Xu
Date: 2023-07-11T16:13:06+08:00
New Revision: 74258f4189e2b6bacabd40ee6f588fd9d1b37741
URL:
https://github.com/llvm/llvm-project/commit/74258f4189e2b6bacabd40ee6f588fd9d1b37741
DIFF:
https://github.com/llvm/llvm-project/commit/74258f4189e2b6bacabd40ee6f588fd9d1b37741.diff
LO
Author: Chuanqi Xu
Date: 2023-08-24T10:41:48+08:00
New Revision: 19ab2664ad3182ffa8fe3a95bb19765e4ae84653
URL:
https://github.com/llvm/llvm-project/commit/19ab2664ad3182ffa8fe3a95bb19765e4ae84653
DIFF:
https://github.com/llvm/llvm-project/commit/19ab2664ad3182ffa8fe3a95bb19765e4ae84653.diff
LO
Author: Chuanqi Xu
Date: 2023-08-28T11:43:33+08:00
New Revision: 9d9c25f81456aace2bec4b58498a420e650007d9
URL:
https://github.com/llvm/llvm-project/commit/9d9c25f81456aace2bec4b58498a420e650007d9
DIFF:
https://github.com/llvm/llvm-project/commit/9d9c25f81456aace2bec4b58498a420e650007d9.diff
LO
Author: Chuanqi Xu
Date: 2023-08-28T13:21:17+08:00
New Revision: 572cc8d38f938eb2769907c17137a10a408d9bfc
URL:
https://github.com/llvm/llvm-project/commit/572cc8d38f938eb2769907c17137a10a408d9bfc
DIFF:
https://github.com/llvm/llvm-project/commit/572cc8d38f938eb2769907c17137a10a408d9bfc.diff
LO
Author: Chuanqi Xu
Date: 2023-08-28T17:07:30+08:00
New Revision: b32aa72afc1d6a094fde6ca04d8a1124af34a2ad
URL:
https://github.com/llvm/llvm-project/commit/b32aa72afc1d6a094fde6ca04d8a1124af34a2ad
DIFF:
https://github.com/llvm/llvm-project/commit/b32aa72afc1d6a094fde6ca04d8a1124af34a2ad.diff
LO
Author: Chuanqi Xu
Date: 2023-08-29T11:30:47+08:00
New Revision: 6f1b2e4e97e2d6e8f19a9a6d64547b027617fa39
URL:
https://github.com/llvm/llvm-project/commit/6f1b2e4e97e2d6e8f19a9a6d64547b027617fa39
DIFF:
https://github.com/llvm/llvm-project/commit/6f1b2e4e97e2d6e8f19a9a6d64547b027617fa39.diff
LO
Author: Chuanqi Xu
Date: 2023-08-29T14:35:27+08:00
New Revision: 20e6515d5c5ff155a54e10f64caef1c76d8d5976
URL:
https://github.com/llvm/llvm-project/commit/20e6515d5c5ff155a54e10f64caef1c76d8d5976
DIFF:
https://github.com/llvm/llvm-project/commit/20e6515d5c5ff155a54e10f64caef1c76d8d5976.diff
LO
Author: Chuanqi Xu
Date: 2023-09-04T13:22:17+08:00
New Revision: f585b7db07f8b3c69141f3975a94c70f6899f733
URL:
https://github.com/llvm/llvm-project/commit/f585b7db07f8b3c69141f3975a94c70f6899f733
DIFF:
https://github.com/llvm/llvm-project/commit/f585b7db07f8b3c69141f3975a94c70f6899f733.diff
LO
Author: Chuanqi Xu
Date: 2023-09-07T16:12:53+08:00
New Revision: f0cd9b2b8a09192489e0aedf3c9af3a540ea5966
URL:
https://github.com/llvm/llvm-project/commit/f0cd9b2b8a09192489e0aedf3c9af3a540ea5966
DIFF:
https://github.com/llvm/llvm-project/commit/f0cd9b2b8a09192489e0aedf3c9af3a540ea5966.diff
LO
Author: Chuanqi Xu
Date: 2023-09-07T17:13:16+08:00
New Revision: 869111ccf2d3916bf24a31bdb367d7e567483ff0
URL:
https://github.com/llvm/llvm-project/commit/869111ccf2d3916bf24a31bdb367d7e567483ff0
DIFF:
https://github.com/llvm/llvm-project/commit/869111ccf2d3916bf24a31bdb367d7e567483ff0.diff
LO
Author: Chuanqi Xu
Date: 2023-03-17T13:52:18+08:00
New Revision: 0818433a5515df24c5d2cd95087e375ba8596cb0
URL:
https://github.com/llvm/llvm-project/commit/0818433a5515df24c5d2cd95087e375ba8596cb0
DIFF:
https://github.com/llvm/llvm-project/commit/0818433a5515df24c5d2cd95087e375ba8596cb0.diff
LO
Author: Chuanqi Xu
Date: 2023-03-17T15:10:37+08:00
New Revision: 684955a2302daacb4136b0247c00f6f95472614b
URL:
https://github.com/llvm/llvm-project/commit/684955a2302daacb4136b0247c00f6f95472614b
DIFF:
https://github.com/llvm/llvm-project/commit/684955a2302daacb4136b0247c00f6f95472614b.diff
LO
Author: Chuanqi Xu
Date: 2023-03-17T15:58:10+08:00
New Revision: c21790d02302ca0c00fab15c49c14db6514ceb5e
URL:
https://github.com/llvm/llvm-project/commit/c21790d02302ca0c00fab15c49c14db6514ceb5e
DIFF:
https://github.com/llvm/llvm-project/commit/c21790d02302ca0c00fab15c49c14db6514ceb5e.diff
LO
Author: Chuanqi Xu
Date: 2023-03-20T11:37:09+08:00
New Revision: d26392673c39885400c45c317afd4e2c9f8d
URL:
https://github.com/llvm/llvm-project/commit/d26392673c39885400c45c317afd4e2c9f8d
DIFF:
https://github.com/llvm/llvm-project/commit/d26392673c39885400c45c317afd4e2c9f8d.diff
LO
Author: Chuanqi Xu
Date: 2023-03-21T10:34:33+08:00
New Revision: 8894fe7a6f3efad371d64a1825ba3f4a6704d604
URL:
https://github.com/llvm/llvm-project/commit/8894fe7a6f3efad371d64a1825ba3f4a6704d604
DIFF:
https://github.com/llvm/llvm-project/commit/8894fe7a6f3efad371d64a1825ba3f4a6704d604.diff
LO
Author: Chuanqi Xu
Date: 2023-03-23T11:21:35+08:00
New Revision: 25557aa38a0dab76f5b7a4518942f69d879693c0
URL:
https://github.com/llvm/llvm-project/commit/25557aa38a0dab76f5b7a4518942f69d879693c0
DIFF:
https://github.com/llvm/llvm-project/commit/25557aa38a0dab76f5b7a4518942f69d879693c0.diff
LO
Author: Chuanqi Xu
Date: 2023-03-28T17:51:38+08:00
New Revision: 1b5980997bc03659a41329c3dff96ff274e13d85
URL:
https://github.com/llvm/llvm-project/commit/1b5980997bc03659a41329c3dff96ff274e13d85
DIFF:
https://github.com/llvm/llvm-project/commit/1b5980997bc03659a41329c3dff96ff274e13d85.diff
LO
Author: Chuanqi Xu
Date: 2023-03-29T11:15:38+08:00
New Revision: 279c7a2f17937836ed13e359c3fb381bef7defaf
URL:
https://github.com/llvm/llvm-project/commit/279c7a2f17937836ed13e359c3fb381bef7defaf
DIFF:
https://github.com/llvm/llvm-project/commit/279c7a2f17937836ed13e359c3fb381bef7defaf.diff
LO
Author: Chuanqi Xu
Date: 2023-02-28T14:38:46+08:00
New Revision: e76e3a091961ee4e5b01825527832f05234011d6
URL:
https://github.com/llvm/llvm-project/commit/e76e3a091961ee4e5b01825527832f05234011d6
DIFF:
https://github.com/llvm/llvm-project/commit/e76e3a091961ee4e5b01825527832f05234011d6.diff
LO
Author: Chuanqi Xu
Date: 2023-02-28T23:41:48+08:00
New Revision: 9e50578ba43c49ee13ac3bb7d4868565824f9b29
URL:
https://github.com/llvm/llvm-project/commit/9e50578ba43c49ee13ac3bb7d4868565824f9b29
DIFF:
https://github.com/llvm/llvm-project/commit/9e50578ba43c49ee13ac3bb7d4868565824f9b29.diff
LO
Author: Chuanqi Xu
Date: 2023-03-01T11:04:20+08:00
New Revision: 5bb3253cf5b47dd49f431896b8d6412947a848f1
URL:
https://github.com/llvm/llvm-project/commit/5bb3253cf5b47dd49f431896b8d6412947a848f1
DIFF:
https://github.com/llvm/llvm-project/commit/5bb3253cf5b47dd49f431896b8d6412947a848f1.diff
LO
Author: Chuanqi Xu
Date: 2023-03-01T11:19:10+08:00
New Revision: db1b827ecfed6d311c315484f8a0bd78d4e9f99a
URL:
https://github.com/llvm/llvm-project/commit/db1b827ecfed6d311c315484f8a0bd78d4e9f99a
DIFF:
https://github.com/llvm/llvm-project/commit/db1b827ecfed6d311c315484f8a0bd78d4e9f99a.diff
LO
Author: Chuanqi Xu
Date: 2023-03-03T10:31:48+08:00
New Revision: bf52ead24ca4fe1b73bceec7bba3abfe15541649
URL:
https://github.com/llvm/llvm-project/commit/bf52ead24ca4fe1b73bceec7bba3abfe15541649
DIFF:
https://github.com/llvm/llvm-project/commit/bf52ead24ca4fe1b73bceec7bba3abfe15541649.diff
LO
Author: Chuanqi Xu
Date: 2023-03-03T11:15:29+08:00
New Revision: 5828692f70bc5f92fad9ed21a1844044924680aa
URL:
https://github.com/llvm/llvm-project/commit/5828692f70bc5f92fad9ed21a1844044924680aa
DIFF:
https://github.com/llvm/llvm-project/commit/5828692f70bc5f92fad9ed21a1844044924680aa.diff
LO
Author: Chuanqi Xu
Date: 2023-03-03T14:25:33+08:00
New Revision: 57833636816a13ccda53714413c532dc81e3b5ff
URL:
https://github.com/llvm/llvm-project/commit/57833636816a13ccda53714413c532dc81e3b5ff
DIFF:
https://github.com/llvm/llvm-project/commit/57833636816a13ccda53714413c532dc81e3b5ff.diff
LO
Author: Chuanqi Xu
Date: 2023-03-03T17:27:37+08:00
New Revision: 2408f97652caadf733a879e1d7d9c0702a80d609
URL:
https://github.com/llvm/llvm-project/commit/2408f97652caadf733a879e1d7d9c0702a80d609
DIFF:
https://github.com/llvm/llvm-project/commit/2408f97652caadf733a879e1d7d9c0702a80d609.diff
LO
Author: Chuanqi Xu
Date: 2023-03-06T14:39:32+08:00
New Revision: 5b769ff3e6a47eb2ffe8aa9e86f701ef046cf0a9
URL:
https://github.com/llvm/llvm-project/commit/5b769ff3e6a47eb2ffe8aa9e86f701ef046cf0a9
DIFF:
https://github.com/llvm/llvm-project/commit/5b769ff3e6a47eb2ffe8aa9e86f701ef046cf0a9.diff
LO
Author: Chuanqi Xu
Date: 2023-03-07T15:34:33+08:00
New Revision: 6ceb32a66fb429b1e6880b723c4f0103f00e6dbd
URL:
https://github.com/llvm/llvm-project/commit/6ceb32a66fb429b1e6880b723c4f0103f00e6dbd
DIFF:
https://github.com/llvm/llvm-project/commit/6ceb32a66fb429b1e6880b723c4f0103f00e6dbd.diff
LO
Author: Chuanqi Xu
Date: 2023-03-08T16:40:22+08:00
New Revision: 78e48977a6e67eaf6cea64e955e67edb0a55c993
URL:
https://github.com/llvm/llvm-project/commit/78e48977a6e67eaf6cea64e955e67edb0a55c993
DIFF:
https://github.com/llvm/llvm-project/commit/78e48977a6e67eaf6cea64e955e67edb0a55c993.diff
LO
Author: Chuanqi Xu
Date: 2023-03-09T16:20:01+08:00
New Revision: 1c33c419e41e412a1b2476e9979034a42b8dda56
URL:
https://github.com/llvm/llvm-project/commit/1c33c419e41e412a1b2476e9979034a42b8dda56
DIFF:
https://github.com/llvm/llvm-project/commit/1c33c419e41e412a1b2476e9979034a42b8dda56.diff
LO
Author: Chuanqi Xu
Date: 2023-03-09T17:29:36+08:00
New Revision: db987b9589be1eb604fcb74c85b410469e31485f
URL:
https://github.com/llvm/llvm-project/commit/db987b9589be1eb604fcb74c85b410469e31485f
DIFF:
https://github.com/llvm/llvm-project/commit/db987b9589be1eb604fcb74c85b410469e31485f.diff
LO
Author: Chuanqi Xu
Date: 2023-03-10T14:57:21+08:00
New Revision: af86957cbbffd3dfff3c6750ebddf118aebd0069
URL:
https://github.com/llvm/llvm-project/commit/af86957cbbffd3dfff3c6750ebddf118aebd0069
DIFF:
https://github.com/llvm/llvm-project/commit/af86957cbbffd3dfff3c6750ebddf118aebd0069.diff
LO
Author: Chuanqi Xu
Date: 2023-03-10T15:23:38+08:00
New Revision: 87ba95aa212a4fd363a4dd52677e9eea5224a4e7
URL:
https://github.com/llvm/llvm-project/commit/87ba95aa212a4fd363a4dd52677e9eea5224a4e7
DIFF:
https://github.com/llvm/llvm-project/commit/87ba95aa212a4fd363a4dd52677e9eea5224a4e7.diff
LO
Author: Chuanqi Xu
Date: 2023-03-10T15:25:26+08:00
New Revision: 8592b3e1d2080d9f6b3102dfb5895ca390da44a0
URL:
https://github.com/llvm/llvm-project/commit/8592b3e1d2080d9f6b3102dfb5895ca390da44a0
DIFF:
https://github.com/llvm/llvm-project/commit/8592b3e1d2080d9f6b3102dfb5895ca390da44a0.diff
LO
801 - 900 of 2204 matches
Mail list logo