Commit Graph

  • cabcb177c8 dwarf_extractor: Constify a bit (#2278) YAMAMOTO Takashi 2023-06-09 10:52:03 +09:00
  • bd96696236 Appease unused warning on min_uint64 (#2277) YAMAMOTO Takashi 2023-06-09 09:40:21 +09:00
  • ce6d1fd8fe wamrc: Add an incompatibility note in the help message (#2276) YAMAMOTO Takashi 2023-06-09 09:12:34 +09:00
  • 674f229eff spec-test-script: Disable conversions.wast on i386 (#2269) YAMAMOTO Takashi 2023-06-07 14:23:42 +09:00
  • 59e18ca3c0 Make hmu_tree_node 4 byte aligned to reduce compiler warning (#2268) YAMAMOTO Takashi 2023-06-07 14:02:55 +09:00
  • 6e3c3fe9ec Fix build error with LLVM 16 (#2259) YAMAMOTO Takashi 2023-06-06 14:45:18 +09:00
  • 5d69f364db aot/jit: Set module layout (#2260) YAMAMOTO Takashi 2023-06-06 11:18:16 +09:00
  • e78f63c7ee Update doc on WAMR_DISABLE_HW_BOUND_CHECK 32-bit (#2262) Georgii Rylov 2023-06-06 02:34:06 +01:00
  • 8ef09be604 Fix compile error of wamrc with llvm-13/llvm-14 (#2261) Wenyong Huang 2023-06-06 08:33:15 +08:00
  • 5fb5119239 Disable writting GS register on linux-sgx platform (#2255) Wenyong Huang 2023-06-05 09:39:26 +08:00
  • 8d88471c46 Implement AOT static PGO (#2243) Wenyong Huang 2023-06-05 09:17:39 +08:00
  • f1e9029ebc Update thread proposal ignore cases (#2246) Wenyong Huang 2023-05-31 13:52:03 +08:00
  • 76be848ec3 Implement the segue optimization for LLVM AOT/JIT (#2230) Wenyong Huang 2023-05-26 10:13:33 +08:00
  • 27239723a9 Add asan and ubsan to WAMR CI (#2161) Zzzabiyaka 2023-05-26 02:45:37 +01:00
  • f10563dfb4 Fix typo in samples/ref-types (#2236) TianlongLiang 2023-05-26 07:53:39 +08:00
  • 94204b90ad aot_compile_op_call: Remove a wrong optimization (#2233) YAMAMOTO Takashi 2023-05-25 08:44:54 +09:00
  • 7c766c2283 Enhance linux-sgx CI (#2102) TianlongLiang 2023-05-24 17:41:45 +08:00
  • 9db4ce98a2 Bump requests from 2.28.2 to 2.31.0 in /build-scripts (#2229) dependabot[bot] 2023-05-24 08:52:45 +08:00
  • 1596ed2270 The Python language-binding needs python>=3.9 (#2228) Qiang 2023-05-24 08:15:28 +08:00
  • 670567f8b3 core/iwasm/compilation: constify a bit (#2223) YAMAMOTO Takashi 2023-05-20 12:55:02 +09:00
  • d692878484 Nuttx CI: Ignore the expired certificate for riscv gcc toolchain (#2222) Huang Qi 2023-05-17 15:15:23 +08:00
  • f759a1f960 A few changes related to WAMRC_LLC_COMPILER (#2218) YAMAMOTO Takashi 2023-05-17 10:56:35 +09:00
  • f69ff70587 Update version number and release notes (#2213) Wenyong Huang 2023-05-16 12:39:22 +08:00
  • 1e5f206464 Fix compile warnings on windows platform (#2208) Wenyong Huang 2023-05-15 13:48:48 +08:00
  • 0899638ece Use a manual flag to disable clock_nanosleep on the unsupported platforms (#2176) Georgii Rylov 2023-05-12 00:49:21 +01:00
  • ff0752b4ff Fix wamr-ide debugger ignoring launch config (#2155) Ben 2023-05-10 05:47:43 +01:00
  • 28274bed34 Fix build polybench benchmark error with wasi-sdk-19.0 (#2187) Wenyong Huang 2023-05-08 19:34:26 +08:00
  • 7f5d9d4f5e Update document for iwasm/wamrc dependent packages (#2183) TianlongLiang 2023-05-08 16:30:56 +08:00
  • 89be5622a5 wasi-nn: Add external delegation to support several NPU/GPU (#2162) ayakoakasaka 2023-05-05 10:29:36 +02:00
  • 5a23ae465c Fix three multi-threading and wasm-c-api-imports issues (#2173) Christof Petig 2023-05-05 04:01:58 +02:00
  • 71d43f3ca1 Return error when exception was raised after main thread finishes (#2169) Enrico Loparco 2023-05-05 03:20:05 +02:00
  • 47fcb8506f Fix URL in README.md (#2168) Elis Byberi 2023-05-03 08:21:34 +02:00
  • 65f64958f5 Fix URL in embed_wamr.md (#2165) Elis Byberi 2023-05-02 03:13:49 +02:00
  • 0166bfb5cd Fix URL in language-bindings/python/README.md (#2166) Elis Byberi 2023-05-02 03:12:49 +02:00
  • 2b896c80ef wamrc: Add --stack-usage option (#2158) YAMAMOTO Takashi 2023-04-28 14:56:44 +09:00
  • 247a49c4fd CI: More precise trigger paths for github actions (#2157) TianlongLiang 2023-04-27 18:31:39 +08:00
  • ed6b8efade Avoid re-installing if Tensorflow is already installed for WASI-NN (#2148) ayakoakasaka 2023-04-27 02:19:18 +02:00
  • c1723b8f3e libc_wasi_wrapper.c: Fix min func issue for size_t < 8 bytes on some platforms (#2152) Georgii Rylov 2023-04-26 14:03:02 +01:00
  • 5c497e5a14 Fix ems allocator unaligned memory access on riscv64 (#2140) Wenyong Huang 2023-04-26 18:13:11 +08:00
  • 15139d2bb8 CI: Add ubsan checks to samples/wasm-c-api (#2147) Zzzabiyaka 2023-04-26 02:16:29 +01:00
  • 8abb153546 VSCode-Extension: Download lldb built for ubuntu 20.04 (#2139) YAMAMOTO Takashi 2023-04-23 15:33:52 +09:00
  • 7e9bf9cdf5 Implement Fast JIT multi-threading feature (#2134) Wenyong Huang 2023-04-20 10:09:34 +08:00
  • dfca21d239 build_wamr_vscode_ext.yml: vsce publish only on the official repo (#2130) YAMAMOTO Takashi 2023-04-19 20:39:01 +09:00
  • 0158eea965 build_wamr_lldb.yml: sync lldb build options between ubuntu and macos (#2132) YAMAMOTO Takashi 2023-04-19 15:01:48 +09:00
  • dac86af2f2 Update messages/comments to refer the new place of the version definition (#2133) YAMAMOTO Takashi 2023-04-18 22:09:18 +09:00
  • 2f879862ff Update Zephyr docs to remove unsupported west subcommand (#2128) Daniel Mangum 2023-04-18 08:20:37 -04:00
  • 327b4a7f59 Update request.ts wasm_response_send signature (#2122) John O'Connor 2023-04-12 01:50:11 -07:00
  • a2d4744a2b Add test for validating linear memory size updates (#2078) Marcin Kolny 2023-04-08 12:07:20 +01:00
  • 4ca4f7913b Update release notes (#2113) Wenyong Huang 2023-04-07 07:12:02 +08:00
  • 62fc486c20 Refine aot compiler check suspend_flags and fix issue of multi-tier jit (#2111) Wenyong Huang 2023-04-07 06:47:24 +08:00
  • 9adc6948d8 Enable CI build for gcc 4.8 on linux (#2106) Marcin Kolny 2023-04-06 03:10:07 +01:00
  • e7b988e6ab Document the summary of two pthread implementations (#2104) YAMAMOTO Takashi 2023-04-04 18:22:54 +09:00
  • 6af87855b4 Update version number and release notes (#2103) Wenyong Huang 2023-04-04 12:13:40 +08:00
  • 5fc48e3584 Fix interpreter read linear memory size for multi-threading (#2088) Wenyong Huang 2023-04-04 09:05:52 +08:00
  • e1d0c27ef9 Fix ref.func forward-declared function check (#2099) Wenyong Huang 2023-04-03 15:55:24 +08:00
  • 7701b379e4 Update documents (#2100) Wenyong Huang 2023-04-03 15:54:44 +08:00
  • 24a7e5c1e6 Update sample workload tensorflow (#2101) Wenyong Huang 2023-04-03 14:56:46 +08:00
  • 5c201995f1 Fix sanitizer pointer overflow warning when perform pointer arithmetic (#2098) Wenyong Huang 2023-04-03 14:32:44 +08:00
  • 156318f0d4 Use wasi-sdk-20 to build wasi-threads cases in CI (#2095) Enrico Loparco 2023-04-03 02:43:11 +02:00
  • aaf671d688 Fix typo in Fast JIT's BUILD_COND_BR Macro (#2092) TianlongLiang 2023-03-31 16:18:43 +08:00
  • 48429da29f Fix compilation errors of workload xnnpack and meshoptimizer (#2081) liang.he 2023-03-30 21:15:21 +08:00
  • 403ccf02b7 ci: Enable WASI threads in CI (#2086) Marcin Kolny 2023-03-30 03:05:00 +01:00
  • eaf1897a70 Add support for universal binaries on OSX (#2060) zoraaver 2023-03-30 02:53:07 +01:00
  • 08a4a7cf08 ci: Refactor windows build definition (#2087) Marcin Kolny 2023-03-30 02:34:30 +01:00
  • 5aa22d41e9 Fixing use after free when dumping call stack (#2084) Andy 2023-03-30 01:01:16 +00:00
  • b0736e2e88 Fix issues reported by Coverity (#2083) Wenyong Huang 2023-03-29 19:40:52 +08:00
  • 19ab3b8812 spectest/nuttx: Increase stack size of iwasm task (#2082) Huang Qi 2023-03-29 17:24:44 +08:00
  • 10f1bf3af7 Fix module_malloc/module_free issues (#2072) Wenyong Huang 2023-03-28 18:31:09 +08:00
  • a35d39b353 Bump tensorflow from 2.9.2 to 2.11.1 in install_tensorflow.sh (#2076) Wenyong Huang 2023-03-28 17:25:36 +08:00
  • 0ce39a1368 Bump tensorflow in /core/iwasm/libraries/wasi-nn/test (#2061) dependabot[bot] 2023-03-28 16:36:59 +08:00
  • 8ee8ab3099 Limit the minimal size of bh_hashmap (#2073) Wenyong Huang 2023-03-28 14:50:31 +08:00
  • 0a7994ac0a wamr-ide: Modify Dockerfile to update base image version and fix build bug (#2068) Wang Ning 2023-03-28 14:21:32 +08:00
  • ff4be24726 Fix bh_assert for 64-bit platforms (#2071) Marcin Kolny 2023-03-28 05:18:39 +01:00
  • 61369d48fd libc-wasi/posix.c: Fix POLL{RD,WR}NORM in uClibc (#2069) Thomas Devoogdt 2023-03-28 05:20:31 +02:00
  • d0fb2716b6 Fix several issues in CI binary releasing (#2064) liang.he 2023-03-26 12:19:45 +08:00
  • 0f73ce1076 Update wasi-libc version in CI and implement custom sync primitives (#2028) Enrico Loparco 2023-03-26 03:03:26 +02:00
  • 0faec7c96c Update version to 1.2.0 and update release notes (#2062) Wenyong Huang 2023-03-25 20:25:54 +08:00
  • 605c8b07dc Fix issue of Multi-tier JIT (#2056) Wenyong Huang 2023-03-25 11:15:05 +08:00
  • b0f614d77a Add architecture diagram for wasm globals and classic-interp stack frame (#2058) Wang Xin 2023-03-25 09:39:20 +08:00
  • 09a2698bba Remove a file test outside of the specs and improve CI reporting (#2057) Jämes Ménétrey 2023-03-24 14:24:23 +01:00
  • c7cdb78394 Fix issues reported by Coverity (#2053) Wenyong Huang 2023-03-24 14:05:17 +08:00
  • 3977f0b22a Use pre-created exec_env for instantiation and module_malloc/free (#2047) Wenyong Huang 2023-03-23 19:19:47 +08:00
  • 4c2d358980 Update document for source debugging (#2051) Xu Jun 2023-03-23 19:16:56 +08:00
  • d975a1a82c Enable platform support for esp-idf v5.0.1 (#2050) dongheng 2023-03-23 17:29:57 +08:00
  • db2a4104b3 Add architecture document for wasm export (#2049) Wang Xin 2023-03-23 17:13:17 +08:00
  • bfbe51e1b3 fix debugger: Set termination flags also when in debug mode (#2048) Enrico Loparco 2023-03-23 07:10:47 +01:00
  • d06d2d3754 Add architecture diagram for wasm function (#2046) Wang Xin 2023-03-23 10:37:38 +08:00
  • 49d439a3bc Fix/Simplify the atomic.wait/nofity implementations (#2044) Wenyong Huang 2023-03-23 09:21:16 +08:00
  • ea50bd2aca Support dump call stack on exception and dump call stack on nuttx (#2042) Huang Qi 2023-03-22 18:11:53 +08:00
  • 0ee6e18a06 Rename parameter names in wasm_runtime_instantiate (#2045) TianlongLiang 2023-03-22 17:39:08 +08:00
  • d75cb3224f Fix dead lock in source debugger (#2040) Xu Jun 2023-03-20 08:17:22 +08:00
  • 5c37ddfbca fix readme broken links (#2039) Wang Xin 2023-03-19 08:40:51 +08:00
  • c2b73eabe2 Readme refactoring (#2038) Wang Xin 2023-03-19 08:05:57 +08:00
  • 83659fa42a Use wasi-sdk 20 pre-release for tests with threads (#2021) Enrico Loparco 2023-03-17 13:02:03 +01:00
  • 23e9a356e5 Enable to run wasi-thread tests with AOT (#2026) Georgii Rylov 2023-03-16 00:22:03 +00:00
  • 915b4d2a89 Fix few wasm-c-api python binding issues (#2029) liang.he 2023-03-15 12:34:34 +08:00
  • 05d7ec30b1 Add libsodium benchmark (#2025) Wenyong Huang 2023-03-15 08:24:08 +08:00
  • bab2402b6e Fix atomic.wait, get wasi_ctx exit code and thread mgr issues (#2024) Wenyong Huang 2023-03-15 07:47:36 +08:00
  • 2de24587a8 Fix wait_info data race for deletion and fix atomic_wait logic (#2016) Georgii Rylov 2023-03-13 02:19:17 +00:00
  • 578fbc5a55 Fix fast-jit build error (#2023) Wenyong Huang 2023-03-12 20:17:49 +08:00