wasm-micro-runtime/core/iwasm/compilation
Wenyong Huang 7c812ece9a
Enhance aot feature flags emit and load (#3048)
- Emit SIMD/ref-types/bulk-memory flags into AOT file only when the features
  are really used in wasm file
- Remove unused tail-call flag and stringref flag
- Add memoy64 flag and dynamic-linking flag
- Change WASM_FEATURE_THREADS to WASM_FEATURE_MULTI_THREAD
2024-01-23 16:15:04 +08:00
..
debug aot debug: Update DW_AT_producer (#3001) 2024-01-12 13:43:18 +08:00
simd simd-128: The input lanes of integer-to-integer narrowing ops should be interpreted as signed (#2850) 2024-01-03 09:51:58 +08:00
aot_compiler.c Don't commit params/locals ref flags in AOT code (#2990) 2024-01-12 13:59:35 +08:00
aot_compiler.h Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00
aot_emit_aot_file.c Enhance aot feature flags emit and load (#3048) 2024-01-23 16:15:04 +08:00
aot_emit_compare.c Fix GC AOT issues (#2640) 2023-10-16 13:30:56 +08:00
aot_emit_compare.h AOT compiler: Implement part of GC opcode compilation (#2486) 2023-09-19 16:19:56 +08:00
aot_emit_const.c Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +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 Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00
aot_emit_control.h Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +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 Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +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 Merge branch main into dev/gc_refactor 2024-01-12 18:40:47 +08:00
aot_emit_function.h Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00
aot_emit_gc.c Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00
aot_emit_gc.h Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00
aot_emit_memory.c Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00
aot_emit_memory.h Enable stringref aot (#2816) 2023-11-27 10:50:12 +08:00
aot_emit_numberic.c Fix several AOT compiler issues (#2697) 2023-11-02 20:36:21 +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 Fix test script error and related wamrc and GC issues (#2975) 2024-01-08 09:41:56 +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 Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00
aot_emit_stringref.h Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00
aot_emit_table.c Refine AOT/JIT code call wasm-c-api import process (#2982) 2024-01-10 18:37:02 +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 Fix GC AOT on 32bit target (#2814) 2023-11-23 18:48:19 +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 aot compiler: Some updates for LLVM 18 (#2981) 2024-01-08 10:15:31 +08:00
aot_llvm_extra2.cpp aot compiler: Some updates for LLVM 18 (#2981) 2024-01-08 10:15:31 +08:00
aot_llvm_extra2.h AOT/JIT native stack bound check improvement (#2244) 2023-06-22 07:27:07 +08:00
aot_llvm.c Enhance aot feature flags emit and load (#3048) 2024-01-23 16:15:04 +08:00
aot_llvm.h Merge branch main into dev/gc_refactor 2024-01-12 18:40:47 +08:00
aot_orc_extra.cpp aot compiler: Some updates for LLVM 18 (#2981) 2024-01-08 10:15:31 +08:00
aot_orc_extra.h Generate jitdump to support linux perf for LLVM JIT (#2788) 2023-11-27 15:42:00 +08:00
aot_orc_extra2.cpp Fix wamrc build issues with LLVM 13 and LLVM 16 (#2313) 2023-06-27 08:59:49 +08:00
aot.c Sync up with the latest GC MVP spec proposal (#2836) 2023-12-12 11:49:44 +08:00
aot.h Sync up with the latest GC MVP spec proposal (#2836) 2023-12-12 11:49:44 +08:00
iwasm_compl.cmake Implement atomic and memset/memmove/memcpy intrinsic for riscv (#841) 2021-11-30 17:10:14 +08:00