This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c01a24 [RDF] Add default move constructors/assignment operators new f215294 AArch64 ILP32 relocations for assembly and ELF new 6df9562 [Object] Replace TimeValue with std::chrono
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/Object/Archive.h | 6 +- include/llvm/Object/ArchiveWriter.h | 2 +- include/llvm/Support/ELFRelocs/AArch64.def | 338 ++++++++++++--------- lib/Object/Archive.cpp | 7 +- lib/Object/ArchiveWriter.cpp | 45 +-- lib/Target/AArch64/AArch64TargetMachine.cpp | 12 +- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 4 +- .../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 14 +- .../MCTargetDesc/AArch64ELFObjectWriter.cpp | 202 ++++++++---- .../AArch64/MCTargetDesc/AArch64MCTargetDesc.h | 3 +- .../{arm64-elf-relocs.s => arm32-elf-relocs.s} | 148 +++++---- test/MC/AArch64/arm64-elf-relocs.s | 142 ++++----- test/MC/AArch64/arm64-ilp32.s | 37 +++ test/MC/AArch64/ilp32-diagnostics.s | 67 ++++ .../Inputs/relocs.obj.elf-aarch64-ilp32 | 0 test/tools/llvm-readobj/Inputs/relocs.py | 91 ++++++ tools/llvm-ar/llvm-ar.cpp | 2 +- 17 files changed, 726 insertions(+), 394 deletions(-) copy test/MC/AArch64/{arm64-elf-relocs.s => arm32-elf-relocs.s} (54%) create mode 100644 test/MC/AArch64/arm64-ilp32.s create mode 100644 test/MC/AArch64/ilp32-diagnostics.s copy bindings/python/llvm/__init__.py => test/tools/llvm-readobj/Inputs/relocs.obj [...]