wasm-micro-runtime/core/iwasm/aot
Wenyong Huang a1ad950ae1
Enable LLVM link time optimization (LTO) for AOT (#831)
Enable LLVM link time optimization for AOT and enable it by default,
and provide "wamrc --disable-llvm-lto" option to disable it.
And modify the spec test script, disable it by default when testing
spec cases.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-11-13 16:59:35 +08:00
..
arch Add __umoddi3 to target symbol map in aot_reloc_arm.c (#828) 2021-11-10 16:53:14 +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 Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +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 Refine interp/aot string storage and emitting (#820) 2021-11-08 11:27:26 +08:00
aot_reloc.h Enable LLVM link time optimization (LTO) for AOT (#831) 2021-11-13 16:59:35 +08:00
aot_runtime.c Enable emitting custom name section to aot file (#794) 2021-10-26 16:32:52 +08:00
aot_runtime.h Enable emitting custom name section to aot file (#794) 2021-10-26 16:32: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