TianlongLiang 23799a2cb6 Collective fix (#4413) 6 mēneši atpakaļ
..
debug b8dde7246d dwarf_extractor.cpp: use macro control to be compatible with lower version toolchain (#4169) 9 mēneši atpakaļ
simd 412631ac13 fix: correct typos and improve comments across multiple files by codespell (#4116) 10 mēneši atpakaļ
aot.c 24ecee83ff Merge pull request #3987 from no1wudi/fix 1 gadu atpakaļ
aot.h 38cf274292 Optimize memory initialization handling in AOT loader (#3983) 1 gadu atpakaļ
aot_compiler.c 129dc3a30f Add select 128 (#4236) 8 mēneši atpakaļ
aot_compiler.h 412631ac13 fix: correct typos and improve comments across multiple files by codespell (#4116) 10 mēneši atpakaļ
aot_emit_aot_file.c 0343aaf8c3 Modify AOT static PGO to conform to llvm-18 and add a CI job to test static PGO on the coremark benchmark (#4345) 7 mēneši atpakaļ
aot_emit_aot_file.h ad5d31b9b0 Expose more functions related to emitting AOT files (#3520) 1 gadu atpakaļ
aot_emit_compare.c 16a4d71b34 Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 1 gadu atpakaļ
aot_emit_compare.h 16a4d71b34 Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 1 gadu atpakaļ
aot_emit_const.c 4c127715df aot compiler: Fix NaN handling for opcode f32/f64.const in XIP mode (#3721) 1 gadu atpakaļ
aot_emit_const.h fb4afc7ca4 Apply clang-format for core/iwasm compilation and libraries (#784) 4 gadi atpakaļ
aot_emit_control.c 7b724e2382 fix(aot): ensure value_cmp does not exceed br_count in branch table compilation (#4065) 11 mēneši atpakaļ
aot_emit_control.h 16a4d71b34 Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 1 gadu atpakaļ
aot_emit_conversion.c 4e50d2191c Remove indirect-load for constants on Xtensa Target to improve performance (#4162) 9 mēneši atpakaļ
aot_emit_conversion.h fb4afc7ca4 Apply clang-format for core/iwasm compilation and libraries (#784) 4 gadi atpakaļ
aot_emit_exception.c 6f97822c18 Add wamrc parameter to configure stack frame features (#3763) 1 gadu atpakaļ
aot_emit_exception.h fb4afc7ca4 Apply clang-format for core/iwasm compilation and libraries (#784) 4 gadi atpakaļ
aot_emit_function.c 9563909d6c set alignment 4 when loading multi return value (#3955) 1 gadu atpakaļ
aot_emit_function.h 16a4d71b34 Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 1 gadu atpakaļ
aot_emit_gc.c 1c2a8fca4e Fix some more spelling issues (#3393) 1 gadu atpakaļ
aot_emit_gc.h 16a4d71b34 Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 1 gadu atpakaļ
aot_emit_memory.c 412631ac13 fix: correct typos and improve comments across multiple files by codespell (#4116) 10 mēneši atpakaļ
aot_emit_memory.h 4c2af25aff aot compiler: Use larger alignment for load/store when possible (#3552) 1 gadu atpakaļ
aot_emit_numberic.c 8245aefc77 aot: add new u64 intrinsics (#4168) 9 mēneši atpakaļ
aot_emit_numberic.h fb4afc7ca4 Apply clang-format for core/iwasm compilation and libraries (#784) 4 gadi atpakaļ
aot_emit_parametric.c 16a4d71b34 Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 1 gadu atpakaļ
aot_emit_parametric.h fb4afc7ca4 Apply clang-format for core/iwasm compilation and libraries (#784) 4 gadi atpakaļ
aot_emit_stringref.c 16a4d71b34 Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 1 gadu atpakaļ
aot_emit_stringref.h 16a4d71b34 Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 1 gadu atpakaļ
aot_emit_table.c 327374cfee Fix some compile warnings and typos (#3854) 1 gadu atpakaļ
aot_emit_table.h b21f17dd6d Refine AOT/JIT code call wasm-c-api import process (#2982) 2 gadi atpakaļ
aot_emit_variable.c c85bada2a9 Add wasm module global type information APIs (#3406) 1 gadu atpakaļ
aot_emit_variable.h fb4afc7ca4 Apply clang-format for core/iwasm compilation and libraries (#784) 4 gadi atpakaļ
aot_llvm.c 23799a2cb6 Collective fix (#4413) 6 mēneši atpakaļ
aot_llvm.h 84767f9121 wamrc: add --disable-llvm-jump-tables option (#4224) 8 mēneši atpakaļ
aot_llvm_extra.cpp c2d7fa30df LLVM: don't verify instcombine fixpoint (#4219) 8 mēneši atpakaļ
aot_llvm_extra2.cpp 6593b3f347 LLVMCreateTargetMachineWithOpts: disable large data (#4220) 8 mēneši atpakaļ
aot_llvm_extra2.h 7e65f9a244 aot: Fix LLVMSetTailCallKind check (#3099) 1 gadu atpakaļ
aot_orc_extra.cpp 226bf22f9e GlobalValueSet was moved to IRPartitionLayer recently, but we have a local definition anyway (#3899) 1 gadu atpakaļ
aot_orc_extra.h 1c2a8fca4e Fix some more spelling issues (#3393) 1 gadu atpakaļ
aot_orc_extra2.cpp 1c2a8fca4e Fix some more spelling issues (#3393) 1 gadu atpakaļ
aot_stack_frame.h cbc2078898 AOT call stack optimizations (#3773) 1 gadu atpakaļ
aot_stack_frame_comp.c 9c2083a27f Implement option for skipping function index in the callstack (#3785) 1 gadu atpakaļ
aot_stack_frame_comp.h cbc2078898 AOT call stack optimizations (#3773) 1 gadu atpakaļ
iwasm_compl.cmake 412631ac13 fix: correct typos and improve comments across multiple files by codespell (#4116) 10 mēneši atpakaļ