wasm-micro-runtime/core/iwasm/compilation
liang.he 826ae6eb01
Prevent BuildPhi from encountering a null llvm_entry_block (#4663)
There is a scenario where `aot_compile_op_block()` does not prepare a block for
`if`. As a result, the return value of `LLVMBuildPhi()` in
`push_aot_block_to_stack_and_pass_params()` will be dangling, leading to a
memory leak as it cannot be released.
2025-10-16 10:19:44 +08:00
..
debug
simd Enable -Wdouble-promotion by default and fix related warnings (#4603) 2025-09-12 08:44:42 +08:00
aot_compiler.c add micro AMR_BUILD_LIME1 to enable minimal lime1 feature set (#4571) 2025-09-14 14:08:27 +08:00
aot_compiler.h Enable -Wdouble-promotion by default and fix related warnings (#4603) 2025-09-12 08:44:42 +08:00
aot_emit_aot_file.c fix a wamrc debug mode compile issue (#4470) 2025-07-10 08:29:31 +08:00
aot_emit_aot_file.h
aot_emit_compare.c
aot_emit_compare.h
aot_emit_const.c
aot_emit_const.h
aot_emit_control.c Prevent BuildPhi from encountering a null llvm_entry_block (#4663) 2025-10-16 10:19:44 +08:00
aot_emit_control.h Add support for metadata.code.branch_hint section (#4460) 2025-09-12 08:42:48 +08:00
aot_emit_conversion.c
aot_emit_conversion.h
aot_emit_exception.c
aot_emit_exception.h
aot_emit_function.c
aot_emit_function.h
aot_emit_gc.c
aot_emit_gc.h
aot_emit_memory.c Merge commit from fork 2025-09-15 15:19:51 +08:00
aot_emit_memory.h add micro AMR_BUILD_LIME1 to enable minimal lime1 feature set (#4571) 2025-09-14 14:08:27 +08:00
aot_emit_numberic.c
aot_emit_numberic.h
aot_emit_parametric.c
aot_emit_parametric.h
aot_emit_stringref.c
aot_emit_stringref.h
aot_emit_table.c
aot_emit_table.h
aot_emit_variable.c
aot_emit_variable.h
aot_llvm_extra.cpp
aot_llvm_extra2.cpp Switch from deprecated overload of createTargetMachine (#4650) 2025-10-09 13:33:11 +08:00
aot_llvm_extra2.h
aot_llvm.c add micro AMR_BUILD_LIME1 to enable minimal lime1 feature set (#4571) 2025-09-14 14:08:27 +08:00
aot_llvm.h add micro AMR_BUILD_LIME1 to enable minimal lime1 feature set (#4571) 2025-09-14 14:08:27 +08:00
aot_orc_extra.cpp
aot_orc_extra.h
aot_orc_extra2.cpp
aot_stack_frame_comp.c
aot_stack_frame_comp.h
aot_stack_frame.h
aot.c Add support for metadata.code.branch_hint section (#4460) 2025-09-12 08:42:48 +08:00
aot.h Add support for metadata.code.branch_hint section (#4460) 2025-09-12 08:42:48 +08:00
iwasm_compl.cmake