Skip to content

Conversation

@wenyongh
Copy link
Contributor

@wenyongh wenyongh commented Apr 1, 2020

No description provided.

wenyongh added 13 commits March 16, 2020 15:40
re-org platform APIs, simplify porting process (#201)
fix aot load import global bug && enhance dead code processing (#203)
fix vprintf in android platform, avoid importing abort in assemblyscr…
Enable aarch64 support, add component test framework and test suite (…
fix sgx compile and link error, preserve space for locals before set/…
@wenyongh wenyongh merged commit c1a0e6d into bytecodealliance:master Apr 1, 2020
@xwang98 xwang98 linked an issue Apr 1, 2020 that may be closed by this pull request
lum1n0us added a commit to lum1n0us/wasm-micro-runtime that referenced this pull request Sep 13, 2021
…tecodealliance#222)

Build customized wasi-sdk based on llvm-13 and some header files from emscripten to build some workloads. And use latest emsdk (2.0.26) to build XNNPACK and tensorflow.
lum1n0us added a commit to lum1n0us/wasm-micro-runtime that referenced this pull request Sep 30, 2021
…dealliance#275)

* Upgrade llvm to latest stable to support latest SIMD (bytecodealliance#201)

* Implement latest SIMD spec (bytecodealliance#191)

* Refactor scripts to build llvm (bytecodealliance#213)

Implement the main logic in build-scripts/build_llvm.py and let other scripts call it to build llvm.

* Add build llvm script for Windows platform (bytecodealliance#214)

* Opt Linux workflow file (bytecodealliance#215)

* Restore I1_TYPE to INT8_TYPE to fix CI build error (bytecodealliance#231)

Restore I1_TYPE to INT8_TYPE to fix CI build error when merge branch main into dev/simd

* Refine linux and android CI workflows (bytecodealliance#230)

- use cache instead of artifact to transfer llvm libraries between
workflows, in order to save storage space
- every workload's wamrc binary only survives 1 day, in order to
save storage space
- remove android.yml CI file as it is tested in linux.yml CI file

* Update build_llvm_arc.sh to change llvm to release/13.x (bytecodealliance#235)

* Update workloads' build scripts to align with latest simd opcodes (bytecodealliance#222)

Build customized wasi-sdk based on llvm-13 and some header files from emscripten to build some workloads. And use latest emsdk (2.0.26) to build XNNPACK and tensorflow.

* Fix get LLVM int const value issue and several assert failures (bytecodealliance#246)

The LLVM int const value can be Undef or Poison if it is converted from float value and the conversion gets failed (integer overflow exception will be thrown). So the compiler should add more checks when getting LLVM int const value.
Also fix several assert failures.
The issues were found by wasmtime Fuzz case.

* Use LLVM_VERSION_MAJOR to control API LLVMIsPoison (bytecodealliance#247)

* Set memory growable to run XNNPACK end2end_bench

* Fix klocwork issue of accessing element out of array boundary (bytecodealliance#273)

Co-authored-by: liang.he <[email protected]>
vickiegpt pushed a commit to vickiegpt/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
midokura-xavi92 added a commit to midokura/wasm-micro-runtime that referenced this pull request Apr 17, 2025
doc(kconfig.rst): Document use of KConfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support customize wasm_runtime_invoke_method with cookie

1 participant