[all-commits] [llvm/llvm-project] 142c89: [JITLink][AArch32] Implement ELF::R_ARM_CALL reloc...
Eymen Ünay via All-commits
all-commits at lists.llvm.org
Wed Sep 13 08:17:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 142c89c381bccba1c688a90d7e9df91eaf78d4e3
https://github.com/llvm/llvm-project/commit/142c89c381bccba1c688a90d7e9df91eaf78d4e3
Author: Eymen Ünay <eymenunay at outlook.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/aarch32.h
M llvm/lib/ExecutionEngine/JITLink/aarch32.cpp
A llvm/test/ExecutionEngine/JITLink/AArch32/ELF_static_arm_reloc.s
M llvm/unittests/ExecutionEngine/JITLink/AArch32Tests.cpp
Log Message:
-----------
[JITLink][AArch32] Implement ELF::R_ARM_CALL relocation
- Added WritableArmRelocation and ArmRelocation Structs
- Encode/Decode funcs for B/BL A1 and BLX A2 encodings
- Add ARM helper functions, consistent with the existing Thumb helper functions
- Add Test for ELF::R_ARM_CALL
Reviewed By: sgraenitz
Differential Revision: https://reviews.llvm.org/D157533
Commit: 62f793ec9cac250fa396ea95e1d7c4333aea6e8a
https://github.com/llvm/llvm-project/commit/62f793ec9cac250fa396ea95e1d7c4333aea6e8a
Author: Eymen Ünay <eymenunay at outlook.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/aarch32.h
M llvm/lib/ExecutionEngine/JITLink/ELF_aarch32.cpp
M llvm/lib/ExecutionEngine/JITLink/aarch32.cpp
M llvm/test/ExecutionEngine/JITLink/AArch32/ELF_static_arm_reloc.s
Log Message:
-----------
[JITLink][AArch32] Implement ELF::R_ARM_JUMP24 relocation
Added support and test for ELF::R_ARM_JUMP24
Reviewed By: sgraenitz
Differential Revision: https://reviews.llvm.org/D157541
Compare: https://github.com/llvm/llvm-project/compare/a7f256fb4c0c...62f793ec9cac
More information about the All-commits
mailing list