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
Wenyong Huang 5e238322c2
Enable aot compiler with llvm-14/15 (#1252)
Enable aot compiler and jit based on llvm-14.0 and llvm-15.0git,
replace LLVMBuildLoad/LLVMBuildInBoundsGEP/LLVMBuildCall with
LLVMBuildLoad2/LLVMBuildInBoundsGEP2/LLVMBuildCall2, and pass
them with related types, so as to meet the requirements of opaque
pointers.

And fix several compilation errors for llvm-14.0/15.0git.

Most spec cases and standalone cases are tested.
2022-06-28 14:53:01 +08:00
..
aot Enable dump call stack to a buffer (#1244) 2022-06-25 21:38:43 +08:00
common Fix get invokeNative float ret value issue with clang compiler (#1248) 2022-06-26 09:33:54 +08:00
compilation Enable aot compiler with llvm-14/15 (#1252) 2022-06-28 14:53:01 +08:00
include Enable dump call stack to a buffer (#1244) 2022-06-25 21:38:43 +08:00
interpreter Enable dump call stack to a buffer (#1244) 2022-06-25 21:38:43 +08:00
libraries Fix macro redifinition warning for NuttX (#1250) 2022-06-26 10:06:34 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00