wasm-micro-runtime/core/iwasm/fast-jit/fe
Wenyong Huang a0e0a5fa0e
Fix fast jit issues and clear compile warnings (#1228)
Fix i8 bool result misused as i32 reg to compare with i32 0
Fix wasm_runtime_malloc 0 size memory warning
Fix codegen i64 ROTL translation issue
Refine rotate shift operations
Clear compilation warnings of codegen
2022-06-16 09:55:59 +08:00
..
jit_emit_compare.c Fix fast jit issues (#1208) 2022-06-07 15:49:52 +08:00
jit_emit_compare.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_const.c Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_const.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_control.c Fix fast jit issues (#1223) 2022-06-14 07:28:53 +08:00
jit_emit_control.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_conversion.c Refactor opcode inn.trunc_fmm_sx and inn.trunc_fmm_sx_sat (#1215) 2022-06-09 20:33:37 +08:00
jit_emit_conversion.h Refactor opcode inn.trunc_fmm_sx and inn.trunc_fmm_sx_sat (#1215) 2022-06-09 20:33:37 +08:00
jit_emit_exception.c Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00
jit_emit_exception.h Refine code, fix some issues and add codegen framework (#1045) 2022-03-14 15:32:32 +08:00
jit_emit_function.c Fix fast jit issues and clear compile warnings (#1228) 2022-06-16 09:55:59 +08:00
jit_emit_function.h Refactor emitting callnative/callbc IRs (#1206) 2022-06-06 11:11:02 +08:00
jit_emit_memory.c Fix fast jit issues and clear compile warnings (#1228) 2022-06-16 09:55:59 +08:00
jit_emit_memory.h Implement opcode memory.size (#1217) 2022-06-09 12:10:39 +08:00
jit_emit_numberic.c Fix fast jit issues and clear compile warnings (#1228) 2022-06-16 09:55:59 +08:00
jit_emit_numberic.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_parametric.c Fix fast jit issues (#1201) 2022-06-02 16:41:48 +08:00
jit_emit_parametric.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_table.c Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_table.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_variable.c Fix fast jit issues (#1208) 2022-06-07 15:49:52 +08:00
jit_emit_variable.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00