https://github.com/lei137 edited
https://github.com/llvm/llvm-project/pull/147383
___
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/lei137 edited
https://github.com/llvm/llvm-project/pull/147383
___
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/lei137 created
https://github.com/llvm/llvm-project/pull/147383
Add clang builtins for DMF VSX Vector floats:
```
void __builtin_mma_dmxvf16gerx2 (__dmr1024 *, __vector_pair, vec_t);
void __builtin_mma_dmxvf16gerx2nn (__dmr1024 *, __vector_pair, vec_t);
void __builtin_mma_dmx
https://github.com/lei137 updated
https://github.com/llvm/llvm-project/pull/133279
>From 9cb7ed36484774b012b8e17c79fccc161c36d116 Mon Sep 17 00:00:00 2001
From: Lei Huang
Date: Thu, 27 Mar 2025 17:27:45 +
Subject: [PATCH] update test due to
https://github.com/llvm/llvm-project/pull/126880
lei137 wrote:
I am not able to resolve this conflict here. I don't see this issue in my
local branch and it doesn't seem to work if I use the web editor to accept the
incoming change and mark it as resolved.
https://github.com/llvm/llvm-project/pull/133279
https://github.com/lei137 updated
https://github.com/llvm/llvm-project/pull/133279
>From a5a5ebdd21229284459349970deac401a1f2945d Mon Sep 17 00:00:00 2001
From: Lei Huang
Date: Wed, 19 Mar 2025 10:19:57 -0400
Subject: [PATCH 1/2] [PowerPC] Support conversion between f16 and f128
(#130158)
Ena
lei137 wrote:
New PR to backport to V20.x: https://github.com/llvm/llvm-project/pull/133279
https://github.com/llvm/llvm-project/pull/132049
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/
https://github.com/lei137 milestoned
https://github.com/llvm/llvm-project/pull/133279
___
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/lei137 created
https://github.com/llvm/llvm-project/pull/133279
Backport
https://github.com/llvm/llvm-project/commit/ade22fc1d9616c95bd1aa4ea658a21ddb073b73c
Requested by: @lei137
>From f04efc3eafa9e1397613cbbc33f1370f896202c8 Mon Sep 17 00:00:00 2001
From: Lei Huang
Date:
https://github.com/lei137 closed
https://github.com/llvm/llvm-project/pull/132049
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
lei137 wrote:
> Seems like the tests are failing because #126880 hasn't been backported.
> Probably should just adjust the tests accordingly.
>
> What's standard practice here? Should someone with commit access just push a
> fix to the PR branch?
I will create a local branch with the fix and
@@ -163,6 +163,30 @@ Changes to the MIPS Backend
Changes to the PowerPC Backend
--
+* LLJIT's JIT linker now defaults to JITLink on 64-bit ELFv2 targets.
+* Initial-exec TLS model is supported on AIX.
+* Implemented new resource based scheduling mod
https://github.com/lei137 edited https://github.com/llvm/llvm-project/pull/81631
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -163,6 +163,30 @@ Changes to the MIPS Backend
Changes to the PowerPC Backend
--
+* LLJIT's JIT linker now defaults to JITLink on 64-bit ELFv2 targets.
lei137 wrote:
nit: Please add an empty line before this line.
https://github
https://github.com/lei137 approved this pull request.
Just some nits for spacing. Otherwise LGTM
Thx
https://github.com/llvm/llvm-project/pull/81631
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin
@@ -327,6 +352,12 @@ Changes to the LLVM tools
* llvm-objcopy now supports ``--gap-fill`` and ``--pad-to`` options, for
ELF input and binary output files only.
+* Supported parsing XCOFF auxiliary symbols in obj2yaml.
lei137 wrote:
nit: should be consistent
Author: Lei Huang
Date: 2022-03-03T12:21:21-06:00
New Revision: ce1e90fc8dbacdaff0310e50090ec3cfdfce4def
URL:
https://github.com/llvm/llvm-project/commit/ce1e90fc8dbacdaff0310e50090ec3cfdfce4def
DIFF:
https://github.com/llvm/llvm-project/commit/ce1e90fc8dbacdaff0310e50090ec3cfdfce4def.diff
LOG
Author: Lei Huang
Date: 2021-02-19T19:24:05Z
New Revision: dda7ef025bc66ea326f5a8bda8c5b8534d21c2dd
URL:
https://github.com/llvm/llvm-project/commit/dda7ef025bc66ea326f5a8bda8c5b8534d21c2dd
DIFF:
https://github.com/llvm/llvm-project/commit/dda7ef025bc66ea326f5a8bda8c5b8534d21c2dd.diff
LOG: [Po
18 matches
Mail list logo