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-allmodconfig in repository toolchain/ci/llvm-project.
from 9285295f75a [Attributor] Liveness analysis. adds 77dc6d2479a Temporarily Revert "[Attributor] Liveness analysis." as it' [...] adds 2ef9ec40504 [TSan] Enable fiber tests on iOS simulator adds d0ad1bc328b [LLDB] Remove the Xcode project adds 6fef5b20b07 [Docs] Remove stale documentation adds ff6ba3aef26 Remove INSTALL.txt file adds 827427f65be AMDGPU: Don't use SDNodeXForm for DS offset output adds 7b124c0903d [Driver] Set the default win32-macho debug format to DWARF adds 63b921f01da Remove Xcode project remnants adds d5a52aeab6a [IndVarSimplify][NFC] Autogenerate check lines in loop_eval [...] adds 6b248fca333 [NFC][PhaseOrdering] Add tests showcasing the problems of u [...] adds 77d37037f00 [InstCombine][NFC] Tests for canonicalization of unsigned m [...] adds fca23d74c96 [SimplifyCFG][NFC] Test that we fail to flatten CFG after f [...] adds 1693b80bd56 [SimplifyCFG][NFC] Test that we fail to flatten CFG in JPEG [...] adds 06894272805 [InstSimplify][NFC] Tests for skipping 'div-by-0' checks be [...] adds 3a94765bfca [NFC][PatternMatch] Refactor code into a proper "matcher fo [...] adds 95cbc3da887 Fixing build error from commit 9285295. adds 710605c0853 Analysis: Don't look through aliases when simplifying GEPs. adds 9ec6f9e07e6 llvm-objcopy/test: add REQUIRES: shell for use of umask
No new revisions were added by this update.
Summary of changes: clang/lib/Driver/ToolChains/MSVC.h | 8 +- clang/test/Misc/win32-macho.c | 3 + compiler-rt/test/tsan/fiber_from_thread.cc | 2 +- compiler-rt/test/tsan/fiber_longjmp.cc | 2 +- compiler-rt/test/tsan/fiber_race.cc | 2 +- compiler-rt/test/tsan/fiber_simple.cc | 2 +- compiler-rt/test/tsan/fiber_two_threads.cc | 2 +- lldb/INSTALL.txt | 18 - lldb/docs/resources/source.rst | 23 +- lldb/lldb.xcodeproj/project.pbxproj | 11538 ------------------- .../project.xcworkspace/contents.xcworkspacedata | 7 - .../xcshareddata/xcschemes/LLDB.xcscheme | 107 - .../xcshareddata/xcschemes/Run Testsuite.xcscheme | 123 - .../xcshareddata/xcschemes/darwin-debug.xcscheme | 108 - .../xcshareddata/xcschemes/desktop.xcscheme | 90 - .../xcschemes/launcherRootXPCService.xcscheme | 72 - .../xcschemes/launcherXPCService.xcscheme | 76 - .../xcshareddata/xcschemes/lldb-gtest.xcscheme | 88 - .../xcschemes/lldb-python-test-suite.xcscheme | 80 - .../xcshareddata/xcschemes/lldb-tool.xcscheme | 215 - lldb/lldb.xcworkspace/contents.xcworkspacedata | 10 - lldb/scripts/generate-vers.pl | 56 - lldb/scripts/sort-pbxproj.rb | 251 - lldb/tools/debugserver/source/CMakeLists.txt | 8 - llvm/include/llvm/IR/PatternMatch.h | 9 + llvm/lib/Analysis/ConstantFolding.cpp | 2 +- llvm/lib/Target/AMDGPU/DSInstructions.td | 24 +- llvm/lib/Transforms/IPO/Attributor.cpp | 2 - .../Transforms/InstCombine/InstCombineInternal.h | 19 +- llvm/lib/Transforms/Utils/Local.cpp | 2 +- llvm/test/Analysis/ConstantFolding/gep-alias.ll | 17 + .../Transforms/IndVarSimplify/loop_evaluate_1.ll | 45 +- ...gned-mul-lack-of-overflow-check-via-mul-udiv.ll | 172 + ...l-lack-of-overflow-check-via-udiv-of-allones.ll | 107 + .../unsigned-mul-overflow-check-via-mul-udiv.ll | 172 + ...igned-mul-overflow-check-via-udiv-of-allones.ll | 105 + .../InstSimplify/div-by-0-guard-before-smul_ov.ll | 94 + .../InstSimplify/div-by-0-guard-before-umul_ov.ll | 94 + .../unsigned-multiply-overflow-check.ll | 85 + .../SimplifyCFG/signbit-like-value-extension.ll | 39 + .../unsigned-multiplication-will-overflow.ll | 38 + .../llvm-objcopy/ELF/mirror-permissions-unix.test | 1 + .../test/tools/llvm-objcopy/ELF/respect-umask.test | 1 + 43 files changed, 991 insertions(+), 12928 deletions(-) delete mode 100644 lldb/INSTALL.txt delete mode 100644 lldb/lldb.xcodeproj/project.pbxproj delete mode 100644 lldb/lldb.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/LLDB.xcscheme delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/Run Testsuite.xcscheme delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/darwin-debug.xcscheme delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/desktop.xcscheme delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/launcherRootXPCServi [...] delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/launcherXPCService.xcscheme delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/lldb-gtest.xcscheme delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/lldb-python-test-sui [...] delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme delete mode 100644 lldb/lldb.xcworkspace/contents.xcworkspacedata delete mode 100755 lldb/scripts/generate-vers.pl delete mode 100755 lldb/scripts/sort-pbxproj.rb create mode 100644 llvm/test/Analysis/ConstantFolding/gep-alias.ll create mode 100644 llvm/test/Transforms/InstCombine/unsigned-mul-lack-of-overflow- [...] create mode 100644 llvm/test/Transforms/InstCombine/unsigned-mul-lack-of-overflow- [...] create mode 100644 llvm/test/Transforms/InstCombine/unsigned-mul-overflow-check-vi [...] create mode 100644 llvm/test/Transforms/InstCombine/unsigned-mul-overflow-check-vi [...] create mode 100644 llvm/test/Transforms/InstSimplify/div-by-0-guard-before-smul_ov.ll create mode 100644 llvm/test/Transforms/InstSimplify/div-by-0-guard-before-umul_ov.ll create mode 100644 llvm/test/Transforms/PhaseOrdering/unsigned-multiply-overflow-check.ll create mode 100644 llvm/test/Transforms/SimplifyCFG/signbit-like-value-extension.ll create mode 100644 llvm/test/Transforms/SimplifyCFG/unsigned-multiplication-will-o [...]