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-release-aarch64-next-defconfig in repository toolchain/ci/llvm-project.
from 4c6e5899859 ReleaseNotes: remove in-progress warnings, tidy up a bit adds dce2ef9e642 [Polly][docs] Polly release notes. adds 5405c262a4a [llvm][Support][modulemap] Exclude WindowsSupport.h from th [...] adds f5fd8a37c18 Try to fix WindowsManifest CMake logic on Windows adds 499b1699621 [CMake] Use PUBLIC link mode for static libraries adds 917119e95aa [CMake] Link against ZLIB::ZLIB adds 6b16ce944fe Attempt to fix ZLIB CMake logic on Windows adds 99e5b2ff9df clang-format: fix spacing in `operator const char*()` adds 0bf4795d069 [WinEH] Fix inttoptr+phi optimization in presence of catchswitch new 1939a0f40c9 Minor ReleaseNotes fixes
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/docs/ReleaseNotes.rst | 66 +++++++++---------- clang/lib/Format/TokenAnnotator.cpp | 15 +++-- clang/unittests/Format/FormatTest.cpp | 9 +++ lld/docs/ReleaseNotes.rst | 18 ++--- llvm/cmake/modules/AddLLVM.cmake | 2 +- llvm/docs/ReleaseNotes.rst | 33 +++++----- llvm/include/llvm/module.modulemap | 3 + llvm/lib/Support/CMakeLists.txt | 27 +++++++- llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp | 18 +++-- llvm/lib/WindowsManifest/CMakeLists.txt | 6 +- llvm/test/Transforms/InstCombine/intptr8.ll | 77 ++++++++++++++++++++++ polly/docs/ReleaseNotes.rst | 21 +++--- 12 files changed, 213 insertions(+), 82 deletions(-) create mode 100644 llvm/test/Transforms/InstCombine/intptr8.ll