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-next-allnoconfig in repository toolchain/ci/llvm-project.
from b950bd2ce7ff Bump version to 14.0.5 new 09ec80e16f47 [PowerPC] Treat llvm.fmuladd intrinsic as using CTR new 10d442522b1a [clang][AVR] Implement standard calling convention for AVR [...]
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/TargetInfo.cpp | 100 ++++++++++++--- clang/test/CodeGen/avr/argument.c | 116 ++++++++++++++++++ clang/test/CodeGen/avr/struct.c | 34 +++++- llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 4 +- llvm/test/CodeGen/PowerPC/pr55463.ll | 136 +++++++++++++++++++++ 7 files changed, 400 insertions(+), 42 deletions(-) create mode 100644 clang/test/CodeGen/avr/argument.c create mode 100644 llvm/test/CodeGen/PowerPC/pr55463.ll