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 f085cc5aa7c [MemorySSA] Limit clobber walks. adds 32fd32bc6f6 [SCEV] Check the cache in get{S|U}MaxExpr before doing any work adds 5f0c4c67bbf [WebAssembly] Add mutable globals feature adds 31a991eeba4 [libc++abi] Don't set POSITION_INDEPENDENT_CODE when buildi [...] adds 6b39f10a00c [analyzer] Introduce a simplified API for adding custom pat [...] adds 53a5952a931 Try to fix buildbot error
No new revisions were added by this update.
Summary of changes: clang/include/clang/Analysis/ProgramPoint.h | 5 +- clang/include/clang/Driver/Options.td | 2 + .../StaticAnalyzer/Core/BugReporter/BugReporter.h | 54 +++++++ .../Core/BugReporter/BugReporterVisitors.h | 12 ++ .../Core/PathSensitive/CheckerContext.h | 18 +++ .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 5 + clang/lib/Basic/Targets/WebAssembly.cpp | 14 ++ clang/lib/Basic/Targets/WebAssembly.h | 1 + clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp | 47 ++----- clang/lib/StaticAnalyzer/Core/BugReporter.cpp | 1 + .../StaticAnalyzer/Core/BugReporterVisitors.cpp | 24 ++++ clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | 4 +- clang/test/Analysis/mig.mm | 8 ++ clang/test/Preprocessor/wasm-target-features.c | 11 ++ libcxxabi/src/CMakeLists.txt | 19 +-- llvm/include/llvm/Analysis/ScalarEvolution.h | 10 ++ llvm/lib/Analysis/ScalarEvolution.cpp | 46 ++++-- llvm/lib/Target/WebAssembly/WebAssembly.td | 4 + llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h | 2 + .../Analysis/ScalarEvolution/max-expr-cache.ll | 156 +++++++++++++++++++++ llvm/test/CodeGen/WebAssembly/mutable-globals.ll | 16 +++ 21 files changed, 395 insertions(+), 64 deletions(-) create mode 100644 llvm/test/Analysis/ScalarEvolution/max-expr-cache.ll create mode 100644 llvm/test/CodeGen/WebAssembly/mutable-globals.ll