.. |
debug
|
dwarf_extractor.cpp: Try to preserve link name (#3542)
|
2024-06-19 16:51:44 +08:00 |
simd
|
Fix compile warnings/error reported in Windows (#3616)
|
2024-07-12 16:43:22 +08:00 |
aot_compiler.c
|
Fix loader parse block type and calculate dynamic offset for loop args (#3482)
|
2024-05-31 11:32:36 +08:00 |
aot_compiler.h
|
aot compiler: Propagate const-ness by ourselves (#3567)
|
2024-06-25 10:57:49 +08:00 |
aot_emit_aot_file.c
|
aot_resolve_target_info: Avoid in-place modification of e_type (#3564)
|
2024-06-25 10:47:23 +08:00 |
aot_emit_aot_file.h
|
Expose more functions related to emitting AOT files (#3520)
|
2024-06-14 15:57:45 +08:00 |
aot_emit_compare.c
|
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
2024-02-06 20:47:11 +08:00 |
aot_emit_compare.h
|
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
2024-02-06 20:47:11 +08:00 |
aot_emit_const.c
|
aot compiler: Propagate const-ness by ourselves (#3567)
|
2024-06-25 10:57:49 +08:00 |
aot_emit_const.h
|
Apply clang-format for core/iwasm compilation and libraries (#784)
|
2021-10-13 15:13:00 +08:00 |
aot_emit_control.c
|
Add wasm_export.h APIs to expose memory type (#3496)
|
2024-06-06 09:20:24 +08:00 |
aot_emit_control.h
|
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
2024-02-06 20:47:11 +08:00 |
aot_emit_conversion.c
|
Simplify fcmp intrinsic logic for AOT/XIP (#1881)
|
2023-01-12 12:05:53 +08:00 |
aot_emit_conversion.h
|
Apply clang-format for core/iwasm compilation and libraries (#784)
|
2021-10-13 15:13:00 +08:00 |
aot_emit_exception.c
|
Fix ip (bytecode offset) not committed into the latest aot frame (#3213)
|
2024-03-11 18:11:43 +08:00 |
aot_emit_exception.h
|
Apply clang-format for core/iwasm compilation and libraries (#784)
|
2021-10-13 15:13:00 +08:00 |
aot_emit_function.c
|
Fix some more spelling issues (#3393)
|
2024-05-08 09:30:29 +08:00 |
aot_emit_function.h
|
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
2024-02-06 20:47:11 +08:00 |
aot_emit_gc.c
|
Fix some more spelling issues (#3393)
|
2024-05-08 09:30:29 +08:00 |
aot_emit_gc.h
|
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
2024-02-06 20:47:11 +08:00 |
aot_emit_memory.c
|
Fix compile warnings/error reported in Windows (#3616)
|
2024-07-12 16:43:22 +08:00 |
aot_emit_memory.h
|
aot compiler: Use larger alignment for load/store when possible (#3552)
|
2024-06-22 10:32:52 +08:00 |
aot_emit_numberic.c
|
aot compiler: Fix a type mismatch in compile_op_float_min_max (#3423)
|
2024-05-14 10:06:48 +08:00 |
aot_emit_numberic.h
|
Apply clang-format for core/iwasm compilation and libraries (#784)
|
2021-10-13 15:13:00 +08:00 |
aot_emit_parametric.c
|
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
2024-02-06 20:47:11 +08:00 |
aot_emit_parametric.h
|
Apply clang-format for core/iwasm compilation and libraries (#784)
|
2021-10-13 15:13:00 +08:00 |
aot_emit_stringref.c
|
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
2024-02-06 20:47:11 +08:00 |
aot_emit_stringref.h
|
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
2024-02-06 20:47:11 +08:00 |
aot_emit_table.c
|
Fix some more spelling issues (#3393)
|
2024-05-08 09:30:29 +08:00 |
aot_emit_table.h
|
Refine AOT/JIT code call wasm-c-api import process (#2982)
|
2024-01-10 18:37:02 +08:00 |
aot_emit_variable.c
|
Add wasm module global type information APIs (#3406)
|
2024-05-10 09:15:58 +08:00 |
aot_emit_variable.h
|
Apply clang-format for core/iwasm compilation and libraries (#784)
|
2021-10-13 15:13:00 +08:00 |
aot_llvm_extra.cpp
|
Add missing headers in bh_atomic.h and aot_llvm_extra.cpp (#3715)
|
2024-08-16 06:56:49 +08:00 |
aot_llvm_extra2.cpp
|
aot: Fix LLVMSetTailCallKind check (#3099)
|
2024-01-30 20:50:33 +08:00 |
aot_llvm_extra2.h
|
aot: Fix LLVMSetTailCallKind check (#3099)
|
2024-01-30 20:50:33 +08:00 |
aot_llvm.c
|
Fix potential memory leak in insert_native_symbol (#3712)
|
2024-08-14 18:11:18 +08:00 |
aot_llvm.h
|
Fix compile warnings/error reported in Windows (#3616)
|
2024-07-12 16:43:22 +08:00 |
aot_orc_extra.cpp
|
Fix compile warnings/error reported in Windows (#3616)
|
2024-07-12 16:43:22 +08:00 |
aot_orc_extra.h
|
Fix some more spelling issues (#3393)
|
2024-05-08 09:30:29 +08:00 |
aot_orc_extra2.cpp
|
Fix some more spelling issues (#3393)
|
2024-05-08 09:30:29 +08:00 |
aot.c
|
Add table type API support (#3515)
|
2024-06-19 14:50:46 +08:00 |
aot.h
|
aot compiler: Enlarge AOTNativeSymbol->symbol (#3662)
|
2024-07-25 11:21:07 +08:00 |
iwasm_compl.cmake
|
Implement atomic and memset/memmove/memcpy intrinsic for riscv (#841)
|
2021-11-30 17:10:14 +08:00 |