wasm-micro-runtime/core/iwasm/compilation
Wenyong Huang 327374cfee
Fix some compile warnings and typos ()
- Clear some compile warnings
- Fix some typos
- Fix llvm LICENSE link error
- Remove unused aot file and binarydump bin
- Add checks when loading AOT exports
2024-10-15 16:04:58 +08:00
..
debug dwarf_extractor.cpp: Try to preserve link name () 2024-06-19 16:51:44 +08:00
simd Fix compile warnings/error reported in Windows () 2024-07-12 16:43:22 +08:00
aot_compiler.c Support table64 extension in classic-interp and AOT running modes () 2024-10-11 21:14:56 +08:00
aot_compiler.h Support table64 extension in classic-interp and AOT running modes () 2024-10-11 21:14:56 +08:00
aot_emit_aot_file.c Implement option for skipping function index in the callstack () 2024-09-11 16:08:37 +08:00
aot_emit_aot_file.h Expose more functions related to emitting AOT files () 2024-06-14 15:57:45 +08:00
aot_emit_compare.c Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT () 2024-02-06 20:47:11 +08:00
aot_emit_compare.h Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT () 2024-02-06 20:47:11 +08:00
aot_emit_const.c aot compiler: Fix NaN handling for opcode f32/f64.const in XIP mode () 2024-08-16 14:04:41 +08:00
aot_emit_const.h Apply clang-format for core/iwasm compilation and libraries () 2021-10-13 15:13:00 +08:00
aot_emit_control.c Fix some compile warnings and typos () 2024-10-15 16:04:58 +08:00
aot_emit_control.h Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT () 2024-02-06 20:47:11 +08:00
aot_emit_conversion.c Simplify fcmp intrinsic logic for AOT/XIP () 2023-01-12 12:05:53 +08:00
aot_emit_conversion.h Apply clang-format for core/iwasm compilation and libraries () 2021-10-13 15:13:00 +08:00
aot_emit_exception.c Add wamrc parameter to configure stack frame features () 2024-09-05 21:44:06 +08:00
aot_emit_exception.h Apply clang-format for core/iwasm compilation and libraries () 2021-10-13 15:13:00 +08:00
aot_emit_function.c Fix some compile warnings and typos () 2024-10-15 16:04:58 +08:00
aot_emit_function.h Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT () 2024-02-06 20:47:11 +08:00
aot_emit_gc.c Fix some more spelling issues () 2024-05-08 09:30:29 +08:00
aot_emit_gc.h Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT () 2024-02-06 20:47:11 +08:00
aot_emit_memory.c Implement shared heap for AOT () 2024-09-29 12:50:59 +08:00
aot_emit_memory.h aot compiler: Use larger alignment for load/store when possible () 2024-06-22 10:32:52 +08:00
aot_emit_numberic.c aot compiler: Fix a type mismatch in compile_op_float_min_max () 2024-05-14 10:06:48 +08:00
aot_emit_numberic.h Apply clang-format for core/iwasm compilation and libraries () 2021-10-13 15:13:00 +08:00
aot_emit_parametric.c Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT () 2024-02-06 20:47:11 +08:00
aot_emit_parametric.h Apply clang-format for core/iwasm compilation and libraries () 2021-10-13 15:13:00 +08:00
aot_emit_stringref.c Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT () 2024-02-06 20:47:11 +08:00
aot_emit_stringref.h Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT () 2024-02-06 20:47:11 +08:00
aot_emit_table.c Fix some compile warnings and typos () 2024-10-15 16:04:58 +08:00
aot_emit_table.h Refine AOT/JIT code call wasm-c-api import process () 2024-01-10 18:37:02 +08:00
aot_emit_variable.c Add wasm module global type information APIs () 2024-05-10 09:15:58 +08:00
aot_emit_variable.h Apply clang-format for core/iwasm compilation and libraries () 2021-10-13 15:13:00 +08:00
aot_llvm_extra.cpp Update std atomic check and simd compatibility check for arc compiler () 2024-08-16 10:12:23 +08:00
aot_llvm_extra2.cpp aot: Fix LLVMSetTailCallKind check () 2024-01-30 20:50:33 +08:00
aot_llvm_extra2.h aot: Fix LLVMSetTailCallKind check () 2024-01-30 20:50:33 +08:00
aot_llvm.c Implement shared heap for AOT () 2024-09-29 12:50:59 +08:00
aot_llvm.h Implement shared heap for AOT () 2024-09-29 12:50:59 +08:00
aot_orc_extra.cpp Fix compile warnings/error reported in Windows () 2024-07-12 16:43:22 +08:00
aot_orc_extra.h Fix some more spelling issues () 2024-05-08 09:30:29 +08:00
aot_orc_extra2.cpp Fix some more spelling issues () 2024-05-08 09:30:29 +08:00
aot_stack_frame_comp.c Implement option for skipping function index in the callstack () 2024-09-11 16:08:37 +08:00
aot_stack_frame_comp.h AOT call stack optimizations () 2024-09-10 09:05:23 +08:00
aot_stack_frame.h AOT call stack optimizations () 2024-09-10 09:05:23 +08:00
aot.c Add support for multi-memory proposal in classic interpreter () 2024-08-21 12:22:23 +08:00
aot.h Appease GCC strict prototypes warning () 2024-09-10 09:42:23 +08:00
iwasm_compl.cmake Implement atomic and memset/memmove/memcpy intrinsic for riscv () 2021-11-30 17:10:14 +08:00