This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-release-aarch64-spec2k6-O3_LTO 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 adds 92d5c1be9ee [PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_ [...]
No new revisions were added by this update.
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