@@ -49,14 +49,17 @@ class SyntheticChildrenFrontEnd {
virtual size_t GetIndexOfChildWithName(ConstString name) = 0;
- // this function is assumed to always succeed and it if fails, the front-end
- // should know to deal with it in the correct way (most probably, by refusi
@@ -1305,6 +1305,14 @@ enum CompletionType {
eTerminatorCompletion = (1ul << 27)
};
+/// Specifies if children need to be re-computed
+/// after a call to \ref SyntheticChildrenFrontEnd::Update.
+enum class ChildCacheState {
+ eDynamic = 0, ///< Children need to be recomput
@@ -1305,6 +1305,13 @@ enum CompletionType {
eTerminatorCompletion = (1ul << 27)
};
+/// Specifies if children need to be re-computed
+/// after a call to \ref SyntheticChildrenFrontEnd::Update.
+enum class ChildCacheState {
+ eRefetch = 0, ///< Children need to be recomput
https://github.com/kastiglione created
https://github.com/llvm/llvm-project/pull/80602
None
>From 8f2a96e57efb6b073c12903abbe4846f9be4e2ea Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Fri, 30 Jun 2023 17:02:02 -0700
Subject: [PATCH] [lldb] Remove unused private TypeCategoryMap methods (NFC)
https://github.com/kastiglione created
https://github.com/llvm/llvm-project/pull/80603
None
>From 28553f88104374a14858451858ef034f4298faae Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Thu, 1 Jun 2023 16:57:04 -0700
Subject: [PATCH] [lldb] Remove unnecessary FormatCache::GetEntry (NFC)
---
l
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/80603
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione closed
https://github.com/llvm/llvm-project/pull/80603
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione created
https://github.com/llvm/llvm-project/pull/80618
None
>From 9381ad39a74ed10446d1832813dfb1d5cfb24758 Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Sun, 4 Feb 2024 13:15:58 -0800
Subject: [PATCH] [lldb] Cleanup regex in libcxx formatters (NFC)
---
.../Plu
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/80618
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -750,6 +750,11 @@ static void LoadLibCxxFormatters(lldb::TypeCategoryImplSP
cpp_category_sp) {
lldb_private::formatters::LibcxxStdVectorSyntheticFrontEndCreator,
"libc++ std::vector synthetic children",
"^std::__[[:alnum:]]+::vector<.+>$", stl_deref_flags,
https://github.com/kastiglione approved this pull request.
🚢
https://github.com/llvm/llvm-project/pull/80167
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione closed
https://github.com/llvm/llvm-project/pull/80602
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione closed
https://github.com/llvm/llvm-project/pull/80618
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione created
https://github.com/llvm/llvm-project/pull/81018
None
>From 4f5b30fcb038c942df6a2fce975678c5b7ee1725 Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Wed, 7 Feb 2024 08:43:14 -0800
Subject: [PATCH] [lldb] Remove duplicate else-if branch (NFC)
---
lldb/sourc
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81018
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione closed
https://github.com/llvm/llvm-project/pull/81018
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
kastiglione wrote:
never mind, I see the slight difference
https://github.com/llvm/llvm-project/pull/81018
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione reopened
https://github.com/llvm/llvm-project/pull/81018
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione updated
https://github.com/llvm/llvm-project/pull/81018
>From f9d4abddb0f93d27ed14278566796babad9f7f4e Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Wed, 7 Feb 2024 10:17:51 -0800
Subject: [PATCH] [lldb] Add comment to ParseInternal in FormatEntity
---
lldb/sour
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81018
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81018
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81018
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -2204,7 +2204,9 @@ static Status ParseInternal(llvm::StringRef &format,
Entry &parent_entry,
return error;
}
} else if (FormatManager::GetFormatFromCString(
- entry.printf_format.c_str(), true, entr
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81018
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -2204,7 +2204,9 @@ static Status ParseInternal(llvm::StringRef &format,
Entry &parent_entry,
return error;
}
} else if (FormatManager::GetFormatFromCString(
- entry.printf_format.c_str(), true, entr
@@ -2204,7 +2204,9 @@ static Status ParseInternal(llvm::StringRef &format,
Entry &parent_entry,
return error;
}
} else if (FormatManager::GetFormatFromCString(
- entry.printf_format.c_str(), true, entr
https://github.com/kastiglione updated
https://github.com/llvm/llvm-project/pull/81018
>From f9d4abddb0f93d27ed14278566796babad9f7f4e Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Wed, 7 Feb 2024 10:17:51 -0800
Subject: [PATCH 1/2] [lldb] Add comment to ParseInternal in FormatEntity
---
lldb/
https://github.com/kastiglione updated
https://github.com/llvm/llvm-project/pull/81018
>From f9d4abddb0f93d27ed14278566796babad9f7f4e Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Wed, 7 Feb 2024 10:17:51 -0800
Subject: [PATCH 1/3] [lldb] Add comment to ParseInternal in FormatEntity
---
lldb/
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81018
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81018
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -2204,7 +2204,9 @@ static Status ParseInternal(llvm::StringRef &format,
Entry &parent_entry,
return error;
}
} else if (FormatManager::GetFormatFromCString(
- entry.printf_format.c_str(), true, entr
https://github.com/kastiglione closed
https://github.com/llvm/llvm-project/pull/81018
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione created
https://github.com/llvm/llvm-project/pull/81196
None
>From 81a2034ff2b41e30a1f5b82c86b4d5d4c429ed52 Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Thu, 8 Feb 2024 13:59:12 -0800
Subject: [PATCH] [lldb] Support custom printf formatting for variables
---
l
https://github.com/kastiglione converted_to_draft
https://github.com/llvm/llvm-project/pull/81196
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81196
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
kastiglione wrote:
Note that the implementation here is a draft for illustration. I am first
interested in high level agreement that allowing custom printf formatting of
variables is good.
https://github.com/llvm/llvm-project/pull/81196
___
lldb-comm
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81196
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81196
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81196
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione updated
https://github.com/llvm/llvm-project/pull/81196
>From 81a2034ff2b41e30a1f5b82c86b4d5d4c429ed52 Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Thu, 8 Feb 2024 13:59:12 -0800
Subject: [PATCH 1/2] [lldb] Support custom printf formatting for variables
---
lld
https://github.com/kastiglione ready_for_review
https://github.com/llvm/llvm-project/pull/81196
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione updated
https://github.com/llvm/llvm-project/pull/81196
>From 81a2034ff2b41e30a1f5b82c86b4d5d4c429ed52 Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Thu, 8 Feb 2024 13:59:12 -0800
Subject: [PATCH 1/3] [lldb] Support custom printf formatting for variables
---
lld
https://github.com/kastiglione created
https://github.com/llvm/llvm-project/pull/81681
None
>From 35a48898e20ba45db829dbf137d88a8417dd4d7c Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Tue, 13 Feb 2024 14:43:33 -0800
Subject: [PATCH] [lldb] Add comment on cross printing of summary/value
---
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81681
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81681
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81681
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/81681
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
kastiglione wrote:
I'll fine tune the wording to match the code.
https://github.com/llvm/llvm-project/pull/81681
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione updated
https://github.com/llvm/llvm-project/pull/81196
>From 81a2034ff2b41e30a1f5b82c86b4d5d4c429ed52 Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Thu, 8 Feb 2024 13:59:12 -0800
Subject: [PATCH 1/4] [lldb] Support custom printf formatting for variables
---
lld
kastiglione wrote:
@adrian-prantl good call, done.
https://github.com/llvm/llvm-project/pull/81196
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione updated
https://github.com/llvm/llvm-project/pull/81681
>From 35a48898e20ba45db829dbf137d88a8417dd4d7c Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Tue, 13 Feb 2024 14:43:33 -0800
Subject: [PATCH 1/2] [lldb] Add comment on cross printing of summary/value
---
ll
https://github.com/kastiglione closed
https://github.com/llvm/llvm-project/pull/81681
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
kastiglione wrote:
@jimingham I've updated the PR to a non-draft form if you want to check out the
implementation.
https://github.com/llvm/llvm-project/pull/81196
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin
Author: Dave Lee
Date: 2022-05-03T10:39:42-07:00
New Revision: 2f9fc576be206bd5c4fddfec5f89fceb3554a8d6
URL:
https://github.com/llvm/llvm-project/commit/2f9fc576be206bd5c4fddfec5f89fceb3554a8d6
DIFF:
https://github.com/llvm/llvm-project/commit/2f9fc576be206bd5c4fddfec5f89fceb3554a8d6.diff
LOG:
Author: Dave Lee
Date: 2022-05-23T10:57:40-07:00
New Revision: 0da230ff44399f74dc9bf05c8f212e7fc22079fa
URL:
https://github.com/llvm/llvm-project/commit/0da230ff44399f74dc9bf05c8f212e7fc22079fa
DIFF:
https://github.com/llvm/llvm-project/commit/0da230ff44399f74dc9bf05c8f212e7fc22079fa.diff
LOG:
Author: Dave Lee
Date: 2022-05-23T11:00:48-07:00
New Revision: 760298adc264f9c1029d93ab38711c131e19a2f4
URL:
https://github.com/llvm/llvm-project/commit/760298adc264f9c1029d93ab38711c131e19a2f4
DIFF:
https://github.com/llvm/llvm-project/commit/760298adc264f9c1029d93ab38711c131e19a2f4.diff
LOG:
Author: Dave Lee
Date: 2022-06-09T16:18:07-07:00
New Revision: 47c4c6a7469f3fd3e364a9b3669838686d4f1de6
URL:
https://github.com/llvm/llvm-project/commit/47c4c6a7469f3fd3e364a9b3669838686d4f1de6
DIFF:
https://github.com/llvm/llvm-project/commit/47c4c6a7469f3fd3e364a9b3669838686d4f1de6.diff
LOG:
Author: Dave Lee
Date: 2022-06-11T10:19:51-07:00
New Revision: c7a56af3072c2fa89f0968d7f00b22f7bff0812b
URL:
https://github.com/llvm/llvm-project/commit/c7a56af3072c2fa89f0968d7f00b22f7bff0812b
DIFF:
https://github.com/llvm/llvm-project/commit/c7a56af3072c2fa89f0968d7f00b22f7bff0812b.diff
LOG:
Author: Dave Lee
Date: 2022-06-15T22:04:02-07:00
New Revision: e30c493894c410825ad7467f4996aca7f613ce81
URL:
https://github.com/llvm/llvm-project/commit/e30c493894c410825ad7467f4996aca7f613ce81
DIFF:
https://github.com/llvm/llvm-project/commit/e30c493894c410825ad7467f4996aca7f613ce81.diff
LOG:
Author: Dave Lee
Date: 2022-06-15T22:20:48-07:00
New Revision: e9349ef9e6d83aa8900b5e534f1d15fb4d44a33c
URL:
https://github.com/llvm/llvm-project/commit/e9349ef9e6d83aa8900b5e534f1d15fb4d44a33c
DIFF:
https://github.com/llvm/llvm-project/commit/e9349ef9e6d83aa8900b5e534f1d15fb4d44a33c.diff
LOG:
Author: Dave Lee
Date: 2022-12-13T11:10:11-08:00
New Revision: f54497f114b9b5acaa8ebff296594b2cd7e437dd
URL:
https://github.com/llvm/llvm-project/commit/f54497f114b9b5acaa8ebff296594b2cd7e437dd
DIFF:
https://github.com/llvm/llvm-project/commit/f54497f114b9b5acaa8ebff296594b2cd7e437dd.diff
LOG:
Author: Dave Lee
Date: 2022-12-16T13:49:17-08:00
New Revision: 9c5b97570502c5c6648730f75d097910ae2faa22
URL:
https://github.com/llvm/llvm-project/commit/9c5b97570502c5c6648730f75d097910ae2faa22
DIFF:
https://github.com/llvm/llvm-project/commit/9c5b97570502c5c6648730f75d097910ae2faa22.diff
LOG:
Author: Dave Lee
Date: 2023-01-20T07:54:32-08:00
New Revision: cd4180dbf90b04014b65ff69c33002806680ced9
URL:
https://github.com/llvm/llvm-project/commit/cd4180dbf90b04014b65ff69c33002806680ced9
DIFF:
https://github.com/llvm/llvm-project/commit/cd4180dbf90b04014b65ff69c33002806680ced9.diff
LOG:
Author: Dave Lee
Date: 2023-01-20T12:59:51-08:00
New Revision: 84c6129c943135e2c32b9254f08d0a2e7b21116a
URL:
https://github.com/llvm/llvm-project/commit/84c6129c943135e2c32b9254f08d0a2e7b21116a
DIFF:
https://github.com/llvm/llvm-project/commit/84c6129c943135e2c32b9254f08d0a2e7b21116a.diff
LOG:
Author: Dave Lee
Date: 2023-01-23T09:52:11-08:00
New Revision: 9bf03187bd29f42902183e4bdac9b7f2d3008d00
URL:
https://github.com/llvm/llvm-project/commit/9bf03187bd29f42902183e4bdac9b7f2d3008d00
DIFF:
https://github.com/llvm/llvm-project/commit/9bf03187bd29f42902183e4bdac9b7f2d3008d00.diff
LOG:
Author: Dave Lee
Date: 2023-01-25T11:03:58-08:00
New Revision: 40766642283854d035a992513e314d59c1b4ca53
URL:
https://github.com/llvm/llvm-project/commit/40766642283854d035a992513e314d59c1b4ca53
DIFF:
https://github.com/llvm/llvm-project/commit/40766642283854d035a992513e314d59c1b4ca53.diff
LOG:
Author: Dave Lee
Date: 2023-01-27T14:29:45-08:00
New Revision: 47f0384bb96964e1416a52fc03b184a37fe05588
URL:
https://github.com/llvm/llvm-project/commit/47f0384bb96964e1416a52fc03b184a37fe05588
DIFF:
https://github.com/llvm/llvm-project/commit/47f0384bb96964e1416a52fc03b184a37fe05588.diff
LOG:
Author: Dave Lee
Date: 2023-02-08T10:46:26-08:00
New Revision: 3ff636729d067801039b3a37618f6ce0dd1c3d24
URL:
https://github.com/llvm/llvm-project/commit/3ff636729d067801039b3a37618f6ce0dd1c3d24
DIFF:
https://github.com/llvm/llvm-project/commit/3ff636729d067801039b3a37618f6ce0dd1c3d24.diff
LOG:
Author: Dave Lee
Date: 2023-02-08T12:12:33-08:00
New Revision: 785009e19fbcbeaca206f7e5a786cb034a374e19
URL:
https://github.com/llvm/llvm-project/commit/785009e19fbcbeaca206f7e5a786cb034a374e19
DIFF:
https://github.com/llvm/llvm-project/commit/785009e19fbcbeaca206f7e5a786cb034a374e19.diff
LOG:
Author: Dave Lee
Date: 2023-02-08T19:16:20-08:00
New Revision: d160873c03aedfcd201851829aa423cc10ef593a
URL:
https://github.com/llvm/llvm-project/commit/d160873c03aedfcd201851829aa423cc10ef593a
DIFF:
https://github.com/llvm/llvm-project/commit/d160873c03aedfcd201851829aa423cc10ef593a.diff
LOG:
Author: Dave Lee
Date: 2023-02-09T19:35:00-08:00
New Revision: 82352538576a67d746ae2c0ba4ec5453839e70cd
URL:
https://github.com/llvm/llvm-project/commit/82352538576a67d746ae2c0ba4ec5453839e70cd
DIFF:
https://github.com/llvm/llvm-project/commit/82352538576a67d746ae2c0ba4ec5453839e70cd.diff
LOG:
Author: Dave Lee
Date: 2023-02-15T15:25:59-08:00
New Revision: f1ddfa6d8a72bcc89e01ab8f73bbe5ae5a0dc475
URL:
https://github.com/llvm/llvm-project/commit/f1ddfa6d8a72bcc89e01ab8f73bbe5ae5a0dc475
DIFF:
https://github.com/llvm/llvm-project/commit/f1ddfa6d8a72bcc89e01ab8f73bbe5ae5a0dc475.diff
LOG:
Author: Dave Lee
Date: 2023-02-16T21:04:23-08:00
New Revision: b3215c8106170e586c59cc66a118329108cb72a4
URL:
https://github.com/llvm/llvm-project/commit/b3215c8106170e586c59cc66a118329108cb72a4
DIFF:
https://github.com/llvm/llvm-project/commit/b3215c8106170e586c59cc66a118329108cb72a4.diff
LOG:
Author: Dave Lee
Date: 2023-02-16T21:05:19-08:00
New Revision: 3328ee550c86458ade5b3daf5fb4ad97b6a99e6c
URL:
https://github.com/llvm/llvm-project/commit/3328ee550c86458ade5b3daf5fb4ad97b6a99e6c
DIFF:
https://github.com/llvm/llvm-project/commit/3328ee550c86458ade5b3daf5fb4ad97b6a99e6c.diff
LOG:
Author: Dave Lee
Date: 2023-02-16T21:11:48-08:00
New Revision: 5552c4ddd76de2447a86ab4b99506bd30590d36f
URL:
https://github.com/llvm/llvm-project/commit/5552c4ddd76de2447a86ab4b99506bd30590d36f
DIFF:
https://github.com/llvm/llvm-project/commit/5552c4ddd76de2447a86ab4b99506bd30590d36f.diff
LOG:
Author: Dave Lee
Date: 2023-02-16T21:45:56-08:00
New Revision: e0528382b570bb18b438c20eadad34f8857a69a8
URL:
https://github.com/llvm/llvm-project/commit/e0528382b570bb18b438c20eadad34f8857a69a8
DIFF:
https://github.com/llvm/llvm-project/commit/e0528382b570bb18b438c20eadad34f8857a69a8.diff
LOG:
Author: Dave Lee
Date: 2023-02-17T17:50:08-08:00
New Revision: 920b46e108b23454e6827ed0fa5e0a69fcb4a6e6
URL:
https://github.com/llvm/llvm-project/commit/920b46e108b23454e6827ed0fa5e0a69fcb4a6e6
DIFF:
https://github.com/llvm/llvm-project/commit/920b46e108b23454e6827ed0fa5e0a69fcb4a6e6.diff
LOG:
Author: Dave Lee
Date: 2023-02-17T17:50:43-08:00
New Revision: 63c77bf71d80b24df377fc45c80bfa1904ee849e
URL:
https://github.com/llvm/llvm-project/commit/63c77bf71d80b24df377fc45c80bfa1904ee849e
DIFF:
https://github.com/llvm/llvm-project/commit/63c77bf71d80b24df377fc45c80bfa1904ee849e.diff
LOG:
Author: Dave Lee
Date: 2023-03-04T19:35:57-08:00
New Revision: 77d2f263c0f3d9c2e7064c6317d41e18aff14289
URL:
https://github.com/llvm/llvm-project/commit/77d2f263c0f3d9c2e7064c6317d41e18aff14289
DIFF:
https://github.com/llvm/llvm-project/commit/77d2f263c0f3d9c2e7064c6317d41e18aff14289.diff
LOG:
Author: Dave Lee
Date: 2023-03-06T10:41:51-08:00
New Revision: 03e5c46e15b4a196cdca0c646e61f0c92a6dc7e1
URL:
https://github.com/llvm/llvm-project/commit/03e5c46e15b4a196cdca0c646e61f0c92a6dc7e1
DIFF:
https://github.com/llvm/llvm-project/commit/03e5c46e15b4a196cdca0c646e61f0c92a6dc7e1.diff
LOG:
Author: Dave Lee
Date: 2023-03-06T10:42:32-08:00
New Revision: 8794712e8877ed366542c32e28abe40d0a9ced6d
URL:
https://github.com/llvm/llvm-project/commit/8794712e8877ed366542c32e28abe40d0a9ced6d
DIFF:
https://github.com/llvm/llvm-project/commit/8794712e8877ed366542c32e28abe40d0a9ced6d.diff
LOG:
Author: Dave Lee
Date: 2023-03-06T11:12:28-08:00
New Revision: 3df28efaa0d2611e033a5fdce8e369446da9d3dc
URL:
https://github.com/llvm/llvm-project/commit/3df28efaa0d2611e033a5fdce8e369446da9d3dc
DIFF:
https://github.com/llvm/llvm-project/commit/3df28efaa0d2611e033a5fdce8e369446da9d3dc.diff
LOG:
Author: Dave Lee
Date: 2023-03-06T11:52:41-08:00
New Revision: 23ee705ac99aade24cec0ebb8f6c4cfc76bcdb08
URL:
https://github.com/llvm/llvm-project/commit/23ee705ac99aade24cec0ebb8f6c4cfc76bcdb08
DIFF:
https://github.com/llvm/llvm-project/commit/23ee705ac99aade24cec0ebb8f6c4cfc76bcdb08.diff
LOG:
Author: Dave Lee
Date: 2023-03-06T12:27:15-08:00
New Revision: a00801d94b02eaebd1385b03fb9e549c07cc8585
URL:
https://github.com/llvm/llvm-project/commit/a00801d94b02eaebd1385b03fb9e549c07cc8585
DIFF:
https://github.com/llvm/llvm-project/commit/a00801d94b02eaebd1385b03fb9e549c07cc8585.diff
LOG:
Author: Dave Lee
Date: 2023-03-06T15:05:15-08:00
New Revision: 7975e3b1255d8506b7a4c9a33ab91c39291996ba
URL:
https://github.com/llvm/llvm-project/commit/7975e3b1255d8506b7a4c9a33ab91c39291996ba
DIFF:
https://github.com/llvm/llvm-project/commit/7975e3b1255d8506b7a4c9a33ab91c39291996ba.diff
LOG:
Author: Dave Lee
Date: 2023-03-07T11:13:25-08:00
New Revision: e221dab07815016fb04deb5d38441e77d1cd300a
URL:
https://github.com/llvm/llvm-project/commit/e221dab07815016fb04deb5d38441e77d1cd300a
DIFF:
https://github.com/llvm/llvm-project/commit/e221dab07815016fb04deb5d38441e77d1cd300a.diff
LOG:
Author: Dave Lee
Date: 2023-03-07T13:08:08-08:00
New Revision: 9584ef1b02c0c2f77454c15008cb4a047a91a348
URL:
https://github.com/llvm/llvm-project/commit/9584ef1b02c0c2f77454c15008cb4a047a91a348
DIFF:
https://github.com/llvm/llvm-project/commit/9584ef1b02c0c2f77454c15008cb4a047a91a348.diff
LOG:
Author: Dave Lee
Date: 2023-03-08T11:10:50-08:00
New Revision: 632c396499eb4f6f7a36ba0246ba57e011357a55
URL:
https://github.com/llvm/llvm-project/commit/632c396499eb4f6f7a36ba0246ba57e011357a55
DIFF:
https://github.com/llvm/llvm-project/commit/632c396499eb4f6f7a36ba0246ba57e011357a55.diff
LOG:
Author: Dave Lee
Date: 2023-03-08T11:19:43-08:00
New Revision: 6c599b1e9b7e1b57952565468aed2de16af21082
URL:
https://github.com/llvm/llvm-project/commit/6c599b1e9b7e1b57952565468aed2de16af21082
DIFF:
https://github.com/llvm/llvm-project/commit/6c599b1e9b7e1b57952565468aed2de16af21082.diff
LOG:
Author: Dave Lee
Date: 2023-03-08T16:21:42-08:00
New Revision: 5e0ee1b395fa6fca9f23f278885c5949277de666
URL:
https://github.com/llvm/llvm-project/commit/5e0ee1b395fa6fca9f23f278885c5949277de666
DIFF:
https://github.com/llvm/llvm-project/commit/5e0ee1b395fa6fca9f23f278885c5949277de666.diff
LOG:
Author: Dave Lee
Date: 2023-03-15T13:34:19-07:00
New Revision: 8bad4ae679df6fc7dbd016dccbd3da34206e836b
URL:
https://github.com/llvm/llvm-project/commit/8bad4ae679df6fc7dbd016dccbd3da34206e836b
DIFF:
https://github.com/llvm/llvm-project/commit/8bad4ae679df6fc7dbd016dccbd3da34206e836b.diff
LOG:
Author: Dave Lee
Date: 2023-03-15T14:00:00-07:00
New Revision: 9e6a65f52ca6263795d81bde220fb4c80b7b05ec
URL:
https://github.com/llvm/llvm-project/commit/9e6a65f52ca6263795d81bde220fb4c80b7b05ec
DIFF:
https://github.com/llvm/llvm-project/commit/9e6a65f52ca6263795d81bde220fb4c80b7b05ec.diff
LOG:
Author: Dave Lee
Date: 2023-03-17T10:29:24-07:00
New Revision: d875838e8b45cb0da5070298d0c1a2d1ee78ce7e
URL:
https://github.com/llvm/llvm-project/commit/d875838e8b45cb0da5070298d0c1a2d1ee78ce7e
DIFF:
https://github.com/llvm/llvm-project/commit/d875838e8b45cb0da5070298d0c1a2d1ee78ce7e.diff
LOG:
Author: Dave Lee
Date: 2023-03-17T10:45:46-07:00
New Revision: 8c040d0f4941d3557affda3550428b8712b69c92
URL:
https://github.com/llvm/llvm-project/commit/8c040d0f4941d3557affda3550428b8712b69c92
DIFF:
https://github.com/llvm/llvm-project/commit/8c040d0f4941d3557affda3550428b8712b69c92.diff
LOG:
Author: Dave Lee
Date: 2023-03-21T10:14:42-07:00
New Revision: 75fdf7fd1516090651c0c3ffba4869cba9f3a879
URL:
https://github.com/llvm/llvm-project/commit/75fdf7fd1516090651c0c3ffba4869cba9f3a879
DIFF:
https://github.com/llvm/llvm-project/commit/75fdf7fd1516090651c0c3ffba4869cba9f3a879.diff
LOG:
Author: Dave Lee
Date: 2023-03-21T10:42:24-07:00
New Revision: 385496385476fc9735da5fa4acabc34654e8b30d
URL:
https://github.com/llvm/llvm-project/commit/385496385476fc9735da5fa4acabc34654e8b30d
DIFF:
https://github.com/llvm/llvm-project/commit/385496385476fc9735da5fa4acabc34654e8b30d.diff
LOG:
Author: Dave Lee
Date: 2023-03-21T15:22:07-07:00
New Revision: c327f9925428870e6288fa65bb709dcc3c0a0f31
URL:
https://github.com/llvm/llvm-project/commit/c327f9925428870e6288fa65bb709dcc3c0a0f31
DIFF:
https://github.com/llvm/llvm-project/commit/c327f9925428870e6288fa65bb709dcc3c0a0f31.diff
LOG:
Author: Dave Lee
Date: 2023-03-22T14:25:32-07:00
New Revision: 4d18d97b594ccaa3cbd79beb4afef45e4156dc8d
URL:
https://github.com/llvm/llvm-project/commit/4d18d97b594ccaa3cbd79beb4afef45e4156dc8d
DIFF:
https://github.com/llvm/llvm-project/commit/4d18d97b594ccaa3cbd79beb4afef45e4156dc8d.diff
LOG:
Author: Dave Lee
Date: 2023-03-23T22:49:29-07:00
New Revision: abddb8359895a2040a3439850f5c8c9c61123947
URL:
https://github.com/llvm/llvm-project/commit/abddb8359895a2040a3439850f5c8c9c61123947
DIFF:
https://github.com/llvm/llvm-project/commit/abddb8359895a2040a3439850f5c8c9c61123947.diff
LOG:
Author: Dave Lee
Date: 2023-03-24T14:07:31-07:00
New Revision: 23349d83a98f23e67ff0321dad7c378b117ce6aa
URL:
https://github.com/llvm/llvm-project/commit/23349d83a98f23e67ff0321dad7c378b117ce6aa
DIFF:
https://github.com/llvm/llvm-project/commit/23349d83a98f23e67ff0321dad7c378b117ce6aa.diff
LOG:
201 - 300 of 684 matches
Mail list logo