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 71c3f57326c [ELF] Allow SHF_LINK_ORDER and non-SHF_LINK_ORDER to be mixed adds 5fbba36cbe9 [SimplifyCFG] Skip merging return blocks if it would break [...] adds ef7dbe6de65 [X86][SSE] combineX86ShufflesConstants - early out for zero [...] adds cc6e51a1414 add release notes for ffp-model and ffp-exception-behavior adds 6196695ec58 [CodeView] Align type records on 4-bytes when emitting PDBs new 92d5c1be9ee [PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_ [...]
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 | 7 ++++ lld/test/COFF/pdb-tpi-aligned-records.test | 46 ++++++++++++++++++++++ .../DebugInfo/CodeView/GlobalTypeTableBuilder.h | 5 +++ .../DebugInfo/CodeView/MergingTypeTableBuilder.cpp | 4 +- llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 24 +++++++++-- llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | 10 ++++- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 7 +++- llvm/lib/Target/X86/X86ISelLowering.cpp | 8 +++- llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp | 15 +++++++ llvm/test/CodeGen/PowerPC/kernel-fp-round.ll | 44 +++++++++++++++++++++ llvm/test/CodeGen/X86/pr45443.ll | 21 ++++++++++ .../Transforms/SimplifyCFG/callbr-destinations.ll | 28 +++++++++++++ 12 files changed, 210 insertions(+), 9 deletions(-) create mode 100644 lld/test/COFF/pdb-tpi-aligned-records.test create mode 100644 llvm/test/CodeGen/PowerPC/kernel-fp-round.ll create mode 100644 llvm/test/CodeGen/X86/pr45443.ll create mode 100644 llvm/test/Transforms/SimplifyCFG/callbr-destinations.ll