| .. |
|
debug
|
837b9904f5
aot debug: Try to use a bit more appropriate file names (#3000)
|
2 лет назад |
|
simd
|
75a2b98eb4
simd-128: The input lanes of integer-to-integer narrowing ops should be interpreted as signed (#2850)
|
2 лет назад |
|
aot.c
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot.h
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_compiler.c
|
94db327f06
Add comments to suppress warning from wamrc (#3175)
|
1 год назад |
|
aot_compiler.h
|
58c980c4df
Fix llvm jit push funcref/externref result type issue (#3169)
|
1 год назад |
|
aot_emit_aot_file.c
|
4f6d70bc52
Use indirect call in pre-checker function to avoid relocation in XIP mode (#3142)
|
1 год назад |
|
aot_emit_compare.c
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_compare.h
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_const.c
|
a182926a73
Refactor interpreter/AOT module instance layout (#1559)
|
3 лет назад |
|
aot_emit_const.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 лет назад |
|
aot_emit_control.c
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_control.h
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_conversion.c
|
f818f4c43f
Simplify fcmp intrinsic logic for AOT/XIP (#1881)
|
3 лет назад |
|
aot_emit_conversion.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 лет назад |
|
aot_emit_exception.c
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_exception.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 лет назад |
|
aot_emit_function.c
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_function.h
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_gc.c
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_gc.h
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_memory.c
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_memory.h
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_numberic.c
|
68a627ea2c
Fix several AOT compiler issues (#2697)
|
2 лет назад |
|
aot_emit_numberic.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 лет назад |
|
aot_emit_parametric.c
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_parametric.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 лет назад |
|
aot_emit_stringref.c
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_stringref.h
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_table.c
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_table.h
|
b21f17dd6d
Refine AOT/JIT code call wasm-c-api import process (#2982)
|
2 лет назад |
|
aot_emit_variable.c
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_variable.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 лет назад |
|
aot_llvm.c
|
4f6d70bc52
Use indirect call in pre-checker function to avoid relocation in XIP mode (#3142)
|
1 год назад |
|
aot_llvm.h
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_llvm_extra.cpp
|
722381fcf2
aot compiler: Some updates for LLVM 18 (#2981)
|
2 лет назад |
|
aot_llvm_extra2.cpp
|
7e65f9a244
aot: Fix LLVMSetTailCallKind check (#3099)
|
1 год назад |
|
aot_llvm_extra2.h
|
7e65f9a244
aot: Fix LLVMSetTailCallKind check (#3099)
|
1 год назад |
|
aot_orc_extra.cpp
|
722381fcf2
aot compiler: Some updates for LLVM 18 (#2981)
|
2 лет назад |
|
aot_orc_extra.h
|
8aa813f44a
Generate jitdump to support linux perf for LLVM JIT (#2788)
|
2 лет назад |
|
aot_orc_extra2.cpp
|
ea78b89965
Fix wamrc build issues with LLVM 13 and LLVM 16 (#2313)
|
2 лет назад |
|
iwasm_compl.cmake
|
8d1c56bda4
Implement atomic and memset/memmove/memcpy intrinsic for riscv (#841)
|
4 лет назад |