This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/compilation
Huang Qi e4023c8e02
Implement AOT support for RISCV (#649)
Enable RISCV AOT support, the supported ABIs are LP64 and LP64D for riscv64, ILP32 and ILP32D for riscv32.
For wamrc:
    use --target=riscv64/riscv32 to specify the target arch of output AOT file,
    use --target-abi=lp64d/lp64/ilp32d/ilp32 to specify the target ABI,
    if --target-abi isn't specified, by default lp64d is used for riscv64, and ilp32d is used for riscv32.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
Co-authored-by: wenyongh <wenyong.huang@intel.com>
2021-07-22 11:16:47 +08:00
..
simd Re-org SIMD code structure for non-x86 target (#611) 2021-04-13 15:23:22 +08:00
aot_compiler.c Implement wasm-c-api frame/trap APIs for interpreter mode (#660) 2021-07-06 17:05:59 +08:00
aot_compiler.h Implement wasm-c-api frame/trap APIs for interpreter mode (#660) 2021-07-06 17:05:59 +08:00
aot_emit_aot_file.c Implement AOT support for RISCV (#649) 2021-07-22 11:16:47 +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 Fix app heap migrate issue and aot compilation warning (#368) 2020-09-03 11:16:38 +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 Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
aot_emit_control.h enable pthread for AoT && update AOT current version to 2 (#311) 2020-07-16 20:35:04 +08:00
aot_emit_conversion.c Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +08:00
aot_emit_conversion.h Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +08:00
aot_emit_exception.c Refine aot exception throw, remove unnecessary labels (#456) 2020-11-30 17:57:22 +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 Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
aot_emit_function.h Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
aot_emit_memory.c Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
aot_emit_memory.h Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
aot_emit_numberic.c Implement AOT support for RISCV (#649) 2021-07-22 11:16:47 +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 Import reference-types feature (#612) 2021-04-15 11:29:20 +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_table.c Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
aot_emit_table.h Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
aot_emit_variable.c Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
aot_emit_variable.h Implement aux stack overflow/underflow check for AOT/interp (#601) 2021-04-07 03:15:59 -05:00
aot_llvm_extra.cpp Fix wamr compiler issues and refine some error messages (#470) 2020-12-15 13:05:39 +08:00
aot_llvm.c Implement AOT support for RISCV (#649) 2021-07-22 11:16:47 +08:00
aot_llvm.h Enable call wasm-c-api native func directly from interpreter (#656) 2021-06-28 11:59:49 +08:00
aot.c Refine the wasm-c-api native func call process of aot mode (#640) 2021-05-26 20:57:30 +08:00
aot.h Refine the wasm-c-api native func call process of aot mode (#640) 2021-05-26 20:57:30 +08:00
iwasm_compl.cmake Fix jit target arch not set issue and custom name section typo issue (#400) 2020-09-24 11:21:20 +08:00