This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 822c8e2ad2a AMDGPU: Make intrinsics speculatable new 7bf7fa67948 AMDGPU: Refactor AsmPrinter new 3322bb7af58 Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO [...]
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/Support/ELFRelocs/AArch64.def | 37 ++- lib/Target/AArch64/AArch64AsmPrinter.cpp | 3 +- .../MCTargetDesc/AArch64ELFObjectWriter.cpp | 128 ++++++-- lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp | 1 + lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h | 3 +- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 340 +++++++++++++-------- lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 33 +- test/CodeGen/AArch64/arm64-tls-dynamics.ll | 32 +- test/MC/AArch64/adrp-relocation.s | 6 + test/MC/AArch64/arm32-elf-relocs.s | 163 +++++----- test/MC/AArch64/arm32-large-relocs.s | 31 ++ test/MC/AArch64/arm32-tls-relocs.s | 290 ++++++++++++++++++ test/MC/AArch64/arm64-elf-reloc-condbr.s | 9 + test/MC/AArch64/arm64-elf-relocs.s | 138 +++++---- test/MC/AArch64/arm64-tls-relocs.s | 24 +- test/MC/AArch64/elf-reloc-ldrlit.s | 12 + test/MC/AArch64/elf-reloc-pcreladdressing-ilp32.s | 17 ++ test/MC/AArch64/elf-reloc-tstb.s | 10 + test/MC/AArch64/elf-reloc-uncondbrimm.s | 10 + test/MC/AArch64/error-location.s | 2 +- test/MC/AArch64/ilp32-diagnostics.s | 32 +- test/MC/AArch64/inline-asm-modifiers.s | 2 +- test/MC/AArch64/lp64-diagnostics.s | 13 + test/MC/AArch64/tls-relocs.s | 4 +- test/tools/llvm-readobj/reloc-types.test | 4 +- 25 files changed, 1024 insertions(+), 320 deletions(-) create mode 100644 test/MC/AArch64/arm32-large-relocs.s create mode 100644 test/MC/AArch64/arm32-tls-relocs.s create mode 100644 test/MC/AArch64/elf-reloc-pcreladdressing-ilp32.s create mode 100644 test/MC/AArch64/lp64-diagnostics.s