[all-commits] [llvm/llvm-project] 3e7cd5: [JITLink][AArch32] Fixes for initial AArch32 backend
Eymen Ünay via All-commits
all-commits at lists.llvm.org
Wed Sep 6 04:10:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e7cd5ea1e9bab4fb4fba6c1a31349505a371fde
https://github.com/llvm/llvm-project/commit/3e7cd5ea1e9bab4fb4fba6c1a31349505a371fde
Author: Eymen Ünay <eymenunay at outlook.com>
Date: 2023-09-06 (Wed, 06 Sep 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/aarch32.h
M llvm/lib/ExecutionEngine/JITLink/aarch32.cpp
Log Message:
-----------
[JITLink][AArch32] Fixes for initial AArch32 backend
Fix masking error in Thumb_Jump24
Fix halfword comparisons in asserts
Add Data_Pointer32 to getEdgeKindName
Reviewed By: sgraenitz
Differential Revision: https://reviews.llvm.org/D157540
More information about the All-commits
mailing list