This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfig in repository toolchain/ci/llvm-project.
from 76fd58d0fe6 Revert "[ARM] Allocatable Global Register Variables for ARM" adds 26ab827c24c [PowerPC][AIX] Add support for lowering int/float/double fo [...] adds 905b002c139 Revert "[clangd] Rethink how SelectionTree deals with macro [...] adds cee62e6fcff Fix a typo. adds b094258661e Updated the OCaml/bitwriter.ml test for OCaml 4.06+ adds c2443155a0f Revert 651f07908a1 "[AArch64] Don't combine callee-save and [...] adds 3c7f6b43969 [clang][modules] Add support for merging lifetime-extended [...] adds 3f4b70c79e6 Revert "[clang][modules] Add support for merging lifetime-e [...] new a46b959ebd6 [InstCombine] More usub_sat tests. NFC. new 3a1bef5616c [InstCombine] Adjust usub_sat fold one use checks new 59b56e5c579 [InstCombine] Expand usub_sat patterns to handle constants
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang-tools-extra/clangd/Selection.cpp | 414 +++++--------- clang-tools-extra/clangd/Selection.h | 2 +- .../clangd/unittests/SelectionTests.cpp | 66 +-- clang-tools-extra/clangd/unittests/TweakTests.cpp | 26 +- clang/include/clang/Tooling/Syntax/Tokens.h | 5 - clang/lib/Tooling/Syntax/Tokens.cpp | 16 - clang/unittests/Tooling/Syntax/TokensTest.cpp | 15 - llvm/lib/CodeGen/CodeGenPrepare.cpp | 2 +- llvm/lib/Target/AArch64/AArch64FrameLowering.cpp | 3 - llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 118 +++- llvm/lib/Target/PowerPC/PPCISelLowering.h | 4 + .../Transforms/InstCombine/InstCombineSelect.cpp | 20 +- llvm/test/Bindings/OCaml/bitwriter.ml | 4 +- ...-never-combine-csr-local-stack-bump-for-size.ll | 25 - llvm/test/CodeGen/PowerPC/aix_cc_abi.ll | 614 +++++++++++++++++++++ llvm/test/CodeGen/PowerPC/aix_fpr_param.ll | 150 ----- llvm/test/CodeGen/PowerPC/aix_gpr_param.ll | 199 ------- .../InstCombine/builtin-dynamic-object-size.ll | 8 +- .../InstCombine/unsigned_saturated_sub.ll | 293 ++++++++++ 19 files changed, 1199 insertions(+), 785 deletions(-) delete mode 100644 llvm/test/CodeGen/AArch64/arm64-never-combine-csr-local-stack-b [...] create mode 100644 llvm/test/CodeGen/PowerPC/aix_cc_abi.ll delete mode 100644 llvm/test/CodeGen/PowerPC/aix_fpr_param.ll delete mode 100644 llvm/test/CodeGen/PowerPC/aix_gpr_param.ll