This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f3f8fc6 [PM] Port PreISelIntrinsicLowering to the new PM new 1fdd592 [InstCombine] use m_APInt; NFCI new 5e751c7 [X86] Remove dead ISD opcodes. NFC. new 26f3c3b [ARM] Remove dead SDNodes. NFC. new e92acf1 [obj2yaml] [yaml2obj] Support for MachO Universal binaries
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/MachOUniversal.h | 6 ++ include/llvm/ObjectYAML/MachOYAML.h | 44 +++++++++ lib/ObjectYAML/MachOYAML.cpp | 63 +++++++++++- lib/Target/ARM/ARMInstrInfo.td | 7 -- lib/Target/X86/X86ISelLowering.cpp | 2 - lib/Target/X86/X86ISelLowering.h | 2 - lib/Target/X86/X86InstrFragmentsSIMD.td | 8 -- lib/Target/X86/X86InstrInfo.td | 4 - lib/Target/X86/X86InstrSSE.td | 2 - .../InstCombine/InstructionCombining.cpp | 26 ++--- test/ObjectYAML/MachO/fat_macho_i386_x86_64.yaml | 72 ++++++++++++++ tools/obj2yaml/macho2yaml.cpp | 39 +++++++- tools/obj2yaml/obj2yaml.cpp | 6 +- tools/obj2yaml/obj2yaml.h | 2 +- tools/yaml2obj/yaml2macho.cpp | 107 ++++++++++++++++++++- 15 files changed, 336 insertions(+), 54 deletions(-) create mode 100644 test/ObjectYAML/MachO/fat_macho_i386_x86_64.yaml