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/common/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
..
invokeNative_aarch64.s NFC: fix typo in invokeNative_aarch64.s comment (#479) 2020-12-26 09:45:11 +08:00
invokeNative_arm_vfp.s Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
invokeNative_arm.s Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
invokeNative_em64_simd.asm Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
invokeNative_em64_simd.s Add more checks to enhance security (#446) 2020-11-24 14:00:09 +08:00
invokeNative_em64.asm Update invokeNative_em64.asm (#511) 2021-02-04 08:50:15 +08:00
invokeNative_em64.s Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
invokeNative_general.c Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
invokeNative_ia32.asm fix coding style for windows build patch (#350) 2020-08-13 16:40:19 +08:00
invokeNative_ia32.s Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
invokeNative_mips.s Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
invokeNative_riscv32_ilp32.s Implement riscv support for interpreter (#505) 2021-01-25 18:41:48 +08:00
invokeNative_riscv32_ilp32d.s Implement riscv support for interpreter (#505) 2021-01-25 18:41:48 +08:00
invokeNative_riscv64_lp64.s Implement riscv support for interpreter (#505) 2021-01-25 18:41:48 +08:00
invokeNative_riscv64_lp64d.s Implement riscv support for interpreter (#505) 2021-01-25 18:41:48 +08:00
invokeNative_thumb_vfp.s Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
invokeNative_thumb.s Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
invokeNative_xtensa.s Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00