This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5aa636d Attempt to fix the testcase in r292824 new 868b1fe [AArch64][GlobalISel] Legalize narrow scalar ops again. new 11b1a4a [AArch64][GlobalISel] Legalize narrow scalar fp->int conversions. new af0e1c5 Add support for the x86_thread_state32_t and in llvm-objdump [...]
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: docs/GlobalISel.rst | 35 -- include/llvm/Support/MachO.h | 42 +++ lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 14 + lib/Object/MachOObjectFile.cpp | 21 +- lib/Target/AArch64/AArch64InstructionSelector.cpp | 6 +- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 9 +- .../AArch64/GlobalISel/arm64-instructionselect.mir | 406 --------------------- test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 5 +- test/CodeGen/AArch64/GlobalISel/legalize-and.mir | 5 +- test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir | 18 +- test/CodeGen/AArch64/GlobalISel/legalize-mul.mir | 5 +- test/CodeGen/AArch64/GlobalISel/legalize-or.mir | 5 +- test/CodeGen/AArch64/GlobalISel/legalize-rem.mir | 11 +- test/CodeGen/AArch64/GlobalISel/legalize-shift.mir | 5 +- test/CodeGen/AArch64/GlobalISel/legalize-sub.mir | 5 +- test/CodeGen/AArch64/GlobalISel/legalize-xor.mir | 5 +- .../{hello.exe.macho-i386 => thread.macho-i386} | Bin 8476 -> 9204 bytes .../tools/llvm-objdump/X86/macho-print-thread.test | 11 + tools/llvm-objdump/MachODump.cpp | 99 ++++- 19 files changed, 241 insertions(+), 466 deletions(-) copy test/tools/llvm-objdump/X86/Inputs/{hello.exe.macho-i386 => thread.macho-i386} (68%) create mode 100644 test/tools/llvm-objdump/X86/macho-print-thread.test