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-stable-allnoconfig in repository toolchain/ci/llvm-project.
from 08642a395f23 Fix syntax error in Clang release notes adds dda88bfc06b5 [clang][scan-build] Use cc/c++ instead of gcc/g++ on OpenBSD. adds b96ee8f581f6 [X86] combineX86ShuffleChain - ensure we only peek through [...] adds 5b95eb0b442e [debuginfo-test][cross-project-tests] Release note for new [...] adds 80f974e40f81 [AArch64][GlobalISel] Use ZExtValue for zext(xor) when inv [...] adds d0f0b5b99262 Thread safety analysis: Warn when demoting locks on back edges adds ee6913cc8317 [analyzer] Add 13.0.0 release notes new d7b669b3a303 [clang] don't mark as Elidable CXXConstruct expressions us [...]
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: clang/docs/ReleaseNotes.rst | 48 +++++++++++++++++- clang/include/clang/Sema/Initialization.h | 16 +++--- clang/lib/AST/ExprConstant.cpp | 15 ++++-- clang/lib/Analysis/ThreadSafety.cpp | 31 ++++++------ clang/lib/CodeGen/CGExprCXX.cpp | 19 ++++--- clang/lib/Sema/Sema.cpp | 2 +- clang/lib/Sema/SemaCoroutine.cpp | 2 +- clang/lib/Sema/SemaDeclCXX.cpp | 9 ++++ clang/lib/Sema/SemaExpr.cpp | 2 +- clang/lib/Sema/SemaExprCXX.cpp | 5 +- clang/lib/Sema/SemaLambda.cpp | 3 +- clang/lib/Sema/SemaObjCProperty.cpp | 3 +- clang/lib/Sema/SemaStmt.cpp | 8 +-- clang/test/CodeGen/nrvo-tracking.cpp | 37 ++++++++++++++ clang/test/CodeGenCXX/copy-elision.cpp | 34 +++++++++++++ clang/test/SemaCXX/warn-thread-safety-analysis.cpp | 42 ++++++++++++++++ clang/tools/scan-build/libexec/ccc-analyzer | 3 ++ llvm/docs/ReleaseNotes.rst | 9 ++++ .../AArch64/GISel/AArch64InstructionSelector.cpp | 12 ++++- llvm/lib/Target/X86/X86ISelLowering.cpp | 2 +- .../AArch64/GlobalISel/opt-fold-xor-tbz-tbnz.mir | 32 ++++++++++++ llvm/test/CodeGen/X86/vector-reduce-mul.ll | 58 ++++++++++++++++++++++ 22 files changed, 341 insertions(+), 51 deletions(-) create mode 100644 clang/test/CodeGenCXX/copy-elision.cpp