| .. |
|
debug
|
b8dde7246d
dwarf_extractor.cpp: use macro control to be compatible with lower version toolchain (#4169)
|
9 месяцев назад |
|
simd
|
412631ac13
fix: correct typos and improve comments across multiple files by codespell (#4116)
|
10 месяцев назад |
|
aot.c
|
933e49df18
appease a few compiler warnings (-Wstrict-prototypes) (#4465)
|
6 месяцев назад |
|
aot.h
|
38cf274292
Optimize memory initialization handling in AOT loader (#3983)
|
1 год назад |
|
aot_compiler.c
|
704aa3e7e5
modify macro related to simde when WASM_OP_SELECT_128 (#4461)
|
5 месяцев назад |
|
aot_compiler.h
|
412631ac13
fix: correct typos and improve comments across multiple files by codespell (#4116)
|
10 месяцев назад |
|
aot_emit_aot_file.c
|
9e92f5ebe1
fix a wamrc debug mode compile issue (#4470)
|
6 месяцев назад |
|
aot_emit_aot_file.h
|
ad5d31b9b0
Expose more functions related to emitting AOT files (#3520)
|
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
|
4c127715df
aot compiler: Fix NaN handling for opcode f32/f64.const in XIP mode (#3721)
|
1 год назад |
|
aot_emit_const.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 лет назад |
|
aot_emit_control.c
|
7b724e2382
fix(aot): ensure value_cmp does not exceed br_count in branch table compilation (#4065)
|
11 месяцев назад |
|
aot_emit_control.h
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_conversion.c
|
4e50d2191c
Remove indirect-load for constants on Xtensa Target to improve performance (#4162)
|
9 месяцев назад |
|
aot_emit_conversion.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 лет назад |
|
aot_emit_exception.c
|
6f97822c18
Add wamrc parameter to configure stack frame features (#3763)
|
1 год назад |
|
aot_emit_exception.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 лет назад |
|
aot_emit_function.c
|
c7148a6823
Fix potential integer overflow issues (#4429)
|
6 месяцев назад |
|
aot_emit_function.h
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_gc.c
|
1c2a8fca4e
Fix some more spelling issues (#3393)
|
1 год назад |
|
aot_emit_gc.h
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 год назад |
|
aot_emit_memory.c
|
8a55a1e7a1
Shared heap enhancements for Interpreter and AOT (#4400)
|
6 месяцев назад |
|
aot_emit_memory.h
|
4c2af25aff
aot compiler: Use larger alignment for load/store when possible (#3552)
|
1 год назад |
|
aot_emit_numberic.c
|
8245aefc77
aot: add new u64 intrinsics (#4168)
|
9 месяцев назад |
|
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
|
327374cfee
Fix some compile warnings and typos (#3854)
|
1 год назад |
|
aot_emit_table.h
|
b21f17dd6d
Refine AOT/JIT code call wasm-c-api import process (#2982)
|
2 лет назад |
|
aot_emit_variable.c
|
c85bada2a9
Add wasm module global type information APIs (#3406)
|
1 год назад |
|
aot_emit_variable.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 лет назад |
|
aot_llvm.c
|
7d05dbc988
Support extended constant expressions (#4432)
|
6 месяцев назад |
|
aot_llvm.h
|
7d05dbc988
Support extended constant expressions (#4432)
|
6 месяцев назад |
|
aot_llvm_extra.cpp
|
c2d7fa30df
LLVM: don't verify instcombine fixpoint (#4219)
|
8 месяцев назад |
|
aot_llvm_extra2.cpp
|
6593b3f347
LLVMCreateTargetMachineWithOpts: disable large data (#4220)
|
8 месяцев назад |
|
aot_llvm_extra2.h
|
7e65f9a244
aot: Fix LLVMSetTailCallKind check (#3099)
|
1 год назад |
|
aot_orc_extra.cpp
|
226bf22f9e
GlobalValueSet was moved to IRPartitionLayer recently, but we have a local definition anyway (#3899)
|
1 год назад |
|
aot_orc_extra.h
|
1c2a8fca4e
Fix some more spelling issues (#3393)
|
1 год назад |
|
aot_orc_extra2.cpp
|
1c2a8fca4e
Fix some more spelling issues (#3393)
|
1 год назад |
|
aot_stack_frame.h
|
cbc2078898
AOT call stack optimizations (#3773)
|
1 год назад |
|
aot_stack_frame_comp.c
|
9c2083a27f
Implement option for skipping function index in the callstack (#3785)
|
1 год назад |
|
aot_stack_frame_comp.h
|
cbc2078898
AOT call stack optimizations (#3773)
|
1 год назад |
|
iwasm_compl.cmake
|
412631ac13
fix: correct typos and improve comments across multiple files by codespell (#4116)
|
10 месяцев назад |