wasm-micro-runtime/core/iwasm/fast-jit
2022-04-04 08:24:12 +08:00
..
cg/x86-64 Implement codegen lookupswitch (#1066) 2022-04-04 08:24:12 +08:00
fe Fix issues of compiling control related opcodes (#1063) 2022-04-03 20:25:13 +08:00
iwasm_fast_jit.cmake Refine code, fix some issues and add codegen framework (#1045) 2022-03-14 15:32:32 +08:00
jit_codecache.c Implement part of codegen, add asmjit and zydis (#1050) 2022-03-22 12:22:04 +08:00
jit_codecache.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_codegen.c Implement part of codegen, add asmjit and zydis (#1050) 2022-03-22 12:22:04 +08:00
jit_codegen.h Refine code, fix some issues and add codegen framework (#1045) 2022-03-14 15:32:32 +08:00
jit_compiler.c Reset JitCompContext before compiling each function (#1062) 2022-03-25 15:49:03 +08:00
jit_compiler.h Implement part of codegen, add asmjit and zydis (#1050) 2022-03-22 12:22:04 +08:00
jit_dump.c Implement part of codegen, add asmjit and zydis (#1050) 2022-03-22 12:22:04 +08:00
jit_dump.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_frontend.c Implement IR translation of BR_TABLE (#1064) 2022-04-02 14:02:06 +08:00
jit_frontend.h Refine code, fix some issues and add codegen framework (#1045) 2022-03-14 15:32:32 +08:00
jit_ir.c Fix issues of compiling control related opcodes (#1063) 2022-04-03 20:25:13 +08:00
jit_ir.def Implement part of codegen, add asmjit and zydis (#1050) 2022-03-22 12:22:04 +08:00
jit_ir.h Fix issues of compiling control related opcodes (#1063) 2022-04-03 20:25:13 +08:00
jit_regalloc.c Refine code, fix some issues and add codegen framework (#1045) 2022-03-14 15:32:32 +08:00
jit_utils.c Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_utils.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00