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-lts-allyesconfig in repository toolchain/ci/llvm-project.
from 8f0c901c1a17 [Driver] Report -Wunused-command-line-argument for unimple [...] adds 2ebfda2417e9 [InstCombine] Improve folding of mul + icmp adds 3bb1ce231903 Add a nop instruction if a section starts with landing pad [...] adds d959324e1efe Revert "[lldb/Fuzzer] Add fuzzer for expression evaluator"
No new revisions were added by this update.
Summary of changes: clang/cmake/modules/ProtobufMutator.cmake | 6 +- clang/tools/clang-fuzzer/handle-cxx/CMakeLists.txt | 2 - .../tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt | 2 - lldb/tools/lldb-fuzzer/CMakeLists.txt | 1 - .../lldb-expression-fuzzer/CMakeLists.txt | 57 ----------------- .../lldb-expression-fuzzer.cpp | 73 ---------------------- llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h | 2 + llvm/lib/CodeGen/BasicBlockSections.cpp | 6 +- llvm/lib/CodeGen/MachineFunctionSplitter.cpp | 2 +- .../Transforms/InstCombine/InstCombineCompares.cpp | 40 +++++++++++- .../ValueTracking/known-power-of-two-urem.ll | 2 +- llvm/test/CodeGen/X86/machine-function-splitter.ll | 22 +++++++ llvm/test/Transforms/InstCombine/icmp-mul.ll | 36 ++++------- 13 files changed, 79 insertions(+), 172 deletions(-) delete mode 100644 lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/CMakeLists.txt delete mode 100644 lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/lldb-expression-f [...]