wasm-micro-runtime/core/iwasm
Wenyong Huang 30cb05f223
Refine llvm pass order (#948)
Put Vectorize passes before GVN/LICM passes as normally the former
gains more performance improvement and the latter might break the
optimizations for the former. Can improve performance of several
sightglass cases.

And don't check exception throw after calling an AOT function if it is
and recursive call, similar to handing of Spec tail call opcode.
2022-01-12 18:56:56 +08:00
..
aot Enable Windows XIP (#944) 2022-01-10 15:59:58 +08:00
common Fix MacOS invokeNative float ret type pass error (#940) 2022-01-07 18:17:37 +08:00
compilation Refine llvm pass order (#948) 2022-01-12 18:56:56 +08:00
include Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
interpreter Wrap data width according to atomic opcode specified (#936) 2022-01-06 11:43:34 +08:00
libraries Upgrade uvwasi to 1.42.0 and fix Android link issues (#938) 2022-01-06 18:25:37 +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