This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f9cb6211ccb Put std::mutex usage behind #ifdefs to pacify the sanitizer [...] new d7b55ebbd0b Documentation fix. NFC. new 5dbda1ece15 [llvm-objdump] Properly print MachO aarch64 addend relocations new fec0c652bf5 [AArch64] Implement support for windows style vararg functions
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: include/llvm/MC/MCFixup.h | 2 +- lib/Target/AArch64/AArch64CallingConvention.td | 7 ++ lib/Target/AArch64/AArch64FastISel.cpp | 1 + lib/Target/AArch64/AArch64FrameLowering.cpp | 11 ++- lib/Target/AArch64/AArch64ISelLowering.cpp | 45 ++++++++-- lib/Target/AArch64/AArch64ISelLowering.h | 1 + test/CodeGen/AArch64/win64_vararg.ll | 95 +++++++++++++++++++++ .../AArch64/Inputs/reloc-addend.obj.macho-aarch64 | Bin 0 -> 424 bytes .../llvm-objdump/AArch64/macho-reloc-addend.test | 6 ++ tools/llvm-objdump/llvm-objdump.cpp | 5 +- 10 files changed, 163 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/AArch64/win64_vararg.ll create mode 100644 test/tools/llvm-objdump/AArch64/Inputs/reloc-addend.obj.macho-aarch64 create mode 100644 test/tools/llvm-objdump/AArch64/macho-reloc-addend.test