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-next-defconfig in repository toolchain/ci/llvm-monorepo.
from 768299fcdca Merging r344100: adds 0b2daebce41 Merging r343753: adds 7fe1c3a8616 [Analyzer] [HOTFIX!] SValBuilder crash when `aggressive-bin [...] adds 49cd31b975e Merging r345470: adds 50ae3190c32 Merging r343369: adds 6007514f589 Merging r343369: adds 043672957f9 Merging r343369: adds f9a9f0ed913 Merging r343369: adds 4a5e1fb6c1b Merging r348181: adds 15ff5fa7b6f Merging r348461: adds eec695e7abf Merging r348462: adds 8188f03cadd Merging r340386 and r344190: adds 3eed6aaa29b Merging r340125: adds 4f22daf5f80 Merging r346203: adds d6d35e86b6c Merging r348444: adds 8c38692c24a Merging r342152: adds 9ca3358a74a Merging r345826: adds 4105822eef8 Merging r345838: adds b8e7044dd2e Merging r345839:
No new revisions were added by this update.
Summary of changes: clang-tools-extra/clang-doc/BitcodeWriter.h | 1 - clang/include/clang/AST/DeclBase.h | 1 - clang/include/clang/Basic/Attr.td | 33 +++ clang/lib/AST/ASTContext.cpp | 4 + clang/lib/AST/Decl.cpp | 24 +- clang/lib/CodeGen/CodeGenFunction.cpp | 80 ++----- clang/lib/CodeGen/CodeGenFunction.h | 41 ++-- clang/lib/CodeGen/CodeGenModule.cpp | 73 ++++-- clang/lib/Driver/ToolChains/OpenBSD.cpp | 2 +- .../lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 7 +- .../Analysis/svalbuilder-rearrange-comparisons.c | 14 ++ clang/test/CodeGen/attr-cpuspecific.c | 9 + clang/test/CodeGenCXX/attr-cpuspecific.cpp | 18 ++ .../CodeGenCXX/attr-target-mv-member-funcs.cpp | 26 +-- .../visibility-inlines-hidden-staticvar.cpp | 111 ++++++++++ clang/test/Driver/openbsd.c | 2 +- libcxx/cmake/Modules/HandleLibCXXABI.cmake | 2 +- libcxx/src/filesystem/operations.cpp | 1 - .../llvm/DebugInfo/PDB/Native/GlobalsStream.h | 2 - .../llvm/DebugInfo/PDB/Native/ModuleDebugStream.h | 2 +- llvm/include/llvm/ExecutionEngine/Orc/Core.h | 2 +- .../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 3 +- .../llvm/ProfileData/Coverage/CoverageMapping.h | 2 - llvm/lib/Analysis/MemorySSA.cpp | 1 - .../ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 2 +- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 246 ++++++++++++--------- llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp | 1 - .../Transforms/InstCombine/InstCombineCompares.cpp | 8 + .../Instrumentation/DataFlowSanitizer.cpp | 6 +- llvm/test/CodeGen/AArch64/arm64-ccmp.ll | 72 +++++- ...nstant-low-bit-mask-and-icmp-sge-to-icmp-sle.ll | 56 +++-- ...nstant-low-bit-mask-and-icmp-slt-to-icmp-sgt.ll | 56 +++-- 32 files changed, 636 insertions(+), 272 deletions(-) create mode 100644 clang/test/CodeGenCXX/attr-cpuspecific.cpp create mode 100644 clang/test/CodeGenCXX/visibility-inlines-hidden-staticvar.cpp