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-lts-allnoconfig in repository toolchain/ci/llvm-project.
from e5cb70267e7 [ReleaseNotes] Add OpenCL release notes adds 7af6fea2ddc [ReleaseNotes] Add some items for clang adds 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 new cef9526ce77 [gn build] Port a0f50d73163 new 4ce4b0c3678 update clang-cl flag section in UsersManual.rst new 7f015d0d4f0 Re-generate docs new 4c6e5899859 ReleaseNotes: remove in-progress warnings, tidy up a bit
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-tools-extra/docs/ReleaseNotes.rst | 60 ++------ clang/docs/DiagnosticsReference.rst | 156 +++++++++++++-------- clang/docs/ReleaseNotes.rst | 92 ++++-------- clang/docs/UsersManual.rst | 153 +++++++++++++------- libcxx/docs/ReleaseNotes.rst | 24 +--- lld/docs/ReleaseNotes.rst | 68 +++++++-- 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, 453 insertions(+), 426 deletions(-) rename llvm/{lib => include/llvm}/Support/Windows/WindowsSupport.h (100%)