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-master-arm-lts-allmodconfig in repository toolchain/ci/llvm-monorepo.
from 398153fb1bc [clangd] Delete trailing ; NFC adds 8357cf15f37 [X86] Remove the ANDN check from EmitTest. adds 55e19620c8b [X86] Autogenerate complete checks. NFC adds 4335cb91e2d [clangd] Delete stray semicolon. NFC adds ada2c524be7 [X86] Move the optimization that turns 'CMP (AND+IMM64), 0' [...] adds 2f093921361 [SelectionDAGBuilder] Use ::precise LocationSizes; NFC adds 8360719dc63 [X86] Remove unused variables left after r350041. NFC adds c56580e1017 [LoopIdioms] More LocationSize::precise annotations; NFC adds 386fd38f03d Return "[LoopSimplifyCFG] Delete dead in-loop blocks" adds b9339f62977 llvm-dwarfdump: Skip address index info (and dump only the [...] adds 38b61c88fb0 DebugInfo: Add assembly comments for debug_addr contributio [...] adds 0b439b2028c DebugInfo: Use assembly label arithmetic for address pool s [...] adds af3ad8aabd2 [LoopSimplifyCFG] Delete dead exiting edges adds 0d0aa61d23a Fix build - follow-up to r350048 which broke headerless (v4 [...] adds 74b534a1d1a [LLD][ELF] - Cleanup gdb-index-dwarf5-low-high.s. NFC. adds 5f089aa4017 Revert rL350048 and rL350050 adds aba633dd786 ReleaseNotes: X86 Target: bdver2 sched model was added (D52779) adds fcdb8590f50 [gn build] Add build files for clang/tools/{c-arcmt-test,c- [...] adds 06e20a057a1 [HWASAN] Instrument memorty intrinsics by default adds c9687299720 [clang-tidy] add IgnoreMacros option to readability-upperca [...] adds b865143a40d [analyzer] [NFC] Clean up the mess of constructing argument [...] adds 4bdfdf9afcf [X86] Add test cases for PR40142. NFC adds fa2588a7788 [X86] Use GetDemandedBits to simplify the operands of PMULD [...] new bf4e9868875 [gn build] Make NOSORT line actually work
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: .../readability/UppercaseLiteralSuffixCheck.cpp | 6 +- .../readability/UppercaseLiteralSuffixCheck.h | 1 + clang-tools-extra/clangd/Function.h | 1 - clang-tools-extra/docs/ReleaseNotes.rst | 4 + .../readability-uppercase-literal-suffix.rst | 5 + ...lity-uppercase-literal-suffix-integer-macro.cpp | 4 +- ...eadability-uppercase-literal-suffix-integer.cpp | 4 + .../StaticAnalyzer/Core/RetainSummaryManager.h | 19 +- .../StaticAnalyzer/Core/RetainSummaryManager.cpp | 143 ++++++---- lld/test/ELF/gdb-index-dwarf5-low-high.s | 71 +++-- llvm/docs/ReleaseNotes.rst | 3 +- llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp | 4 + llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 9 + .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 34 ++- llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp | 9 +- .../Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 3 +- llvm/lib/Target/X86/X86ISelDAGToDAG.cpp | 99 ++++++- llvm/lib/Target/X86/X86ISelLowering.cpp | 75 +---- llvm/lib/Target/X86/X86InstrArithmetic.td | 10 +- .../Instrumentation/HWAddressSanitizer.cpp | 2 +- llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 5 +- llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 161 +++++++++-- llvm/test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 9 - .../CodeGen/X86/avx512-intrinsics-fast-isel.ll | 9 - llvm/test/CodeGen/X86/bypass-slow-division-tune.ll | 208 ++++++++++++-- llvm/test/CodeGen/X86/pmul.ll | 46 +++ llvm/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 28 +- .../test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 17 +- llvm/test/DebugInfo/X86/addr_comments.ll | 33 +++ .../HWAddressSanitizer/mem-intrinsics.ll | 2 +- .../LoopSimplifyCFG/constant-fold-branch.ll | 316 +++++++-------------- .../tools/llvm-dwarfdump/X86/debug_info_addrx.s | 77 +++++ llvm/utils/gn/secondary/BUILD.gn | 6 +- llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn | 2 +- .../gn/secondary/clang/tools/c-arcmt-test/BUILD.gn | 15 + .../gn/secondary/clang/tools/c-index-test/BUILD.gn | 28 ++ .../gn/secondary/clang/tools/libclang/BUILD.gn | 84 ++++++ 37 files changed, 1044 insertions(+), 508 deletions(-) create mode 100644 llvm/test/DebugInfo/X86/addr_comments.ll create mode 100644 llvm/test/tools/llvm-dwarfdump/X86/debug_info_addrx.s create mode 100644 llvm/utils/gn/secondary/clang/tools/c-arcmt-test/BUILD.gn create mode 100644 llvm/utils/gn/secondary/clang/tools/c-index-test/BUILD.gn create mode 100644 llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn