wasm-micro-runtime/core/iwasm
Wenyong Huang 68a627ea2c
Fix several AOT compiler issues (#2697)
- Fix potential invalid push param phis and add incoming phis to a un-existed basic block
- Fix potential invalid shift count int rotl/rotr opcodes
- Resize memory_data_size to UINT32_MAX if it is 4G when hw bound check is enabled
- Fix negative linear memory offset is used for 64-bit target it is const and larger than INT32_MAX
2023-11-02 20:36:21 +08:00
..
aot Fix several AOT compiler issues (#2697) 2023-11-02 20:36:21 +08:00
common Add tsan for fast interp and aot (#2679) 2023-11-01 18:30:25 +08:00
compilation Fix several AOT compiler issues (#2697) 2023-11-02 20:36:21 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Fix fast-jit f32/f64 truncate to i32/i64 (#2671) 2023-10-27 12:20:25 +08:00
include core/iwasm: Support mapped file system access on non-libuv WASI (#2628) 2023-10-27 12:48:10 +08:00
interpreter Fix several AOT compiler issues (#2697) 2023-11-02 20:36:21 +08:00
libraries Fix use getrandom on cosmopolitan libc (#2674) 2023-10-27 14:07:16 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00