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 b5a67cb91e
Fix several issues of document, spec test script and simd (#767)
Fix document issues: add ARC to supported targets, fix how to build wamrc for MacOS.
Fix spec case test script issue: the latest wabt has enabled simd by default, no need to
add "--enable-simd" option for test script.
Fix simd LLVM IR compilation issue: using index calculated by opcode to access array
element should not be out of array boundary, add bh_assert() for it.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-09-29 11:13:38 +08:00
..
aot_reloc_aarch64.c Fix issues reported by gcc -fsanitize flag (#678) 2021-07-30 15:21:17 +08:00
aot_reloc_arc.c Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +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_riscv.c Fix several issues of document, spec test script and simd (#767) 2021-09-29 11:13:38 +08:00
aot_reloc_thumb.c zephyr: add module.yml and fix riscv compile error (#763) 2021-09-24 17:43:02 +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 Implement Windows thread/mutex/cond APIs to support multi-thread (#627) 2021-05-11 16:48:49 +08:00
aot_reloc_xtensa.c implement atomic opcode in AOT/JIT (#329) 2020-08-03 11:30:26 +08:00