This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 488ca480673 [dwarfdump] Improve -diff option by hiding more data. new e6cfed97969 [MachO] Fix LC_DYSYMTAB validation for external symbols new fe2c6872d72 [MachO] Fix inconsistency between error messages when valid [...] new c7d9aac7182 [CodeGen] Fix remaining zext() assertions in SelectionDAG
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 26 ++-- lib/Object/MachOObjectFile.cpp | 6 +- test/tools/llvm-objdump/macho-bad-dysymtab.test | 51 +++++++ unittests/CodeGen/AArch64SelectionDAGTest.cpp | 168 ++++++++++++++++++++++++ unittests/CodeGen/CMakeLists.txt | 3 + 6 files changed, 239 insertions(+), 19 deletions(-) create mode 100644 test/tools/llvm-objdump/macho-bad-dysymtab.test create mode 100644 unittests/CodeGen/AArch64SelectionDAGTest.cpp