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
dongsheng28849455 e517dbc7b2
XIP adaptation for xtensa platform (#1636)
Add macro WASM_ENABLE_WORD_ALING_READ to enable reading
1/2/4 and n bytes data from vram buffer, which requires 4-byte addr
alignment reading.

Eliminate XIP AOT relocations related to the below ones:
   i32_div_u, f32_min, f32_max, f32_ceil, f32_floor, f32_trunc, f32_rint
2022-10-31 17:25:24 +08:00
..
arch Suppress the warnings when building with GCC11 (#1622) 2022-10-20 21:26:57 +08:00
debug Fix AOT debug for macOS (#1494) 2022-09-16 18:54:04 +08:00
aot_intrinsic.c XIP adaptation for xtensa platform (#1636) 2022-10-31 17:25:24 +08:00
aot_intrinsic.h XIP adaptation for xtensa platform (#1636) 2022-10-31 17:25:24 +08:00
aot_loader.c XIP adaptation for xtensa platform (#1636) 2022-10-31 17:25:24 +08:00
aot_reloc.h XIP adaptation for xtensa platform (#1636) 2022-10-31 17:25:24 +08:00
aot_runtime.c Refactor LLVM JIT (#1613) 2022-10-18 20:17:34 +08:00
aot_runtime.h Refactor LLVM JIT (#1613) 2022-10-18 20:17:34 +08:00
iwasm_aot.cmake Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00