wasm-micro-runtime/core/iwasm/aot
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
..
arch Fix several issues of document, spec test script and simd (#767) 2021-09-29 11:13:38 +08:00
aot_intrinsic.c Apply aot intrinsics to riscv 2021-09-09 07:59:12 +00:00
aot_intrinsic.h Fix compilation warnings (#754) 2021-09-16 16:36:42 +08:00
aot_loader.c Enable lazy Orc JIT feature (#732) 2021-09-07 11:39:57 +08:00
aot_reloc.h Implement float and integer conversion intrinsics (#718) 2021-09-02 16:39:53 +08:00
aot_runtime.c Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
aot_runtime.h Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
iwasm_aot.cmake Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00