[all-commits] [llvm/llvm-project] 193a80: [JITLink][AArch64] Implement R_AARCH64_CONDBR19
Job Noorman via All-commits
all-commits at lists.llvm.org
Wed Apr 26 01:23:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 193a8092fb334dbc24edc3bf47c7884cf124f1ce
https://github.com/llvm/llvm-project/commit/193a8092fb334dbc24edc3bf47c7884cf124f1ce
Author: Job Noorman <jnoorman at igalia.com>
Date: 2023-04-26 (Wed, 26 Apr 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_CONDBR19
This relocation is used for the 19-bit immediate in conditional branch
and compare and branch instructions.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D149138
More information about the All-commits
mailing list