This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 293233a llvm-dwp: Simplify duplicate DWO ID error handling new 0865cea Reapply r269782 "[obj2yaml] [yaml2obj] Support for MachO load [...] new cd41a78 Fix an assert in SelectionDAGBuilder when processing inline asm
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/ObjectYAML/MachOYAML.h | 61 +++- include/llvm/Support/MachO.def | 45 ++- include/llvm/Support/MachO.h | 7 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 53 ++-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 + lib/ObjectYAML/MachOYAML.cpp | 359 ++++++++++++++++++++++- test/CodeGen/AArch64/arm64-inline-asm-error-I.ll | 2 +- test/CodeGen/AArch64/arm64-inline-asm-error-J.ll | 2 +- test/CodeGen/AArch64/arm64-inline-asm-error-K.ll | 2 +- test/CodeGen/AArch64/arm64-inline-asm-error-L.ll | 2 +- test/CodeGen/AArch64/arm64-inline-asm-error-M.ll | 2 +- test/CodeGen/AArch64/arm64-inline-asm-error-N.ll | 2 +- test/CodeGen/PowerPC/crbit-asm-disabled.ll | 2 +- test/CodeGen/PowerPC/vec-asm-disabled.ll | 2 +- test/CodeGen/X86/asm-reject-reg-type-mismatch.ll | 2 +- test/ObjectYAML/MachO/load_commands.yaml | 243 ++++++++++++--- tools/obj2yaml/macho2yaml.cpp | 25 +- tools/yaml2obj/yaml2macho.cpp | 35 ++- 18 files changed, 748 insertions(+), 100 deletions(-)