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-defconfig in repository toolchain/ci/llvm-project.
from 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. new 60aadd19cbf [CodeEmitter] Support instruction widths > 64 bits
The 1 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/lib/Sema/SemaExpr.cpp | 2 + clang/test/Sema/div-sizeof-array.cpp | 23 ++- 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 +- libcxx/test/libcxx/debug/db_string_view.pass.cpp | 36 ++++ 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 +- llvm/test/TableGen/BigEncoder.td | 69 ++++++++ llvm/test/TableGen/RegisterEncoder.td | 5 +- .../result-of-usub-is-non-zero-and-no-overflow.ll | 18 +- llvm/utils/TableGen/CodeEmitterGen.cpp | 188 +++++++++++++++++---- 16 files changed, 398 insertions(+), 111 deletions(-) create mode 100644 libcxx/test/libcxx/debug/db_string_view.pass.cpp create mode 100644 llvm/test/TableGen/BigEncoder.td