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-monorepo.
from f5bc9bcf27e [stack-safety] Inter-Procedural Analysis implementation adds 52adf4d119b [stack-safety] Analysis documentation adds dc1547e7a9b Remove trailing empty line adds 67f2f3cd5db Notify the linker when a TU compiled with split-stack has a [...] adds a8c7e49c849 [FileSystem] Ignore nanoseconds when comparing oso_mod_time adds b8ccb7597c4 Fix debug build break adds a5b3c232d1e [clang][slh] add attribute for speculative load hardening adds 34d364bd764 [InstCombine] add tests for rotate/bswap equality; NFC adds 56d76e22fde Revert "[CMake] Streamline code signing for debugserver and [...] adds fe9a5fd7b43 [Common] Threads: use function_ref instead of std::function adds 03044f7da24 [WebAssembly] Remove `using` statements from header files. NFC. adds 598fce84fbc Fix filtering of sanitizer_common unittest architectures on [...] adds af94e12df72 [COFF] Add exported functions to gfids table for /guard:cf adds 6d641f2349e [stack-safety] Fix build on gcc 5.4 adds 172997a190c [stack-safety] Fix and uncomment assert adds 3da5475dde6 [stack-safety] Update comment adds 6bcf2de0221 [MS] Push fewer DeclContexts for delayed template parsing adds 0e38a6d122d Revert "[clang][slh] add attribute for speculative load hardening" adds a0f7be39b1f [analyzer][PlistMacroExpansion] Part 3.: Macro arguments ar [...] adds 179ded1f116 Revert r347627 "[MS] Push fewer DeclContexts for delayed te [...] adds 085b037e71a [X86] Add a bunch of test cases for storing a scalar bitcas [...] adds cd6ffeb5615 [X86] Prevent DAG combine from folding a bitcast from vXi1 [...] adds 8664184d1d4 [docs] UBSan and ASan are supported on Windows adds 5d593e0994e [clangd] NFC: Prefer `isa<>` to `dyn_cast<>` to do the checking. adds 5ca71bd2dc6 [gn build] Create abi-breaking.h, config.h, llvm-config.h, [...] adds 6195caca99b Add support for the Dylan language to ClangASTContext adds 0673ff9be64 Move a file I forgot to move in r347636. adds e20d45f2317 [gn build] Merge r347530 to gn. adds 72c8aa897ac [LoopSimplifyCFG] Fix corner case with duplicating successors adds 08c05a68939 [LoopSimplifyCFG] Turn on term folding after underlying bug fixed adds fc38bb1233f [X86] Use getUnpackl/getUnpackh instead of directly creatin [...] new ca5b255d07f [X86] Add test cases for vector shifts of v2i32/v2i16/v4i16 [...] new 2735755b03a Add missing REQUIRES: asserts
The 2 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-tools-extra/clangd/AST.cpp | 4 +- clang/docs/AddressSanitizer.rst | 4 + clang/docs/UndefinedBehaviorSanitizer.rst | 8 +- clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 219 +- .../plist-macros-with-expansion.cpp.plist | 3717 +++++++++++++++++++- .../test/Analysis/plist-macros-with-expansion.cpp | 284 +- .../lib/sanitizer_common/tests/CMakeLists.txt | 2 +- lld/COFF/Writer.cpp | 37 +- lld/include/lld/Common/LLVM.h | 25 + lld/include/lld/Common/Threads.h | 2 +- lld/test/COFF/gfids-export.s | 44 + lld/wasm/Driver.cpp | 1 + lld/wasm/InputChunks.h | 11 +- lld/wasm/InputFiles.h | 16 +- lld/wasm/InputGlobal.h | 2 - lld/wasm/OutputSections.h | 6 +- lld/wasm/SymbolTable.cpp | 1 + lld/wasm/SymbolTable.h | 7 +- lld/wasm/Symbols.h | 12 +- lld/wasm/WriterUtils.h | 3 - lldb/CMakeLists.txt | 6 - lldb/cmake/modules/AddLLDB.cmake | 4 +- lldb/include/lldb/Host/FileSystem.h | 8 +- lldb/source/Host/common/FileSystem.cpp | 15 +- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 3 +- lldb/source/Symbol/ClangASTContext.cpp | 4 +- lldb/test/CMakeLists.txt | 4 +- lldb/tools/debugserver/CMakeLists.txt | 8 +- lldb/tools/debugserver/source/CMakeLists.txt | 172 +- lldb/unittests/tools/CMakeLists.txt | 2 +- llvm/docs/Passes.rst | 9 + llvm/docs/StackSafetyAnalysis.rst | 56 + llvm/docs/index.rst | 5 + llvm/lib/Analysis/StackSafetyAnalysis.cpp | 8 +- llvm/lib/Target/ARM/ARMFrameLowering.cpp | 10 +- llvm/lib/Target/X86/X86FrameLowering.cpp | 10 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 22 +- llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 14 +- llvm/test/CodeGen/X86/bitcast-setcc-128.ll | 144 + llvm/test/CodeGen/X86/bitcast-setcc-256.ll | 214 ++ llvm/test/CodeGen/X86/bitcast-setcc-512.ll | 293 ++ .../CodeGen/X86/segmented-stacks-standalone.ll | 30 + .../CodeGen/X86/vector-shift-ashr-sub128-widen.ll | 2523 +++++++++++++ llvm/test/CodeGen/X86/vector-shift-ashr-sub128.ll | 2951 ++++++++++++++++ .../CodeGen/X86/vector-shift-lshr-sub128-widen.ll | 2163 ++++++++++++ llvm/test/CodeGen/X86/vector-shift-lshr-sub128.ll | 2342 ++++++++++++ .../CodeGen/X86/vector-shift-shl-sub128-widen.ll | 1948 ++++++++++ llvm/test/CodeGen/X86/vector-shift-shl-sub128.ll | 1729 +++++++++ llvm/test/Transforms/InstCombine/fsh.ll | 23 + .../LoopSimplifyCFG/phi_with_duplicating_inputs.ll | 18 +- llvm/utils/gn/README.rst | 6 +- llvm/utils/gn/build/BUILD.gn | 12 - llvm/utils/gn/build/libs/pthread/BUILD.gn | 12 + .../pthread/enable.gni} | 0 llvm/utils/gn/build/libs/terminfo/BUILD.gn | 12 + llvm/utils/gn/build/libs/terminfo/enable.gni | 4 + llvm/utils/gn/build/libs/xml/BUILD.gn | 19 + llvm/utils/gn/build/libs/xml/enable.gni | 4 + llvm/utils/gn/build/libs/zlib/BUILD.gn | 12 + llvm/utils/gn/build/libs/zlib/enable.gni | 4 + llvm/utils/gn/build/toolchain/BUILD.gn | 3 +- llvm/utils/gn/build/write_cmake_config.py | 109 + llvm/utils/gn/secondary/BUILD.gn | 2 +- .../gn/secondary/llvm/include/llvm/Config/BUILD.gn | 358 ++ llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn | 155 + .../utils/gn/secondary/llvm/lib/Target/targets.gni | 54 + .../gn/secondary/llvm/tools/llvm-undname/BUILD.gn | 9 + llvm/utils/gn/secondary/llvm/triples.gni | 12 + llvm/utils/gn/secondary/llvm/version.gni | 4 + 69 files changed, 19593 insertions(+), 341 deletions(-) create mode 100644 lld/test/COFF/gfids-export.s create mode 100644 llvm/docs/StackSafetyAnalysis.rst create mode 100644 llvm/test/CodeGen/X86/segmented-stacks-standalone.ll create mode 100644 llvm/test/CodeGen/X86/vector-shift-ashr-sub128-widen.ll create mode 100644 llvm/test/CodeGen/X86/vector-shift-ashr-sub128.ll create mode 100644 llvm/test/CodeGen/X86/vector-shift-lshr-sub128-widen.ll create mode 100644 llvm/test/CodeGen/X86/vector-shift-lshr-sub128.ll create mode 100644 llvm/test/CodeGen/X86/vector-shift-shl-sub128-widen.ll create mode 100644 llvm/test/CodeGen/X86/vector-shift-shl-sub128.ll create mode 100644 llvm/utils/gn/build/libs/pthread/BUILD.gn rename llvm/utils/gn/build/{enable_threads.gni => libs/pthread/enable.gni} (100%) create mode 100644 llvm/utils/gn/build/libs/terminfo/BUILD.gn create mode 100644 llvm/utils/gn/build/libs/terminfo/enable.gni create mode 100644 llvm/utils/gn/build/libs/xml/BUILD.gn create mode 100644 llvm/utils/gn/build/libs/xml/enable.gni create mode 100644 llvm/utils/gn/build/libs/zlib/BUILD.gn create mode 100644 llvm/utils/gn/build/libs/zlib/enable.gni create mode 100644 llvm/utils/gn/build/write_cmake_config.py create mode 100644 llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn create mode 100644 llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn create mode 100644 llvm/utils/gn/secondary/llvm/lib/Target/targets.gni create mode 100644 llvm/utils/gn/secondary/llvm/tools/llvm-undname/BUILD.gn create mode 100644 llvm/utils/gn/secondary/llvm/triples.gni create mode 100644 llvm/utils/gn/secondary/llvm/version.gni