This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/aot/arch
sophy228 c8b0a1cee1
Fix some issues for Arm platform. (#457)
Motivation:
we found some issues during enable the WAMR on arm devices, such as relocation issues, stack alignment issues.

Proposed change:
We optimized the relocation process for arm platform, for relocation jump table, the SP should be aligned to 16 bytes. And we also make "getentropy" worked for other non-supported platform.
2020-12-02 10:22:55 +08:00
..
aot_reloc_aarch64.c Fix some issues for Arm platform. (#457) 2020-12-02 10:22:55 +08:00
aot_reloc_arm.c Optimize get_current_target in AOT loader for more archs (#347) 2020-08-13 15:13:45 +08:00
aot_reloc_mips.c Enable ARM and THUMB AOT support, enable Android platform support (#182) 2020-02-27 16:38:44 +08:00
aot_reloc_thumb.c optimize: get_current_target for AOT thumb loader (#342) 2020-08-11 09:40:18 +08:00
aot_reloc_x86_32.c Add wamrc AoT compiler building support for Windows(MSVC) (#332) 2020-08-11 11:30:51 +08:00
aot_reloc_x86_64.c Fix issue and compilation warnings of new function call APIs (#383) 2020-09-14 15:30:42 +08:00
aot_reloc_xtensa.c implement atomic opcode in AOT/JIT (#329) 2020-08-03 11:30:26 +08:00