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-mainline-allyesconfig in repository toolchain/ci/llvm-project.
from e705da06e22 [lld][ELF] Add some release notes adds daae05af2a5 llvm-ar: Fix MinGW compilation adds 7cb68292912 SROA: Don't drop atomic load/store alignments (PR45010) adds cd0926d087a No longer generate calls to *_finite adds 73c53e612aa build: process the libxml2 library path for embedding adds cef9526ce77 [gn build] Port a0f50d73163 adds 4ce4b0c3678 update clang-cl flag section in UsersManual.rst adds 7f015d0d4f0 Re-generate docs adds 4c6e5899859 ReleaseNotes: remove in-progress warnings, tidy up a bit
No new revisions were added by this update.
Summary of changes: clang-tools-extra/docs/ReleaseNotes.rst | 60 ++------ clang/docs/DiagnosticsReference.rst | 156 +++++++++++++-------- clang/docs/ReleaseNotes.rst | 84 +++-------- clang/docs/UsersManual.rst | 153 +++++++++++++------- libcxx/docs/ReleaseNotes.rst | 24 +--- lld/docs/ReleaseNotes.rst | 14 +- llvm/docs/ReleaseNotes.rst | 130 +++++++++-------- .../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 +- 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 ++--- llvm/test/Transforms/SROA/alignment.ll | 15 ++ llvm/tools/llvm-ar/llvm-ar.cpp | 3 +- llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn | 1 + 30 files changed, 392 insertions(+), 425 deletions(-) rename llvm/{lib => include/llvm}/Support/Windows/WindowsSupport.h (100%)