Page MenuHomePhabricator

Please use GitHub pull requests for new patches. Phabricator shutdown timeline

Feed Advanced Search

Wed, Sep 6

lei accepted D155730: [PowerPC] Add a pass to merge all of the constant global arrays into one pool..

LGTM
Thx

Wed, Sep 6, 12:11 PM · Restricted Project, Restricted Project
lei accepted D158328: [PowerPC] Merge rotate and clear into single instruction..

LGTM

Wed, Sep 6, 9:30 AM · Restricted Project, Restricted Project

Wed, Aug 30

lei added inline comments to D158328: [PowerPC] Merge rotate and clear into single instruction..
Wed, Aug 30, 8:31 PM · Restricted Project, Restricted Project
lei added reviewers for D155730: [PowerPC] Add a pass to merge all of the constant global arrays into one pool.: hubert.reinterpretcast, sfertile.
Wed, Aug 30, 6:59 AM · Restricted Project, Restricted Project
lei added a comment to D155730: [PowerPC] Add a pass to merge all of the constant global arrays into one pool..

For new passes, maybe we can commit it as off first and then subsequent patch to turn it on by default? That way if it causes any issues we can just revert the default on patch.

Wed, Aug 30, 6:57 AM · Restricted Project, Restricted Project

Fri, Aug 25

lei committed rG5adac8bebcf2: [PowerPC] Exclude frexp(long double) on linux (authored by lei).
[PowerPC] Exclude frexp(long double) on linux
Fri, Aug 25, 10:18 AM · Restricted Project, Restricted Project
lei closed D158547: [PowerPC] Exclude frexp(long double) on linux.
Fri, Aug 25, 10:18 AM · Restricted Project, Restricted Project

Wed, Aug 23

lei updated the diff for D158547: [PowerPC] Exclude frexp(long double) on linux.

Keep original order

Wed, Aug 23, 1:48 PM · Restricted Project, Restricted Project
lei added a comment to D155730: [PowerPC] Add a pass to merge all of the constant global arrays into one pool..

nit: can we rename the new test files tobe mergeable-string-pool.ll mergeable-string-pool-large.ll?

Wed, Aug 23, 9:04 AM · Restricted Project, Restricted Project

Tue, Aug 22

lei added reviewers for D158547: [PowerPC] Exclude frexp(long double) on linux: nemanjai, amyk, daltenty.
Tue, Aug 22, 1:55 PM · Restricted Project, Restricted Project
lei requested review of D158547: [PowerPC] Exclude frexp(long double) on linux.
Tue, Aug 22, 1:53 PM · Restricted Project, Restricted Project

Aug 15 2023

lei added a comment to D74094: Reapply: [IRGen] Emit lifetime intrinsics around temporary aggregate argument allocas.

@nickdesaulniers I have verified this patch on top of 40ee8abee77a2e8fb0089d4c7f5723b71f27d416 passes our multistage bot http://lab.llvm.org:8011/builders/clang-ppc64be-linux-multistage

Aug 15 2023, 12:04 PM · Restricted Project, Restricted Project
lei added a comment to D74094: Reapply: [IRGen] Emit lifetime intrinsics around temporary aggregate argument allocas.

Sorry I missed this. Will kick off now and let you know the results soon.

Aug 15 2023, 7:22 AM · Restricted Project, Restricted Project

Aug 11 2023

lei committed rGe6f18b75d7ff: [clangd] Remove extra dependancies for clangd (authored by saghir).
[clangd] Remove extra dependancies for clangd
Aug 11 2023, 6:57 AM · Restricted Project, Restricted Project
lei closed D155540: [clangd] Remove extra dependancies for clangd.
Aug 11 2023, 6:57 AM · Restricted Project, Restricted Project
lei updated the diff for D155540: [clangd] Remove extra dependancies for clangd.

Rebase to ToT

Aug 11 2023, 6:56 AM · Restricted Project, Restricted Project

Aug 9 2023

lei added a comment to D155540: [clangd] Remove extra dependancies for clangd.

I was thinking to commit this patch to minimize the dependencies if there are no objections. @MaskRay @nemanjai any preferences?

Aug 9 2023, 2:52 PM · Restricted Project, Restricted Project

Aug 4 2023

lei added a comment to D157078: [include-cleaner] Handle files with unnamed buffers.

This is causing a ld.lld link failure in https://lab.llvm.org/buildbot/#/builders/57

FAILED: tools/clang/tools/extra/include-cleaner/unittests/ClangIncludeCleanerTests 
: && /home/buildbots/clang.15.0.4/bin/clang++ --gcc-toolchain=/usr -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -Wl,--color-diagnostics     -Wl,--gc-sections tools/clang/tools/extra/include-cleaner/unittests/CMakeFiles/ClangIncludeCleanerTests.dir/AnalysisTest.cpp.o tools/clang/tools/extra/include-cleaner/unittests/CMakeFiles/ClangIncludeCleanerTests.dir/FindHeadersTest.cpp.o tools/clang/tools/extra/include-cleaner/unittests/CMakeFiles/ClangIncludeCleanerTests.dir/IncludeSpellerTest.cpp.o tools/clang/tools/extra/include-cleaner/unittests/CMakeFiles/ClangIncludeCleanerTests.dir/LocateSymbolTest.cpp.o tools/clang/tools/extra/include-cleaner/unittests/CMakeFiles/ClangIncludeCleanerTests.dir/RecordTest.cpp.o tools/clang/tools/extra/include-cleaner/unittests/CMakeFiles/ClangIncludeCleanerTests.dir/TypesTest.cpp.o tools/clang/tools/extra/include-cleaner/unittests/CMakeFiles/ClangIncludeCleanerTests.dir/WalkASTTest.cpp.o -o tools/clang/tools/extra/include-cleaner/unittests/ClangIncludeCleanerTests  -Wl,-rpath,/home/buildbots/docker-RHEL84-buildbot/SetupBot/worker_env/ppc64le-clang-rhel-test/clang-ppc64le-rhel/build/lib  -lpthread  lib/libllvm_gtest_main.so.18git  -lpthread  lib/libclangIncludeCleaner.so.18git  lib/libclangTesting.so.18git  lib/libLLVMTestingAnnotations.so.18git  lib/libLLVMTestingSupport.so.18git  lib/libclangFormat.so.18git  lib/libclangToolingInclusionsStdlib.so.18git  lib/libllvm_gtest.so.18git  lib/libclangFrontend.so.18git  lib/libclangAST.so.18git  lib/libclangLex.so.18git  lib/libclangBasic.so.18git  lib/libLLVMSupport.so.18git  -Wl,-rpath-link,/home/buildbots/docker-RHEL84-buildbot/SetupBot/worker_env/ppc64le-clang-rhel-test/clang-ppc64le-rhel/build/lib && :
ld.lld: error: undefined symbol: clang::PCHContainerOperations::PCHContainerOperations()
>>> referenced by RecordTest.cpp
>>>               tools/clang/tools/extra/include-cleaner/unittests/CMakeFiles/ClangIncludeCleanerTests.dir/RecordTest.cpp.o:(clang::include_cleaner::(anonymous namespace)::PragmaIncludeTest_ExportInUnnamedBuffer_Test::TestBody())
clang-15: error: linker command failed with exit code 1 (use -v to see invocation)

Maybe a lib is needed?

Aug 4 2023, 3:04 PM · Restricted Project, Restricted Project

Aug 1 2023

lei added inline comments to D153907: [AIX] [TOC] Add -mtocdata/-mno-tocdata options on AIX .
Aug 1 2023, 7:40 AM · Restricted Project, Restricted Project, Restricted Project

Jul 14 2023

lei committed rG424392b6960b: [PowerPC] Add DFP format instructions definitions and MC tests (authored by lei).
[PowerPC] Add DFP format instructions definitions and MC tests
Jul 14 2023, 9:09 AM · Restricted Project, Restricted Project
lei closed D154465: [PowerPC] Add DFP format instructions definitions and MC tests.
Jul 14 2023, 9:09 AM · Restricted Project, Restricted Project
lei updated the diff for D154465: [PowerPC] Add DFP format instructions definitions and MC tests.

fix encoding for diexq

Jul 14 2023, 7:11 AM · Restricted Project, Restricted Project

Jul 13 2023

lei added inline comments to D154465: [PowerPC] Add DFP format instructions definitions and MC tests.
Jul 13 2023, 1:22 PM · Restricted Project, Restricted Project
lei updated the diff for D154465: [PowerPC] Add DFP format instructions definitions and MC tests.

address review comments

Jul 13 2023, 1:21 PM · Restricted Project, Restricted Project
lei committed rG329b8cd3e382: [PowerPC] Improve code gen for vector add (authored by nemanjai).
[PowerPC] Improve code gen for vector add
Jul 13 2023, 12:22 PM · Restricted Project, Restricted Project
lei closed D154447: [PowerPC] Improve code gen for vector add.
Jul 13 2023, 12:22 PM · Restricted Project, Restricted Project

Jul 12 2023

lei accepted D154606: [PowerPC] Add DFP test instruction definitions and MC tests.

LGTM other then some nits.
Thx.

Jul 12 2023, 1:55 PM · Restricted Project, Restricted Project
lei added inline comments to D154606: [PowerPC] Add DFP test instruction definitions and MC tests.
Jul 12 2023, 1:52 PM · Restricted Project, Restricted Project
lei accepted D153034: [PowerPC][Future] Enable __builtin_mma_xxm[t|f]acc.

LGTM
Thx

Jul 12 2023, 1:21 PM · Restricted Project, Restricted Project
lei updated the diff for D154447: [PowerPC] Improve code gen for vector add.

add new tc and update to test for pwr8 since we are more interested
in the new tc behaviour for pwr8 and orig tc is same for pwr8 vs pwr7.

Jul 12 2023, 11:31 AM · Restricted Project, Restricted Project
lei committed rGf20660701dff: [PowerPC] Add DFP conversion instructions definitions and MC tests (authored by lei).
[PowerPC] Add DFP conversion instructions definitions and MC tests
Jul 12 2023, 10:58 AM · Restricted Project, Restricted Project
lei closed D154394: [PowerPC] Add DFP conversion instructions definitions and MC tests.
Jul 12 2023, 10:57 AM · Restricted Project, Restricted Project
lei updated the diff for D154394: [PowerPC] Add DFP conversion instructions definitions and MC tests.

fix indentation.

Jul 12 2023, 9:53 AM · Restricted Project, Restricted Project

Jul 4 2023

lei updated the diff for D154394: [PowerPC] Add DFP conversion instructions definitions and MC tests.

update description

Jul 4 2023, 3:20 PM · Restricted Project, Restricted Project
lei updated the diff for D154465: [PowerPC] Add DFP format instructions definitions and MC tests.

remove unrelated new line

Jul 4 2023, 3:18 PM · Restricted Project, Restricted Project
lei requested review of D154465: [PowerPC] Add DFP format instructions definitions and MC tests.
Jul 4 2023, 2:43 PM · Restricted Project, Restricted Project
lei updated the diff for D154394: [PowerPC] Add DFP conversion instructions definitions and MC tests.

rebase to ToT

Jul 4 2023, 12:44 PM · Restricted Project, Restricted Project
lei updated the diff for D154394: [PowerPC] Add DFP conversion instructions definitions and MC tests.

address review comments

Jul 4 2023, 12:20 PM · Restricted Project, Restricted Project
lei committed rGd22918484e77: [PowerPC] Add DFP quantum adjustment instruction definitions and MC tests (authored by lei).
[PowerPC] Add DFP quantum adjustment instruction definitions and MC tests
Jul 4 2023, 12:11 PM · Restricted Project, Restricted Project
lei closed D154369: [PowerPC] Add DFP quantum adjustment instruction definitions and MC tests.
Jul 4 2023, 12:10 PM · Restricted Project, Restricted Project
lei updated the diff for D154394: [PowerPC] Add DFP conversion instructions definitions and MC tests.

remove new class def as there's an existing one.

Jul 4 2023, 12:07 PM · Restricted Project, Restricted Project
lei updated the diff for D154369: [PowerPC] Add DFP quantum adjustment instruction definitions and MC tests.

Move class and multi class def.

Jul 4 2023, 11:22 AM · Restricted Project, Restricted Project
lei updated the diff for D154369: [PowerPC] Add DFP quantum adjustment instruction definitions and MC tests.

fix f8rc reg

Jul 4 2023, 10:47 AM · Restricted Project, Restricted Project
lei updated the diff for D154369: [PowerPC] Add DFP quantum adjustment instruction definitions and MC tests.

fix error in instruction name from drmd[q] to drrnd[q].

Jul 4 2023, 9:50 AM · Restricted Project, Restricted Project
lei added inline comments to D154369: [PowerPC] Add DFP quantum adjustment instruction definitions and MC tests.
Jul 4 2023, 9:37 AM · Restricted Project, Restricted Project
lei updated the diff for D154447: [PowerPC] Improve code gen for vector add.

Patch by Nemanja

Jul 4 2023, 7:55 AM · Restricted Project, Restricted Project
lei requested review of D154447: [PowerPC] Improve code gen for vector add.
Jul 4 2023, 7:51 AM · Restricted Project, Restricted Project
lei committed rGc7c3d71414ac: [PowerPC] add testcase for vector add and shift (authored by lei).
[PowerPC] add testcase for vector add and shift
Jul 4 2023, 7:45 AM · Restricted Project, Restricted Project
lei updated the diff for D154394: [PowerPC] Add DFP conversion instructions definitions and MC tests.

clang-format

Jul 4 2023, 6:00 AM · Restricted Project, Restricted Project
lei updated the diff for D154369: [PowerPC] Add DFP quantum adjustment instruction definitions and MC tests.

clang-format

Jul 4 2023, 5:58 AM · Restricted Project, Restricted Project

Jul 3 2023

lei updated the diff for D154369: [PowerPC] Add DFP quantum adjustment instruction definitions and MC tests.

fix indentation

Jul 3 2023, 8:05 PM · Restricted Project, Restricted Project
lei updated the diff for D154394: [PowerPC] Add DFP conversion instructions definitions and MC tests.

fix indentation.

Jul 3 2023, 7:56 PM · Restricted Project, Restricted Project
lei requested review of D154394: [PowerPC] Add DFP conversion instructions definitions and MC tests.
Jul 3 2023, 3:43 PM · Restricted Project, Restricted Project
lei requested review of D154369: [PowerPC] Add DFP quantum adjustment instruction definitions and MC tests.
Jul 3 2023, 10:12 AM · Restricted Project, Restricted Project

Jun 29 2023

lei added inline comments to D153034: [PowerPC][Future] Enable __builtin_mma_xxm[t|f]acc.
Jun 29 2023, 6:20 PM · Restricted Project, Restricted Project
lei accepted D150367: [AIX][TLS] Generate optimized local-exec access code sequence using X-Form loads/stores.

Just a few nits, otherwise LGTM.
Thanks for addressing the issue with increasing the usage of registers when we have a 64-bit load/store on a 32-bit system.

Jun 29 2023, 6:16 PM · Restricted Project, Restricted Project

Jun 26 2023

lei added inline comments to D150367: [AIX][TLS] Generate optimized local-exec access code sequence using X-Form loads/stores.
Jun 26 2023, 6:25 AM · Restricted Project, Restricted Project

Jun 23 2023

lei added inline comments to D150367: [AIX][TLS] Generate optimized local-exec access code sequence using X-Form loads/stores.
Jun 23 2023, 12:07 PM · Restricted Project, Restricted Project
lei accepted D153645: [PowerPC][TLS] Add additional TLS X-Form loads/store instructions.

I don't know why adding new instructions would change where some older instructions are located in P10InstrResources.td, but since that is auto generated I will assume it is a separate issue that need to be looked into.
LGTM other then a nit.

Jun 23 2023, 10:25 AM · Restricted Project, Restricted Project
lei added inline comments to D153034: [PowerPC][Future] Enable __builtin_mma_xxm[t|f]acc.
Jun 23 2023, 7:16 AM · Restricted Project, Restricted Project

Jun 16 2023

lei accepted D152911: [PowerPC] Remove extend between shift and and.

LGTM

Jun 16 2023, 9:48 AM · Restricted Project, Restricted Project
lei accepted D149722: [AIX][TLS] Generate 64-bit local-exec access code sequence.

LGTM

Jun 16 2023, 8:56 AM · Restricted Project, Restricted Project
lei accepted D152669: [AIX][TLS] Generate 32-bit local-exec access code sequence.

Just a minor comment otherwise LGTM.
Thx

Jun 16 2023, 8:25 AM · Restricted Project, Restricted Project, Restricted Project
lei added inline comments to D149722: [AIX][TLS] Generate 64-bit local-exec access code sequence.
Jun 16 2023, 8:08 AM · Restricted Project, Restricted Project
lei added inline comments to D149722: [AIX][TLS] Generate 64-bit local-exec access code sequence.
Jun 16 2023, 8:06 AM · Restricted Project, Restricted Project

Mar 13 2023

lei accepted D144611: [PowerPC] Adding test coverage for vector compatibility warning.

thx for the added coverage.
LGTM

Mar 13 2023, 12:07 PM · Restricted Project, Restricted Project
lei accepted D145506: [PowerPC] Emit warn_deprecated_lax_vec_conv_all warning only for PPC.

LGTM
Thx

Mar 13 2023, 11:52 AM · Restricted Project, Restricted Project

Feb 21 2023

lei added a comment to D126122: Fix RUNPATH not accounting for LLVM_ENABLE_PER_TARGET_RUNTIME_DIR.

Since @phosek requested changes, this now require his review to see if his concerns are addressed.
@phosek can you please take a look at this patch to see if it addresses your concerns? PowerPC require this patch for our libcxx builds.

Feb 21 2023, 7:47 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project

Feb 2 2023

lei added a comment to D126122: Fix RUNPATH not accounting for LLVM_ENABLE_PER_TARGET_RUNTIME_DIR.

@lei long time ago. Let me rebase it on main.
I assume after that is committed you'll "cherry-pick" into 16.x via GH issue?

Feb 2 2023, 9:35 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
lei added a comment to D126122: Fix RUNPATH not accounting for LLVM_ENABLE_PER_TARGET_RUNTIME_DIR.

Since Eric mentioned above that he didn't mean to block this patch and he hasn't come back to it, I am going to assume it is okay to land this patch now. I can help to commit this tomorrow if we don't get any blocking comments by then.

Feb 2 2023, 9:30 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
lei added a comment to D126122: Fix RUNPATH not accounting for LLVM_ENABLE_PER_TARGET_RUNTIME_DIR.

@arcivanov are you still waiting for Eric to respond or are you looking for help to commit this patch?

Feb 2 2023, 8:47 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project

Jan 30 2023

lei updated subscribers of D126122: Fix RUNPATH not accounting for LLVM_ENABLE_PER_TARGET_RUNTIME_DIR.

@tstellar PowerPC would need this patch enable to publish a build with libcxx. When does this patch need to land enable to get this into LLVM 16.0?

Jan 30 2023, 2:40 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
lei added a comment to D126122: Fix RUNPATH not accounting for LLVM_ENABLE_PER_TARGET_RUNTIME_DIR.

It would be great if we can get this in 16.

Jan 30 2023, 10:11 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project

Jan 26 2023

lei added inline comments to D133103: [PowerPC] Improve kill flag computation and add verification after MI peephole.
Jan 26 2023, 7:40 AM · Restricted Project, Restricted Project

Jan 23 2023

lei accepted D126122: Fix RUNPATH not accounting for LLVM_ENABLE_PER_TARGET_RUNTIME_DIR.

This patch fixes the exact problem I am seeing when building on PowerPC for -DLLVM_ENABLE_RUNTIMES=compiler-rt;libcxx;libcxxabi -DLLVM_ENABLE_LIBCXX:BOOL=ON.
I have applied this patch and tested it on the ppcle rhel/aix/flang/mlir bots and it does not cause any regressions so this LGTM.

Jan 23 2023, 1:23 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project

Jan 16 2023

lei committed rGee559b21b961: [P10] Fix the implementation for BRH (authored by lei).
[P10] Fix the implementation for BRH
Jan 16 2023, 11:54 AM · Restricted Project, Restricted Project
lei closed D141697: [P10] Fix the implementation for BRH.
Jan 16 2023, 11:53 AM · Restricted Project, Restricted Project

Jan 13 2023

lei committed rGb227c6a8fd1d: [PowerPC][NFC] Add missing P10 code enablement asm/disasm tests (authored by lei).
[PowerPC][NFC] Add missing P10 code enablement asm/disasm tests
Jan 13 2023, 10:29 AM · Restricted Project, Restricted Project
lei requested review of D141697: [P10] Fix the implementation for BRH.
Jan 13 2023, 8:09 AM · Restricted Project, Restricted Project

Dec 21 2022

lei accepted D138844: [PowerPC] Materialize floats in the range [-16.0, 15.0]..

Thanks! This LGTM

Dec 21 2022, 11:25 AM · Restricted Project, Restricted Project
lei committed rG7a7e9109a2d6: [PowerPC] Implement P10 Byte Reverse Insructions (authored by lei).
[PowerPC] Implement P10 Byte Reverse Insructions
Dec 21 2022, 7:16 AM · Restricted Project, Restricted Project
lei closed D140414: [PowerPC] Implement P10 Byte Reverse Insructions.
Dec 21 2022, 7:16 AM · Restricted Project, Restricted Project

Dec 20 2022

lei committed rGbfde3bdd2609: [PowerPC][NFC] Update p10 scheduler (authored by lei).
[PowerPC][NFC] Update p10 scheduler
Dec 20 2022, 12:58 PM · Restricted Project, Restricted Project
lei updated the diff for D140414: [PowerPC] Implement P10 Byte Reverse Insructions.

fix test doc wording

Dec 20 2022, 12:01 PM · Restricted Project, Restricted Project
lei added inline comments to D138844: [PowerPC] Materialize floats in the range [-16.0, 15.0]..
Dec 20 2022, 11:14 AM · Restricted Project, Restricted Project
lei requested review of D140414: [PowerPC] Implement P10 Byte Reverse Insructions.
Dec 20 2022, 9:10 AM · Restricted Project, Restricted Project

Dec 12 2022

lei added a reverting change for rGa2b0673dbe5d: [scudo] Enable more warnings for standalone build: rG58f153432031: Revert "[scudo] Enable more warnings for standalone build".
Dec 12 2022, 7:26 AM · Restricted Project, Restricted Project
lei committed rG58f153432031: Revert "[scudo] Enable more warnings for standalone build" (authored by lei).
Revert "[scudo] Enable more warnings for standalone build"
Dec 12 2022, 7:26 AM · Restricted Project, Restricted Project
lei added a reverting change for D122761: [scudo] Enable more warnings for standalone build: rG58f153432031: Revert "[scudo] Enable more warnings for standalone build".
Dec 12 2022, 7:26 AM · Restricted Project, Restricted Project
lei added a comment to D122761: [scudo] Enable more warnings for standalone build.

Please note that this patch broke any bots that build this project with -Werror (example: https://lab.llvm.org/buildbot/#/builders/19/builds/14037). As a result, I have reverted it since there has been no fix within a reasonable time.
May I advise ensuring that a project is clean wrt. to the additional warnings when turning on extra warnings as there are bound to be some builds that use -Werror. Also, new warnings are almost always disruptive changes as there are many different build configurations that may be affected in unforeseen ways. If you have such a disruptive change ready to commit, it is advisable to wait until Monday to commit it rather than committing it on a Friday evening as most people are disconnecting.

Dec 12 2022, 7:26 AM · Restricted Project, Restricted Project

Nov 30 2022

lei accepted D139007: [TestSuiteBuilder] Updating the build config of the PPC Rhel bot.

LGTM
Thx!

Nov 30 2022, 10:38 AM · Restricted Project

Nov 29 2022

lei committed rGa25f7c530a91: [NFC] Fix indentation in td file (authored by lei).
[NFC] Fix indentation in td file
Nov 29 2022, 10:12 AM · Restricted Project, Restricted Project

Nov 4 2022

lei added inline comments to D136992: [PowerPC] Add new load/store with length instructions to Future CPU..
Nov 4 2022, 6:06 AM · Restricted Project, Restricted Project
lei added inline comments to D135806: [sanitizers] Controlling the build width and targets for PowerPC sanitizers.
Nov 4 2022, 5:52 AM · Restricted Project

Sep 28 2022

lei accepted D133577: [PowerPC] Change CRNOT to a code gen single operand instruction.

LGTM
Thx

Sep 28 2022, 2:46 PM · Restricted Project, Restricted Project
lei accepted D134501: [PowerPC] Fix the register allocation hints for ACC registers..

LGTM
Thx

Sep 28 2022, 2:38 PM · Restricted Project, Restricted Project

Sep 26 2022

lei added inline comments to D133940: Change PowerPC64 bots to build runtimes with -DLLVM_ENABLE_RUNTIMES.
Sep 26 2022, 7:56 AM · Restricted Project

Aug 16 2022

lei committed rG7d8ae9f755d7: [NFC][PowerPC] Add missing NOCOMPAT checks for builtins-ppc-xlcompat.c (authored by lei).
[NFC][PowerPC] Add missing NOCOMPAT checks for builtins-ppc-xlcompat.c
Aug 16 2022, 11:56 AM · Restricted Project, Restricted Project
lei closed D131622: [NFC][PowerPC] Add missing NOCOMPAT checks for builtins-ppc-xlcompat.c.
Aug 16 2022, 11:56 AM · Restricted Project, Restricted Project

Aug 10 2022

lei requested review of D131622: [NFC][PowerPC] Add missing NOCOMPAT checks for builtins-ppc-xlcompat.c.
Aug 10 2022, 2:48 PM · Restricted Project, Restricted Project