This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0f7b4d78118 GlobalOpt: do not promote globals used atomically to constants. new 38bc73c7a83 AArch64: support binutils-like things on arm64_32. new 3088fee559f [X86] X86TargetLowering::LowerINTRINSIC_WO_CHAIN - ensure r [...]
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/ADT/Triple.h | 1 + include/llvm/BinaryFormat/MachO.h | 6 ++++- lib/Object/MachOObjectFile.cpp | 22 ++++++++++++++-- lib/Support/ARMTargetParser.cpp | 8 ++++-- lib/Support/Triple.cpp | 13 ++++++++- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 ++ .../AArch64/Disassembler/AArch64Disassembler.cpp | 8 ++++++ .../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 20 +++++++++----- .../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 6 +++-- .../AArch64/MCTargetDesc/AArch64MCTargetDesc.h | 5 +++- .../MCTargetDesc/AArch64MachObjectWriter.cpp | 10 ++++--- .../AArch64/TargetInfo/AArch64TargetInfo.cpp | 15 ++++++++++- lib/Target/X86/X86ISelLowering.cpp | 14 +++++----- .../Object/AArch64/nm-trivial-object-arm64_32.test | 5 ++++ .../Inputs/trivial-object-test.macho-arm64_32 | Bin 0 -> 312 bytes .../llvm-objdump/AArch64/Inputs/arm64_32-fat.o | Bin 0 -> 16752 bytes .../AArch64/Inputs/thread.macho-arm64_32 | Bin 0 -> 16460 bytes test/tools/llvm-objdump/AArch64/arm64_32-fat.test | 7 +++++ test/tools/llvm-objdump/AArch64/arm64_32.s | 8 ++++++ .../AArch64/macho-print-thread-arm64_32.test | 19 ++++++++++++++ tools/llvm-objdump/MachODump.cpp | 29 +++++++++++++++++++-- 21 files changed, 169 insertions(+), 29 deletions(-) create mode 100644 test/Object/AArch64/nm-trivial-object-arm64_32.test create mode 100644 test/Object/Inputs/trivial-object-test.macho-arm64_32 create mode 100644 test/tools/llvm-objdump/AArch64/Inputs/arm64_32-fat.o create mode 100644 test/tools/llvm-objdump/AArch64/Inputs/thread.macho-arm64_32 create mode 100644 test/tools/llvm-objdump/AArch64/arm64_32-fat.test create mode 100644 test/tools/llvm-objdump/AArch64/arm64_32.s create mode 100644 test/tools/llvm-objdump/AArch64/macho-print-thread-arm64_32.test