wasm-micro-runtime/core/iwasm/compilation
TianlongLiang 71e07a7fa4
Fix potential unaligned store issue when extra return value is v128 (#2583)
Unaligned store v128 value to the AOT function argument of the pointer for
the extra return value may cause segmentation fault.

Fix the issue reported in #2556.
2023-09-23 09:06:35 +08:00
..
debug Fix typo (dwarf) in the codebase (#2367) 2023-07-19 17:58:52 +08:00
simd Implement the segue optimization for LLVM AOT/JIT (#2230) 2023-05-26 10:13:33 +08:00
aot_compiler.c Fix windows link error and clear windows warnings (#2463) 2023-08-14 19:04:49 +08:00
aot_compiler.h Implement the segue optimization for LLVM AOT/JIT (#2230) 2023-05-26 10:13:33 +08:00
aot_emit_aot_file.c Fix typo in aot_emit_aot_file.c (#2478) 2023-08-18 13:57:23 +08:00
aot_emit_compare.c
aot_emit_compare.h
aot_emit_const.c
aot_emit_const.h
aot_emit_control.c Fix potential unaligned store issue when extra return value is v128 (#2583) 2023-09-23 09:06:35 +08:00
aot_emit_control.h
aot_emit_conversion.c
aot_emit_conversion.h
aot_emit_exception.c
aot_emit_exception.h
aot_emit_function.c Fix a typo in is_win_platform (#2490) 2023-08-22 11:50:11 +08:00
aot_emit_function.h AOT/JIT native stack bound check improvement (#2244) 2023-06-22 07:27:07 +08:00
aot_emit_memory.c Implement the segue optimization for LLVM AOT/JIT (#2230) 2023-05-26 10:13:33 +08:00
aot_emit_memory.h Implement the segue optimization for LLVM AOT/JIT (#2230) 2023-05-26 10:13:33 +08:00
aot_emit_numberic.c
aot_emit_numberic.h
aot_emit_parametric.c
aot_emit_parametric.h
aot_emit_table.c
aot_emit_table.h
aot_emit_variable.c core/iwasm/compilation: constify a bit (#2223) 2023-05-20 11:55:02 +08:00
aot_emit_variable.h
aot_llvm_extra.cpp Fix ExpandMemoryOpPass doesn't work properly (#2399) 2023-07-29 10:28:09 +08:00
aot_llvm_extra2.cpp Fix wamrc build issues with LLVM 13 and LLVM 16 (#2313) 2023-06-27 08:59:49 +08:00
aot_llvm_extra2.h AOT/JIT native stack bound check improvement (#2244) 2023-06-22 07:27:07 +08:00
aot_llvm.c wamrc: More friendly to print help info (#2451) 2023-08-16 11:28:45 +08:00
aot_llvm.h Add "--enable-builtin-intrinsics=<flags>" option to wamrc (#2341) 2023-07-06 18:20:35 +08:00
aot_orc_extra.cpp AOT/JIT native stack bound check improvement (#2244) 2023-06-22 07:27:07 +08:00
aot_orc_extra.h AOT/JIT native stack bound check improvement (#2244) 2023-06-22 07:27:07 +08:00
aot_orc_extra2.cpp Fix wamrc build issues with LLVM 13 and LLVM 16 (#2313) 2023-06-27 08:59:49 +08:00
aot.c
aot.h Fix typo (dwarf) in the codebase (#2367) 2023-07-19 17:58:52 +08:00
iwasm_compl.cmake