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-stable-allyesconfig in repository toolchain/ci/llvm-project.
from 058a8cd73f3 [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929) adds 8f2858eb070 [ASTMatchers] HasNameMatcher handles `extern "C"` adds 3b6f4c544be [ReleaseNotes] Mention freeze instruction adds 77e448c0d3a [NFC][InstCombine] Add shift amount reassociation miscompil [...] adds f115a88191c [InstCombine] reassociateShiftAmtsOfTwoSameDirectionShifts( [...] adds ac293ede5e6 [NFC][InstCombine] Add shift amount reassociation in bittes [...] adds b2b41bc3b51 [InstCombine] foldShiftIntoShiftInAnotherHandOfAndInICmp(): [...] adds 38ee10d08cb [driver][darwin] Don't use -platform_version flag by defaul [...] adds 7e3ebf34eb0 [RISCV] Update RISC-V Release Notes for LLVM adds a8684e93a34 Revert "make -fmodules-codegen and -fmodules-debuginfo work [...] adds 6ff25fbe749 [ReleaseNotes] Mention -fmacro-prefix-map and -ffile-prefix-map. adds b65707e4818 [ReleaseNotes] Fix typos adds e5cb70267e7 [ReleaseNotes] Add OpenCL release notes adds 7af6fea2ddc [ReleaseNotes] Add some items for clang adds e705da06e22 [lld][ELF] Add some release notes new daae05af2a5 llvm-ar: Fix MinGW compilation new 7cb68292912 SROA: Don't drop atomic load/store alignments (PR45010) new cd0926d087a No longer generate calls to *_finite new 73c53e612aa build: process the libxml2 library path for embedding
The 4 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 | 47 ++++++++++++-- clang/lib/ASTMatchers/ASTMatchersInternal.cpp | 8 ++- clang/lib/Driver/ToolChains/Darwin.cpp | 2 +- clang/lib/Serialization/ASTReader.cpp | 3 +- clang/lib/Serialization/ASTReaderDecl.cpp | 18 +----- clang/lib/Serialization/ASTWriter.cpp | 4 +- clang/lib/Serialization/ASTWriterDecl.cpp | 13 ++-- clang/test/Driver/darwin-ld-platform-version-ios.c | 9 ++- .../test/Driver/darwin-ld-platform-version-macos.c | 9 ++- .../test/Driver/darwin-ld-platform-version-tvos.c | 9 ++- .../Driver/darwin-ld-platform-version-watchos.c | 9 ++- clang/test/Modules/Inputs/codegen-flags/foo.h | 3 - clang/test/PCH/codegen.cpp | 30 --------- .../ASTMatchers/ASTMatchersNarrowingTest.cpp | 15 +++++ lld/docs/ReleaseNotes.rst | 54 +++++++++++++++- llvm/docs/ReleaseNotes.rst | 35 +++++++---- .../llvm}/Support/Windows/WindowsSupport.h | 0 llvm/lib/Analysis/TargetLibraryInfo.cpp | 3 + llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 73 ++++------------------ llvm/lib/Support/CrashRecoveryContext.cpp | 2 +- llvm/lib/Support/InitLLVM.cpp | 2 +- llvm/lib/Support/RandomNumberGenerator.cpp | 2 +- llvm/lib/Support/Windows/DynamicLibrary.inc | 2 +- llvm/lib/Support/Windows/Host.inc | 2 +- llvm/lib/Support/Windows/Memory.inc | 2 +- llvm/lib/Support/Windows/Path.inc | 2 +- llvm/lib/Support/Windows/Process.inc | 2 +- llvm/lib/Support/Windows/Program.inc | 2 +- llvm/lib/Support/Windows/Signals.inc | 2 +- llvm/lib/Support/Windows/ThreadLocal.inc | 2 +- llvm/lib/Support/Windows/Threading.inc | 2 +- llvm/lib/Support/raw_ostream.cpp | 2 +- .../Transforms/InstCombine/InstCombineCompares.cpp | 20 +++++- .../Transforms/InstCombine/InstCombineShifts.cpp | 24 ++++++- llvm/lib/Transforms/Scalar/SROA.cpp | 4 ++ llvm/lib/WindowsManifest/CMakeLists.txt | 11 +++- llvm/test/CodeGen/AArch64/illegal-float-ops.ll | 24 +++---- llvm/test/CodeGen/X86/finite-libcalls.ll | 36 +++++------ .../shift-amount-reassociation-in-bittest.ll | 20 ++++++ .../InstCombine/shift-amount-reassociation.ll | 18 ++++++ llvm/test/Transforms/SROA/alignment.ll | 15 +++++ llvm/tools/llvm-ar/llvm-ar.cpp | 3 +- 42 files changed, 345 insertions(+), 200 deletions(-) delete mode 100644 clang/test/PCH/codegen.cpp rename llvm/{lib => include/llvm}/Support/Windows/WindowsSupport.h (100%)