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-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from b950bd2ce7ff Bump version to 14.0.5 adds 09ec80e16f47 [PowerPC] Treat llvm.fmuladd intrinsic as using CTR adds 10d442522b1a [clang][AVR] Implement standard calling convention for AVR [...] adds ec0332328bd6 [clang] Fix some clang->llvm type cache invalidation issues new 79147e4722cc [clang][CUDA][Windows] Fix compilation error on Windows wi [...] new 2f0a69c32a4c [OpenMP] Fix partial unrolling off-by-one.
The 2 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/lib/Basic/Targets/AVR.cpp | 40 ++++-- clang/lib/Basic/Targets/AVR.h | 12 +- clang/lib/CodeGen/CGBuilder.h | 5 +- clang/lib/CodeGen/CGCall.cpp | 18 ++- clang/lib/CodeGen/CodeGenTypes.cpp | 52 ++++++-- clang/lib/CodeGen/TargetInfo.cpp | 100 ++++++++++++--- clang/lib/Headers/__clang_cuda_intrinsics.h | 2 +- clang/lib/Sema/SemaOpenMP.cpp | 4 +- clang/test/CodeGen/avr/argument.c | 116 ++++++++++++++++++ clang/test/CodeGen/avr/struct.c | 34 +++++- clang/test/CodeGenCXX/type-cache-2.cpp | 12 ++ clang/test/CodeGenCXX/type-cache-3.cpp | 16 +++ clang/test/CodeGenCXX/type-cache.cpp | 14 +++ .../irbuilder_unroll_partial_factor_for_collapse.c | 4 +- ...builder_unroll_partial_heuristic_for_collapse.c | 4 +- .../OpenMP/unroll_codegen_for_collapse_outer.cpp | 4 +- clang/test/OpenMP/unroll_codegen_for_partial.cpp | 4 +- .../OpenMP/unroll_codegen_parallel_for_factor.cpp | 4 +- clang/test/OpenMP/unroll_codegen_tile_for.cpp | 4 +- clang/test/OpenMP/unroll_codegen_unroll_for.cpp | 8 +- .../test/OpenMP/unroll_codegen_unroll_for_attr.cpp | 8 +- llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 4 +- llvm/test/CodeGen/PowerPC/pr55463.ll | 136 +++++++++++++++++++++ 23 files changed, 525 insertions(+), 80 deletions(-) create mode 100644 clang/test/CodeGen/avr/argument.c create mode 100644 clang/test/CodeGenCXX/type-cache-2.cpp create mode 100644 clang/test/CodeGenCXX/type-cache-3.cpp create mode 100644 clang/test/CodeGenCXX/type-cache.cpp create mode 100644 llvm/test/CodeGen/PowerPC/pr55463.ll