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-mainline-defconfig in repository toolchain/ci/llvm-project.
from 4b2f37b2202 [clang] fix undefined behaviour in RawComment::getFormattedText() adds 17d0ddd522b [WebAssembly] Add section names for some DWARF5 sections adds 3de89abf189 [PowerPC] Do not attempt to reuse load for 64-bit FP_TO_UIN [...] new f3164f75270 [ARM] Only produce qadd8b under hasV6Ops new f79cd71e145 [arm] Add big-endian version of pcrel fixups for adr instructions
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: llvm/lib/MC/MCObjectFileInfo.cpp | 12 ++++- llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 +- llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 20 +++----- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 5 +- llvm/test/CodeGen/ARM/sadd_sat.ll | 1 + llvm/test/CodeGen/PowerPC/pr43976.ll | 59 ++++++++++++++++++++++ llvm/test/MC/ARM/pcrel-global.s | 2 + 7 files changed, 85 insertions(+), 16 deletions(-) create mode 100644 llvm/test/CodeGen/PowerPC/pr43976.ll