This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6f6e8e488bf [llvm-mca] Add tests for partial register writes. new 51a70b932d4 [SelectionDAG] Add constant buildvector support to isKnownN [...] new cf6cd675f0f [NFC][InstCombine] Add variable names and regenerate icmp-l [...] new 25074d6f872 [NFC][InstCombine] Fix extra space padding in icmp-mul-zext [...] new 94b0940142a [llvm-readobj] Add -hex-dump (-x) option
The 4 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/COFF.h | 2 + include/llvm/Object/MachO.h | 2 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 10 +- lib/Object/COFFObjectFile.cpp | 15 + lib/Object/MachOObjectFile.cpp | 21 + test/Transforms/InstCombine/icmp-logical.ll | 845 ++++++++++++++------------- test/Transforms/InstCombine/icmp-mul-zext.ll | 7 +- test/tools/llvm-readobj/print-hex.test | 20 + tools/llvm-readobj/COFFDumper.cpp | 23 + tools/llvm-readobj/ELFDumper.cpp | 18 + tools/llvm-readobj/MachODumper.cpp | 21 + tools/llvm-readobj/ObjDumper.cpp | 42 ++ tools/llvm-readobj/ObjDumper.h | 2 + tools/llvm-readobj/llvm-readobj.cpp | 10 + 15 files changed, 612 insertions(+), 431 deletions(-) create mode 100644 test/tools/llvm-readobj/print-hex.test