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
Wenyong Huang fda3a26903
Fix some relocation type issues in windows (#574)
Implement Windows PE file relocation type IMAGE_REL_AMD64_ADDR64/ADDR32/REL32, implement relocation for symbol "__xmm@xxx"/"__plt@xxx"/".rdata", implement Windows invokeNative simd asm code and enable SIMD by default for windows platform. Also update wamrc tool.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-03-16 16:59:16 +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 Add some missing intrinsic symbols for thumb ISA (#503) 2021-01-21 16:07:07 +08:00
aot_reloc_x86_32.c Fix windows aot loader fail to resolve symbol issue (#540) 2021-02-23 20:55:50 +08:00
aot_reloc_x86_64.c Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
aot_reloc_xtensa.c implement atomic opcode in AOT/JIT (#329) 2020-08-03 11:30:26 +08:00