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-lts-defconfig in repository toolchain/ci/llvm-project.
from 55abd2b2956 [Driver] Fix multiple bugs related to dependency file optio [...] adds 8f6d40e9b18 [clang-scan-deps] Add -M to work around -MT issue after r371918 adds 9c5a4a4527b [InstSimplify] simplifyUnsignedRangeCheck(): handle few tau [...] adds 9060643380b [lldb] Code cleanup: FormattersContainer.h: Use range-based [...] adds b743e94cdca [TargetLowering] SimplifyDemandedBits - add EXTRACT_SUBVECT [...] adds b8185153f35 [Diagnostics] Added silence note for -Wsizeof-array-div; su [...] adds 6bc1236d395 Add debug check for null pointers passed to <string_view> adds 34b6f49c2ca compiler-rt/builtins: Make check-builtins run tests on macOS. adds c7d8cc48c13 lld-link: Make Options.td formatting more self-consistent.
No new revisions were added by this update.
Summary of changes: clang/lib/Sema/SemaExpr.cpp | 2 + clang/test/Sema/div-sizeof-array.cpp | 23 ++++++++-- clang/tools/clang-scan-deps/ClangScanDeps.cpp | 1 + compiler-rt/test/builtins/CMakeLists.txt | 12 +++-- compiler-rt/test/builtins/Unit/lit.cfg.py | 3 ++ libcxx/include/__string | 12 +++++ libcxx/include/string_view | 2 +- .../db_string_view.pass.cpp} | 31 ++++++------- lld/COFF/Options.td | 32 +++++++------ .../lldb/DataFormatters/FormattersContainer.h | 21 ++++----- llvm/lib/Analysis/InstructionSimplify.cpp | 53 +++++++++++++++------- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 15 ++++++ llvm/test/CodeGen/X86/vector-reduce-mul.ll | 18 +++----- .../result-of-usub-is-non-zero-and-no-overflow.ll | 18 +++----- 14 files changed, 153 insertions(+), 90 deletions(-) copy libcxx/test/libcxx/{containers/sequences/array/array.zero/db_front.pass.cpp = [...]