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-lts-allnoconfig in repository toolchain/ci/llvm-monorepo.
from 768299fcdca Merging r344100: new 0b2daebce41 Merging r343753: new 7fe1c3a8616 [Analyzer] [HOTFIX!] SValBuilder crash when `aggressive-bin [...] new 49cd31b975e Merging r345470: new 50ae3190c32 Merging r343369: new 6007514f589 Merging r343369: new 043672957f9 Merging r343369: new f9a9f0ed913 Merging r343369: new 4a5e1fb6c1b Merging r348181: new 15ff5fa7b6f Merging r348461: new eec695e7abf Merging r348462: new 8188f03cadd Merging r340386 and r344190: new 3eed6aaa29b Merging r340125: new 4f22daf5f80 Merging r346203: new d6d35e86b6c Merging r348444: new 8c38692c24a Merging r342152: new 9ca3358a74a Merging r345826: new 4105822eef8 Merging r345838: new b8e7044dd2e Merging r345839:
The 18 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/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