This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aee7c6e [SelectionDAG] Add knownbits support for vector demandedelts [...] new cf24fcb [ObjectYAML] Support for DWARF __debug_abbrev section new b7e5e7d [CMake] Add a check for HAVE_CRASHREPORTERCLIENT_H new 8b90b13 [InstCombine] add tests for smin+icmp; NFC
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: cmake/config-ix.cmake | 1 + include/llvm/Config/config.h.cmake | 2 +- include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h | 19 ++ include/llvm/ObjectYAML/MachOYAML.h | 62 ++++ lib/ObjectYAML/MachOYAML.cpp | 19 +- test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml | 433 ++++++++++++++++++++++++ test/Transforms/InstCombine/smin-icmp.ll | 357 +++++++++++++++++++ tools/obj2yaml/macho2yaml.cpp | 29 +- tools/yaml2obj/yaml2macho.cpp | 12 + 9 files changed, 930 insertions(+), 4 deletions(-) create mode 100644 test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml create mode 100644 test/Transforms/InstCombine/smin-icmp.ll