This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b779435 Don't combine stores to a swifterror pointer operand to a dif [...] new ee99423 [Instcombine] Combine consecutive identical fences new 536a298 Fix a bug in llvm-obdump(1) with the -macho flag disassemblin [...] new 44cd8ce [X86][XOP] Add test showing failure to combine build vector t [...]
The 3 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: lib/Transforms/InstCombine/InstCombineCalls.cpp | 9 ++++ lib/Transforms/InstCombine/InstCombineInternal.h | 1 + test/CodeGen/X86/vector-shuffle-combining-xop.ll | 28 ++++++++++++ test/Transforms/InstCombine/consecutive-fences.ll | 47 +++++++++++++++++++++ .../X86/Inputs/stub-nosyms.macho-x86_64 | Bin 0 -> 528 bytes .../X86/macho-stub-nosyms-disassembly.test | 3 ++ tools/llvm-objdump/MachODump.cpp | 7 ++- 7 files changed, 93 insertions(+), 2 deletions(-) create mode 100644 test/Transforms/InstCombine/consecutive-fences.ll create mode 100644 test/tools/llvm-objdump/X86/Inputs/stub-nosyms.macho-x86_64 create mode 100644 test/tools/llvm-objdump/X86/macho-stub-nosyms-disassembly.test