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-arm-next-allnoconfig in repository toolchain/ci/llvm-project.
from 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 adds 1939a0f40c9 Minor ReleaseNotes fixes new 001c8aac80e Add C standard upgrade in clang-11 release note
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 | 72 ++++++++++---------- 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 ++++++++++++++++++++++ 11 files changed, 207 insertions(+), 73 deletions(-) create mode 100644 llvm/test/Transforms/InstCombine/intptr8.ll