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-aarch64-mainline-allnoconfig in repository toolchain/ci/llvm-monorepo.
from 03a6a6a4e24e Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..." adds ce34576d162d [mips] Group similar commands in the test case. NFC adds 16ca4235182c [SCEV] Limit AddRec "simplifications" to avoid combinatori [...] adds 617a4e8e6faa [llvm-objcopy] Factor out Buffer adds 11ece938fe80 [clangd] Disable timeouting test while investigating adds a3d97b4f52b0 [NFC] Turn isGuaranteedToExecute into a method adds 8ba3b36421eb [NFC] Move block throw check inside allLoopPathsLeadToBlock new 3b7b30b1d675 [DebugInfo][LCSSA] Rewrite pre-existing debug values outside loop new 488eed50c9a6 [NFC] Encapsulate work with BlockColors in LoopSafetyInfo
The 2 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: .../unittests/clangd/BackgroundIndexTests.cpp | 3 + clang/test/CodeGen/target-data.c | 12 ++-- llvm/include/llvm/Analysis/MustExecute.h | 34 +++++++---- llvm/include/llvm/Transforms/Utils/SSAUpdater.h | 4 ++ .../include/llvm/Transforms/Utils/SSAUpdaterImpl.h | 7 +-- llvm/lib/Analysis/MustExecute.cpp | 47 ++++++++++----- llvm/lib/Analysis/ScalarEvolution.cpp | 2 +- llvm/lib/Transforms/Scalar/LICM.cpp | 21 +++---- llvm/lib/Transforms/Scalar/LoopUnswitch.cpp | 2 +- llvm/lib/Transforms/Utils/LCSSA.cpp | 16 +++++ llvm/lib/Transforms/Utils/SSAUpdater.cpp | 5 ++ .../Analysis/ScalarEvolution/binomial-explision.ll | 47 +++++++++++++++ .../LCSSA/rewrite-existing-dbg-values.ll | 69 ++++++++++++++++++++++ llvm/tools/llvm-objcopy/Buffer.cpp | 51 ++++++++++++++++ llvm/tools/llvm-objcopy/Buffer.h | 66 +++++++++++++++++++++ llvm/tools/llvm-objcopy/CMakeLists.txt | 1 + llvm/tools/llvm-objcopy/Object.cpp | 31 ---------- llvm/tools/llvm-objcopy/Object.h | 44 +------------- llvm/tools/llvm-objcopy/llvm-objcopy.cpp | 1 + 19 files changed, 338 insertions(+), 125 deletions(-) create mode 100644 llvm/test/Analysis/ScalarEvolution/binomial-explision.ll create mode 100644 llvm/test/Transforms/LCSSA/rewrite-existing-dbg-values.ll create mode 100644 llvm/tools/llvm-objcopy/Buffer.cpp create mode 100644 llvm/tools/llvm-objcopy/Buffer.h