[all-commits] [llvm/llvm-project] a9a2eb: [JITLink][AArch64] Implement R_AARCH64_TSTBR14

Job Noorman via All-commits all-commits at lists.llvm.org
Thu May 18 23:10:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a9a2eb81000dfd80978151dde8fd690df298394c
      https://github.com/llvm/llvm-project/commit/a9a2eb81000dfd80978151dde8fd690df298394c
  Author: Job Noorman <jnoorman at igalia.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
    M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
    M llvm/lib/ExecutionEngine/JITLink/aarch64.cpp
    M llvm/test/ExecutionEngine/JITLink/AArch64/ELF_relocations.s

  Log Message:
  -----------
  [JITLink][AArch64] Implement R_AARCH64_TSTBR14

This relocation is used for the 14-bit immediate in test and branch
instructions.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D150778




More information about the All-commits mailing list