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-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from f8ed27f549e ReleaseNotes from Sam Parker adds 9adebd4b0be ReleaseNotes: omitting range checks for switches with unrea [...] adds 9f45ba86fd2 ReleaseNotes: sinking of instructions without uses adds 7552a3968e0 ReleaseNotes: reduce the indent adds 2f35f0004e2 ReleaseNotes: matching wide stores (r362472) adds 529706393a9 ReleaseNotes: remove in-progress warning and empty sections adds e7ecc551432 ReleaseNotes: cleanups adds 78ecdd5bfdf ReleaseNotes: drop in-progress warning and empty sections adds d6c7f875f97 ReleaseNotes: fixes adds 6f2f9290cb6 ReleaseNotes: remove in-progress warnings and empty sections adds 2857b97ea45 ReleaseNotes: remove in-progress warning, remove empty sections adds a400f310c28 ReleaseNotes: remove in-progress warning and empty sections adds 16d2d313fa3 Merging r370367: ------------------------------------------ [...] adds 3c8c55701d0 Merging r368164: ------------------------------------------ [...] adds 92734ca8d62 ReleaseNotes: pocl and TCE; by Pekka Jääskeläinen adds 25f22e70b01 Merging r370404: ------------------------------------------ [...] adds 892dfd7d4e3 Merging r370355: ------------------------------------------ [...] adds bb081fe66db Re-generate {Attribute,ClangCommandLine,Diagnostics}Reference.rst
No new revisions were added by this update.
Summary of changes: clang-tools-extra/clangd/tool/ClangdMain.cpp | 3 +- clang-tools-extra/docs/ReleaseNotes.rst | 48 +----- clang/docs/DiagnosticsReference.rst | 11 ++ clang/docs/ReleaseNotes.rst | 114 ++----------- libcxx/docs/ReleaseNotes.rst | 22 +-- lld/docs/ReleaseNotes.rst | 19 --- llvm/docs/ReleaseNotes.rst | 181 ++++++++++++++------- llvm/include/llvm/Analysis/InstructionSimplify.h | 11 +- llvm/lib/Analysis/InstructionSimplify.cpp | 30 ++-- llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 12 ++ llvm/lib/Target/X86/X86ISelLowering.cpp | 8 +- llvm/test/CodeGen/AArch64/wineh1.mir | 12 +- llvm/test/CodeGen/AArch64/wineh2.mir | 4 +- llvm/test/CodeGen/X86/combine-pmuldq.ll | 115 +++++++++++++ .../COFF/AArch64/arm64-register-variables.ll | 4 +- 15 files changed, 324 insertions(+), 270 deletions(-)