This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 37735db [CMake] Update to requiring CMake 3.4.3 new e9ddf3a Change llvm-objdump, llvm-nm and llvm-size when reporting an [...] new 12ab473 [SLP] Pass in correct alignment when query memory access cost
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/Object/MachOUniversal.h | 4 +- lib/DebugInfo/Symbolize/Symbolize.cpp | 5 +- lib/Object/MachOUniversal.cpp | 12 ++--- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 4 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 12 +++-- ....a => macho-universal-archive-bad1.x86_64.i386} | Bin 5544 -> 6132 bytes ....a => macho-universal-archive-bad2.x86_64.i386} | Bin 1084 -> 1672 bytes .../Inputs/macho-universal-bad1.x86_64.i386} | Bin 12600 -> 12728 bytes .../Inputs/macho-universal-bad2.x86_64.i386} | Bin 8376 -> 8256 bytes test/Object/macho-invalid.test | 13 +++++ .../SLPVectorizer}/PowerPC/lit.local.cfg | 0 test/Transforms/SLPVectorizer/PowerPC/pr27897.ll | 29 ++++++++++ tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 2 +- tools/llvm-nm/llvm-nm.cpp | 57 +++++++++++++++++--- tools/llvm-objdump/MachODump.cpp | 25 ++++++--- tools/llvm-objdump/llvm-objdump.cpp | 19 ++++--- tools/llvm-objdump/llvm-objdump.h | 11 ++-- tools/llvm-readobj/llvm-readobj.cpp | 11 ++-- tools/llvm-size/llvm-size.cpp | 60 +++++++++++++++++---- 19 files changed, 211 insertions(+), 53 deletions(-) copy test/Object/Inputs/{macho-bad-archive1.a => macho-universal-archive-bad1.x86_ [...] copy test/Object/Inputs/{macho-bad-archive2.a => macho-universal-archive-bad2.x86_ [...] copy test/{tools/llvm-objdump/Inputs/unwind-info-no-relocs.macho-x86_64 => Object/ [...] mode change 100755 => 100644 copy test/{tools/llvm-objdump/Inputs/bind2.macho-x86_64 => Object/Inputs/macho-uni [...] mode change 100755 => 100644 copy test/{CodeGen/MIR => Transforms/SLPVectorizer}/PowerPC/lit.local.cfg (100%) create mode 100644 test/Transforms/SLPVectorizer/PowerPC/pr27897.ll