Author: yhs
Date: Fri Feb 23 15:55:29 2018
New Revision: 325996
URL: http://llvm.org/viewvc/llvm-project?rev=325996&view=rev
Log:
bpf: Hook target feature "alu32" with LLVM
LLVM has supported a new target feature "alu32" which could be enabled or
disabled by "-mattr=[+|-]alu32" when using llc.
T
Author: yhs
Date: Fri Jun 15 08:53:31 2018
New Revision: 334839
URL: http://llvm.org/viewvc/llvm-project?rev=334839&view=rev
Log:
bpf: recognize target specific option -mattr=dwarfris in clang
The following is the usage example with clang:
bash-4.2$ clang -target bpf -O2 -g -c -Xclang -target-f
Author: yhs
Date: Fri Apr 26 08:35:51 2019
New Revision: 359310
URL: http://llvm.org/viewvc/llvm-project?rev=359310&view=rev
Log:
[BPF] do not generate predefined macro bpf
"DefineStd(Builder, "bpf", Opts)" generates the following three
macros:
bpf
__bpf
__bpf__
and the macro "bpf" is due t
Author: yhs
Date: Mon Jul 15 08:42:41 2019
New Revision: 366076
URL: http://llvm.org/viewvc/llvm-project?rev=366076&view=rev
Log:
fix unnamed fiefield issue and add tests for __builtin_preserve_access_index
intrinsic
This is a followup patch for https://reviews.llvm.org/D61809.
Handle unnamed bi
Transmitting file data ..done
Committing transaction...
Committed revision 366155.
Committed ba7decf8c91 to svn.
Since the testcase was causing problems in non-assert builds. Feel
free to recommit when you fix that :)
Thanks!
-eric
On Mon, Jul 1
Author: yhs
Date: Tue Jul 16 10:24:33 2019
New Revision: 366231
URL: http://llvm.org/viewvc/llvm-project?rev=366231&view=rev
Log:
fix unnamed fiefield issue and add tests for __builtin_preserve_access_index
intrinsic
The original commit is r366076. It is temporarily reverted (r366155)
due to tes
On 7/16/19 11:03 AM, Nick Desaulniers wrote:
> On Tue, Jul 16, 2019 at 11:02 AM Nick Desaulniers
> wrote:
>>
>> On Mon, Jul 15, 2019 at 5:13 PM Eric Christopher wrote:
>>>
>>> I'm going to cheat and make Nick do it :)
>>
>> I suspect that Eric still compiles LLVM by specifying all object files
Author: yhs
Date: Fri Aug 2 14:28:28 2019
New Revision: 367724
URL: http://llvm.org/viewvc/llvm-project?rev=367724&view=rev
Log:
[BPF] annotate DIType metadata for builtin preseve_array_access_index()
Previously, debuginfo types are annotated to
IR builtin preserve_struct_access_index() and
pres
Author: yhs
Date: Mon Jul 8 21:04:21 2019
New Revision: 365435
URL: http://llvm.org/viewvc/llvm-project?rev=365435&view=rev
Log:
[BPF] Preserve debuginfo array/union/struct type/access index
For background of BPF CO-RE project, please refer to
http://vger.kernel.org/bpfconf2019.html
In summary
Author: yhs
Date: Mon Jul 8 21:15:12 2019
New Revision: 365436
URL: http://llvm.org/viewvc/llvm-project?rev=365436&view=rev
Log:
Revert "[BPF] Preserve debuginfo array/union/struct type/access index"
This reverts commit r365435.
Forgot adding the Differential Revision link. Will add to the
comm
Author: yhs
Date: Mon Jul 8 21:21:50 2019
New Revision: 365438
URL: http://llvm.org/viewvc/llvm-project?rev=365438&view=rev
Log:
[BPF] Preserve debuginfo array/union/struct type/access index
For background of BPF CO-RE project, please refer to
http://vger.kernel.org/bpfconf2019.html
In summary
Author: yhs
Date: Wed Sep 18 19:59:43 2019
New Revision: 372294
URL: http://llvm.org/viewvc/llvm-project?rev=372294&view=rev
Log:
[CLANG][BPF] change __builtin_preserve_access_index() signature
The clang intrinsic __builtin_preserve_access_index() currently
has signature:
const void * __builtin
Author: yhs
Date: Sun Sep 22 10:33:48 2019
New Revision: 372516
URL: http://llvm.org/viewvc/llvm-project?rev=372516&view=rev
Log:
[CLANG][BPF] permit any argument type for __builtin_preserve_access_index()
Commit c15aa241f821 ("[CLANG][BPF] change __builtin_preserve_access_index()
signature") cha
Author: yhs
Date: Wed Apr 11 09:08:00 2018
New Revision: 329823
URL: http://llvm.org/viewvc/llvm-project?rev=329823&view=rev
Log:
bpf: accept all asm register names
Sometimes when people compile bpf programs with
"clang ... -target bpf ...", the kernel header
files may contain host arch inline as
Author: yhs
Date: Tue Oct 8 11:23:17 2019
New Revision: 374099
URL: http://llvm.org/viewvc/llvm-project?rev=374099&view=rev
Log:
[BPF] do compile-once run-everywhere relocation for bitfields
A bpf specific clang intrinsic is introduced:
u32 __builtin_preserve_field_info(member_access, info_ki
Author: Yonghong Song
Date: 2020-08-04T08:39:53-07:00
New Revision: 6d6750696400e7ce988d66a1a00e1d0cb32815f8
URL:
https://github.com/llvm/llvm-project/commit/6d6750696400e7ce988d66a1a00e1d0cb32815f8
DIFF:
https://github.com/llvm/llvm-project/commit/6d6750696400e7ce988d66a1a00e1d0cb32815f8.diff
Author: Yonghong Song
Date: 2020-08-04T16:29:42-07:00
New Revision: 00602ee7ef0bf6c68d690a2bd729c12b95c95c99
URL:
https://github.com/llvm/llvm-project/commit/00602ee7ef0bf6c68d690a2bd729c12b95c95c99
DIFF:
https://github.com/llvm/llvm-project/commit/00602ee7ef0bf6c68d690a2bd729c12b95c95c99.diff
Author: Yonghong Song
Date: 2020-08-16T21:53:37-07:00
New Revision: 000ad1a976a537256b17788dcf8b50ca117007b8
URL:
https://github.com/llvm/llvm-project/commit/000ad1a976a537256b17788dcf8b50ca117007b8
DIFF:
https://github.com/llvm/llvm-project/commit/000ad1a976a537256b17788dcf8b50ca117007b8.diff
Author: Yonghong Song
Date: 2020-05-15T09:44:54-07:00
New Revision: 072cde03aaa13a2c57acf62d79876bf79aa1919f
URL:
https://github.com/llvm/llvm-project/commit/072cde03aaa13a2c57acf62d79876bf79aa1919f
DIFF:
https://github.com/llvm/llvm-project/commit/072cde03aaa13a2c57acf62d79876bf79aa1919f.diff
Author: Daniel Müller
Date: 2022-06-29T18:32:06-07:00
New Revision: 70557eb3938a0bdc784c9ae14e84e9ad9914ebdc
URL:
https://github.com/llvm/llvm-project/commit/70557eb3938a0bdc784c9ae14e84e9ad9914ebdc
DIFF:
https://github.com/llvm/llvm-project/commit/70557eb3938a0bdc784c9ae14e84e9ad9914ebdc.diff
Author: Yonghong Song
Date: 2022-03-16T08:46:52-07:00
New Revision: 3251ba2d0fcf5223fce3e270b91c54f548664b4e
URL:
https://github.com/llvm/llvm-project/commit/3251ba2d0fcf5223fce3e270b91c54f548664b4e
DIFF:
https://github.com/llvm/llvm-project/commit/3251ba2d0fcf5223fce3e270b91c54f548664b4e.diff
On 3/16/22 10:32 AM, Sterling Augustine via Phabricator wrote:
saugustine added a comment.
This change ends up leaving some unhandled enum with switches inside lldb, and
it isn't obvious to me how to fix them. Can you take a quick look?
llvm-project/lldb/source/Plugins/TypeSystem/Clang/T
Author: Yonghong Song
Date: 2022-03-21T14:59:03-07:00
New Revision: bdf69f63df2cf4c9e3cd1af5cfcd503bc8e2869b
URL:
https://github.com/llvm/llvm-project/commit/bdf69f63df2cf4c9e3cd1af5cfcd503bc8e2869b
DIFF:
https://github.com/llvm/llvm-project/commit/bdf69f63df2cf4c9e3cd1af5cfcd503bc8e2869b.diff
Author: yhs
Date: Tue Aug 22 21:26:17 2017
New Revision: 311523
URL: http://llvm.org/viewvc/llvm-project?rev=311523&view=rev
Log:
bpf: add -mcpu=# support for bpf
-mcpu=# will support:
. generic: the default insn set
. v1: insn set version 1, the same as generic
. v2: insn set version 2, ve
Author: Yonghong Song
Date: 2020-11-16T07:08:41-08:00
New Revision: 4369223ea73c4b8a3fa9a8a84533125c7d0eea98
URL:
https://github.com/llvm/llvm-project/commit/4369223ea73c4b8a3fa9a8a84533125c7d0eea98
DIFF:
https://github.com/llvm/llvm-project/commit/4369223ea73c4b8a3fa9a8a84533125c7d0eea98.diff
On 11/17/20 3:23 AM, Brendan Jackman via Phabricator wrote:
jackmanb added inline comments.
Comment at: llvm/lib/Target/BPF/BPFInstrInfo.td:684
+ let Inst{47-32} = addr{15-0}; // offset
+ let Inst{11-8} = val;
+ let Inst{7-4} = Opc.Value;
yonghong-song wro
Author: Alessandro Decina
Date: 2021-05-16T11:01:47-07:00
New Revision: 833e9b2ea7a7290f8833d524c8f8865558c1016a
URL:
https://github.com/llvm/llvm-project/commit/833e9b2ea7a7290f8833d524c8f8865558c1016a
DIFF:
https://github.com/llvm/llvm-project/commit/833e9b2ea7a7290f8833d524c8f8865558c1016a.d
Author: Yonghong Song
Date: 2021-09-22T13:48:29-07:00
New Revision: b875343873a584965daf507d73ff1fe71eab1953
URL:
https://github.com/llvm/llvm-project/commit/b875343873a584965daf507d73ff1fe71eab1953
DIFF:
https://github.com/llvm/llvm-project/commit/b875343873a584965daf507d73ff1fe71eab1953.diff
Author: Yonghong Song
Date: 2021-08-12T16:34:22-07:00
New Revision: 1b194ef1ab3b856afb8458fa9c58408360d292cb
URL:
https://github.com/llvm/llvm-project/commit/1b194ef1ab3b856afb8458fa9c58408360d292cb
DIFF:
https://github.com/llvm/llvm-project/commit/1b194ef1ab3b856afb8458fa9c58408360d292cb.diff
Author: Yonghong Song
Date: 2021-11-04T13:59:18-07:00
New Revision: eb0fa8bfa356d49198f98b878b004bce59232bb0
URL:
https://github.com/llvm/llvm-project/commit/eb0fa8bfa356d49198f98b878b004bce59232bb0
DIFF:
https://github.com/llvm/llvm-project/commit/eb0fa8bfa356d49198f98b878b004bce59232bb0.diff
Author: Yonghong Song
Date: 2021-11-04T14:23:31-07:00
New Revision: 737e4216c537c33aab8ec51880f06b8a54325b94
URL:
https://github.com/llvm/llvm-project/commit/737e4216c537c33aab8ec51880f06b8a54325b94
DIFF:
https://github.com/llvm/llvm-project/commit/737e4216c537c33aab8ec51880f06b8a54325b94.diff
On 11/5/21 1:40 AM, Martin Storsjö via Phabricator wrote:
mstorsjo added a comment.
I went ahead and reverted this, as it caused crashes when compiling a number of
projects. The most reduced testcase is this:
$ cat reduced.c
void a(*);
void a() {}
$ clang -c reduced.c -O2 -g
A f
Author: Yonghong Song
Date: 2021-11-05T11:25:17-07:00
New Revision: 3466e00716e12e32fdb100e3fcfca5c2b3e8d784
URL:
https://github.com/llvm/llvm-project/commit/3466e00716e12e32fdb100e3fcfca5c2b3e8d784
DIFF:
https://github.com/llvm/llvm-project/commit/3466e00716e12e32fdb100e3fcfca5c2b3e8d784.diff
On 11/6/21 4:36 PM, Nathan Chancellor via Phabricator wrote:
nathanchance added a comment.
I bisected a crash in the Linux kernel down to the reland commit (and it is not
fixed as of
https://github.com/llvm/llvm-project/commit/2249ecee8d9a6237f51485bd39f01ba031575987):
$ git bisect log
Author: Yonghong Song
Date: 2021-11-06T18:19:00-07:00
New Revision: bbab17c6c987d7a6612855c02a4e8988dac0dc17
URL:
https://github.com/llvm/llvm-project/commit/bbab17c6c987d7a6612855c02a4e8988dac0dc17
DIFF:
https://github.com/llvm/llvm-project/commit/bbab17c6c987d7a6612855c02a4e8988dac0dc17.diff
Author: Yonghong Song
Date: 2021-03-01T10:23:24-08:00
New Revision: 283db5f0837d55f91242812003adf6e189ba743e
URL:
https://github.com/llvm/llvm-project/commit/283db5f0837d55f91242812003adf6e189ba743e
DIFF:
https://github.com/llvm/llvm-project/commit/283db5f0837d55f91242812003adf6e189ba743e.diff
Author: Eduard Zingerman
Date: 2022-10-28T08:07:54-07:00
New Revision: 524c640090a8463305acbafd7606f1db3c1256e2
URL:
https://github.com/llvm/llvm-project/commit/524c640090a8463305acbafd7606f1db3c1256e2
DIFF:
https://github.com/llvm/llvm-project/commit/524c640090a8463305acbafd7606f1db3c1256e2.di
Author: Yonghong Song
Date: 2022-11-01T08:07:13-07:00
New Revision: 2f047b56ba0e4830b617999a386f6fea79c16c91
URL:
https://github.com/llvm/llvm-project/commit/2f047b56ba0e4830b617999a386f6fea79c16c91
DIFF:
https://github.com/llvm/llvm-project/commit/2f047b56ba0e4830b617999a386f6fea79c16c91.diff
Author: Yonghong Song
Date: 2022-08-16T16:08:01-07:00
New Revision: d9198f64d9be149acdad109cd053b6acdd9635d2
URL:
https://github.com/llvm/llvm-project/commit/d9198f64d9be149acdad109cd053b6acdd9635d2
DIFF:
https://github.com/llvm/llvm-project/commit/d9198f64d9be149acdad109cd053b6acdd9635d2.diff
Author: Yonghong Song
Date: 2022-08-18T19:11:50-07:00
New Revision: 481d67d310a7a4213da72f838d6bafaa52ed01d3
URL:
https://github.com/llvm/llvm-project/commit/481d67d310a7a4213da72f838d6bafaa52ed01d3
DIFF:
https://github.com/llvm/llvm-project/commit/481d67d310a7a4213da72f838d6bafaa52ed01d3.diff
Author: Yonghong Song
Date: 2022-09-28T12:10:48-07:00
New Revision: 75be0482a2e2a78fae83f1ca604f4ee20d673796
URL:
https://github.com/llvm/llvm-project/commit/75be0482a2e2a78fae83f1ca604f4ee20d673796
DIFF:
https://github.com/llvm/llvm-project/commit/75be0482a2e2a78fae83f1ca604f4ee20d673796.diff
Author: Eduard Zingerman
Date: 2023-01-06T22:48:52-08:00
New Revision: 58bdf8f9a8c3331c6c4d5f631395fb6f786d1e9c
URL:
https://github.com/llvm/llvm-project/commit/58bdf8f9a8c3331c6c4d5f631395fb6f786d1e9c
DIFF:
https://github.com/llvm/llvm-project/commit/58bdf8f9a8c3331c6c4d5f631395fb6f786d1e9c.di
Author: Eduard Zingerman
Date: 2023-01-20T15:12:43-08:00
New Revision: 56b038f887f37f69afac2d3abe02b46dcb9305ec
URL:
https://github.com/llvm/llvm-project/commit/56b038f887f37f69afac2d3abe02b46dcb9305ec
DIFF:
https://github.com/llvm/llvm-project/commit/56b038f887f37f69afac2d3abe02b46dcb9305ec.di
Author: Yonghong Song
Date: 2023-01-21T22:33:15-08:00
New Revision: 183d075055c591dedead7ece972f1bdea611aa3b
URL:
https://github.com/llvm/llvm-project/commit/183d075055c591dedead7ece972f1bdea611aa3b
DIFF:
https://github.com/llvm/llvm-project/commit/183d075055c591dedead7ece972f1bdea611aa3b.diff
Author: Yonghong Song
Date: 2023-07-26T08:37:30-07:00
New Revision: 6c412b6c6faa2dabd8602d35d3f5e796fb1daf80
URL:
https://github.com/llvm/llvm-project/commit/6c412b6c6faa2dabd8602d35d3f5e796fb1daf80
DIFF:
https://github.com/llvm/llvm-project/commit/6c412b6c6faa2dabd8602d35d3f5e796fb1daf80.diff
Author: Yonghong Song
Date: 2020-03-28T11:46:29-07:00
New Revision: ced0d1f42b39bd93b350b2597ce6587d107c26a7
URL:
https://github.com/llvm/llvm-project/commit/ced0d1f42b39bd93b350b2597ce6587d107c26a7
DIFF:
https://github.com/llvm/llvm-project/commit/ced0d1f42b39bd93b350b2597ce6587d107c26a7.diff
Author: Yonghong Song
Date: 2019-11-09T08:17:12-08:00
New Revision: 4a5aa1a7bf8b1714b817ede8e09cd28c0784228a
URL:
https://github.com/llvm/llvm-project/commit/4a5aa1a7bf8b1714b817ede8e09cd28c0784228a
DIFF:
https://github.com/llvm/llvm-project/commit/4a5aa1a7bf8b1714b817ede8e09cd28c0784228a.diff
Author: Yonghong Song
Date: 2019-11-09T08:32:44-08:00
New Revision: 9434360401218ae02aaea1fbb53a42bc3af2bc76
URL:
https://github.com/llvm/llvm-project/commit/9434360401218ae02aaea1fbb53a42bc3af2bc76
DIFF:
https://github.com/llvm/llvm-project/commit/9434360401218ae02aaea1fbb53a42bc3af2bc76.diff
Author: Yonghong Song
Date: 2019-11-13T08:23:44-08:00
New Revision: 4e2ce228ae7954a6499fbb8e4995c13ac8b60f9a
URL:
https://github.com/llvm/llvm-project/commit/4e2ce228ae7954a6499fbb8e4995c13ac8b60f9a
DIFF:
https://github.com/llvm/llvm-project/commit/4e2ce228ae7954a6499fbb8e4995c13ac8b60f9a.diff
Author: Yonghong Song
Date: 2019-11-13T08:50:42-08:00
New Revision: f5824799f612d9d3f19470a60533c2872bcc096b
URL:
https://github.com/llvm/llvm-project/commit/f5824799f612d9d3f19470a60533c2872bcc096b
DIFF:
https://github.com/llvm/llvm-project/commit/f5824799f612d9d3f19470a60533c2872bcc096b.diff
Author: Yonghong Song
Date: 2019-11-13T09:40:57-08:00
New Revision: 1583158042a7e1f8b4f5194b1db362328e6902f3
URL:
https://github.com/llvm/llvm-project/commit/1583158042a7e1f8b4f5194b1db362328e6902f3
DIFF:
https://github.com/llvm/llvm-project/commit/1583158042a7e1f8b4f5194b1db362328e6902f3.diff
Author: Yonghong Song
Date: 2019-11-14T14:14:59-08:00
New Revision: dd16b3fe2559789adcdd7d4d0bfe2796897877a3
URL:
https://github.com/llvm/llvm-project/commit/dd16b3fe2559789adcdd7d4d0bfe2796897877a3
DIFF:
https://github.com/llvm/llvm-project/commit/dd16b3fe2559789adcdd7d4d0bfe2796897877a3.diff
Author: Yonghong Song
Date: 2019-12-10T08:09:51-08:00
New Revision: d77ae1552fc21a9f3877f3ed7e13d631f517c825
URL:
https://github.com/llvm/llvm-project/commit/d77ae1552fc21a9f3877f3ed7e13d631f517c825
DIFF:
https://github.com/llvm/llvm-project/commit/d77ae1552fc21a9f3877f3ed7e13d631f517c825.diff
Author: Yonghong Song
Date: 2019-12-22T18:28:50-08:00
New Revision: e3d8ee35e4adca664a9149536e0f0b3b0ceaeaeb
URL:
https://github.com/llvm/llvm-project/commit/e3d8ee35e4adca664a9149536e0f0b3b0ceaeaeb
DIFF:
https://github.com/llvm/llvm-project/commit/e3d8ee35e4adca664a9149536e0f0b3b0ceaeaeb.diff
Author: Yonghong Song
Date: 2020-02-04T09:28:30-08:00
New Revision: 9271cab270a52b5200ef45a16f1a9d9baaccaba0
URL:
https://github.com/llvm/llvm-project/commit/9271cab270a52b5200ef45a16f1a9d9baaccaba0
DIFF:
https://github.com/llvm/llvm-project/commit/9271cab270a52b5200ef45a16f1a9d9baaccaba0.diff
Author: Yonghong Song
Date: 2023-05-08T07:41:27-07:00
New Revision: 3060304906f08f933672f0a30cc57d5f09766444
URL:
https://github.com/llvm/llvm-project/commit/3060304906f08f933672f0a30cc57d5f09766444
DIFF:
https://github.com/llvm/llvm-project/commit/3060304906f08f933672f0a30cc57d5f09766444.diff
Author: Yonghong Song
Date: 2021-04-26T16:53:25-07:00
New Revision: a2a3ca8d97962d90443ee758e47877e15d7e3832
URL:
https://github.com/llvm/llvm-project/commit/a2a3ca8d97962d90443ee758e47877e15d7e3832
DIFF:
https://github.com/llvm/llvm-project/commit/a2a3ca8d97962d90443ee758e47877e15d7e3832.diff
Author: Yonghong Song
Date: 2021-10-11T15:34:26-07:00
New Revision: c5fb1a09533ec2ed43a80f39c1592e5ee887ef9e
URL:
https://github.com/llvm/llvm-project/commit/c5fb1a09533ec2ed43a80f39c1592e5ee887ef9e
DIFF:
https://github.com/llvm/llvm-project/commit/c5fb1a09533ec2ed43a80f39c1592e5ee887ef9e.diff
Author: Yonghong Song
Date: 2021-10-11T22:17:17-07:00
New Revision: a162b67c98066218d0d00aa13b99afb95d9bb5e6
URL:
https://github.com/llvm/llvm-project/commit/a162b67c98066218d0d00aa13b99afb95d9bb5e6
DIFF:
https://github.com/llvm/llvm-project/commit/a162b67c98066218d0d00aa13b99afb95d9bb5e6.diff
Author: Yonghong Song
Date: 2021-10-21T08:41:49-07:00
New Revision: b396010240cda92f5fcfa30cba1b9ad905561eae
URL:
https://github.com/llvm/llvm-project/commit/b396010240cda92f5fcfa30cba1b9ad905561eae
DIFF:
https://github.com/llvm/llvm-project/commit/b396010240cda92f5fcfa30cba1b9ad905561eae.diff
Author: Yonghong Song
Date: 2021-10-21T08:42:58-07:00
New Revision: f6811cec84218912d1c7c9b0b8d308834e6e24e3
URL:
https://github.com/llvm/llvm-project/commit/f6811cec84218912d1c7c9b0b8d308834e6e24e3
DIFF:
https://github.com/llvm/llvm-project/commit/f6811cec84218912d1c7c9b0b8d308834e6e24e3.diff
Author: Yonghong Song
Date: 2021-08-19T18:01:29-07:00
New Revision: cab12fc28c75ea82b747d636a9d20f0840777299
URL:
https://github.com/llvm/llvm-project/commit/cab12fc28c75ea82b747d636a9d20f0840777299
DIFF:
https://github.com/llvm/llvm-project/commit/cab12fc28c75ea82b747d636a9d20f0840777299.diff
Author: Yonghong Song
Date: 2021-08-20T12:52:51-07:00
New Revision: 5ca7131eb369949ee3adf2d3a562bf7e56ca7422
URL:
https://github.com/llvm/llvm-project/commit/5ca7131eb369949ee3adf2d3a562bf7e56ca7422
DIFF:
https://github.com/llvm/llvm-project/commit/5ca7131eb369949ee3adf2d3a562bf7e56ca7422.diff
Author: Yonghong Song
Date: 2021-08-26T08:54:11-07:00
New Revision: 2de051ba124d92de953ac2420668407f458bcec6
URL:
https://github.com/llvm/llvm-project/commit/2de051ba124d92de953ac2420668407f458bcec6
DIFF:
https://github.com/llvm/llvm-project/commit/2de051ba124d92de953ac2420668407f458bcec6.diff
Author: Yonghong Song
Date: 2021-08-26T10:36:33-07:00
New Revision: d2d7a90ceded94251905b7adcd5eb2ac5191896f
URL:
https://github.com/llvm/llvm-project/commit/d2d7a90ceded94251905b7adcd5eb2ac5191896f
DIFF:
https://github.com/llvm/llvm-project/commit/d2d7a90ceded94251905b7adcd5eb2ac5191896f.diff
Author: Yonghong Song
Date: 2021-08-26T14:27:58-07:00
New Revision: 82d9cb34a2782df04975abb5a86365546ffae867
URL:
https://github.com/llvm/llvm-project/commit/82d9cb34a2782df04975abb5a86365546ffae867
DIFF:
https://github.com/llvm/llvm-project/commit/82d9cb34a2782df04975abb5a86365546ffae867.diff
66 matches
Mail list logo