This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4d9c93d [CodeGenPrep] Skip merging empty case blocks new 569cd21 Preserve loop metadata when folding branches to a common dest [...] new f638013 [ThinLTO] Import composite types as declarations
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: include/llvm/Bitcode/BitcodeReader.h | 30 ++++++----- lib/Bitcode/Reader/BitcodeReader.cpp | 37 +++++++------ lib/Bitcode/Reader/MetadataLoader.cpp | 49 +++++++++++++---- lib/Bitcode/Reader/MetadataLoader.h | 4 +- lib/LTO/LTO.cpp | 6 ++- lib/LTO/LTOBackend.cpp | 3 +- lib/LTO/ThinLTOCodeGenerator.cpp | 17 +++--- lib/Object/IRObjectFile.cpp | 3 +- lib/Transforms/Utils/SimplifyCFG.cpp | 5 ++ ...import.ll => debuginfo-compositetype-import.ll} | 4 +- test/ThinLTO/X86/debuginfo-compositetype-import.ll | 62 ++++++++++++++++++++++ .../LoopSimplify/preserve-llvm-loop-metadata.ll | 28 ++++++++++ 12 files changed, 195 insertions(+), 53 deletions(-) copy test/ThinLTO/X86/Inputs/{debuginfo-cu-import.ll => debuginfo-compositetype-im [...] create mode 100644 test/ThinLTO/X86/debuginfo-compositetype-import.ll