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-lts-allnoconfig 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 [...] new cc6e51a1414 add release notes for ffp-model and ffp-exception-behavior new 6196695ec58 [CodeView] Align type records on 4-bytes when emitting PDBs
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/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/X86/X86ISelLowering.cpp | 8 +++- llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp | 15 +++++++ llvm/test/CodeGen/X86/pr45443.ll | 21 ++++++++++ .../Transforms/SimplifyCFG/callbr-destinations.ll | 28 +++++++++++++ 10 files changed, 161 insertions(+), 7 deletions(-) create mode 100644 lld/test/COFF/pdb-tpi-aligned-records.test create mode 100644 llvm/test/CodeGen/X86/pr45443.ll create mode 100644 llvm/test/Transforms/SimplifyCFG/callbr-destinations.ll