wasm-micro-runtime/core/iwasm/aot
Wenyong Huang 56ae28bb32
Implement relocation R_AARCH64_JUMP26 for aarch64 (#873)
Treat R_AARCH64_JUMP26 same as R_AARCH64_CALL26, both of their
relocation operation is S + A - P, the difference is that one is for call
(BL) instructions, the other is for jump (B) instructions.
2021-12-07 10:32:10 +08:00
..
arch Implement relocation R_AARCH64_JUMP26 for aarch64 (#873) 2021-12-07 10:32:10 +08:00
debug Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
aot_intrinsic.c Implement atomic and memset/memmove/memcpy intrinsic for riscv (#841) 2021-11-30 17:10:14 +08:00
aot_intrinsic.h Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
aot_loader.c Enhance XIP and add XIP document (#863) 2021-12-06 17:25:10 +08:00
aot_reloc.h Implement atomic and memset/memmove/memcpy intrinsic for riscv (#841) 2021-11-30 17:10:14 +08:00
aot_runtime.c Don't throw exception while module_malloc failed (#860) 2021-12-03 17:00:18 +08:00
aot_runtime.h Fix Win32 build error (#843) 2021-11-23 10:57:52 +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