wasm-micro-runtime/core/iwasm/compilation
wenyongh b40e79c160
Make heap and linear memory contiguous to refine compilation time and footprint (#233)
Use FastISel for JIT mode
Use united aot version in aot file and aot runtime
Disable check signature failed warning for wamrc
Fix fast interpreter x86_32 float issue
Remove unused empty lvgl folder
2020-04-13 10:49:40 +08:00
..
aot_compiler.c Add printingAdd print time for wamrc, fix posix mmap bug time for wamrc, fixed a posix mmap bug. (#206) 2020-03-20 16:06:40 +08:00
aot_compiler.h Re-org memory allocation interfaces, add --stack-size and --heap-size option (#193) 2020-03-10 19:54:44 +08:00
aot_emit_aot_file.c Make heap and linear memory contiguous to refine compilation time and footprint (#233) 2020-04-13 10:49:40 +08:00
aot_emit_compare.c Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_compare.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_const.c Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_const.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_control.c Re-org memory allocation interfaces, add --stack-size and --heap-size option (#193) 2020-03-10 19:54:44 +08:00
aot_emit_control.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_conversion.c Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_conversion.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_exception.c Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_exception.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_function.c Make heap and linear memory contiguous to refine compilation time and footprint (#233) 2020-04-13 10:49:40 +08:00
aot_emit_function.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_memory.c Make heap and linear memory contiguous to refine compilation time and footprint (#233) 2020-04-13 10:49:40 +08:00
aot_emit_memory.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_numberic.c Add xtensa AOT support and fix build issue of alios (#223) 2020-04-01 18:38:42 +08:00
aot_emit_numberic.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_parametric.c Re-org memory allocation interfaces, add --stack-size and --heap-size option (#193) 2020-03-10 19:54:44 +08:00
aot_emit_parametric.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_variable.c Make heap and linear memory contiguous to refine compilation time and footprint (#233) 2020-04-13 10:49:40 +08:00
aot_emit_variable.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_llvm.c Make heap and linear memory contiguous to refine compilation time and footprint (#233) 2020-04-13 10:49:40 +08:00
aot_llvm.h Make heap and linear memory contiguous to refine compilation time and footprint (#233) 2020-04-13 10:49:40 +08:00
aot.c Implement register/call native API with raw (unextracted) arguments (#222) 2020-04-01 12:52:08 +08:00
aot.h Implement register/call native API with raw (unextracted) arguments (#222) 2020-04-01 12:52:08 +08:00
iwasm_compl.cmake Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00