Commit Graph

  • bf5f3ed747 Sync up with internal/feature wenyongh 2019-12-24 11:04:13 +0800
  • e2b8b70680 Sync up with internal/feature wenyongh 2019-12-24 11:04:13 +0800
  • 645ecf9e94
    Merge pull request #54 from bytecodealliance/master wenyongh 2019-12-18 11:54:54 +0800
  • f602ce489a Merge pull request #54 from bytecodealliance/master wenyongh 2019-12-18 11:54:54 +0800
  • 89f152cdea
    Remove iwasm/runtime/platform src files, refine interpreter and fix issue of --repl option (#150) wenyongh 2019-12-18 11:53:43 +0800
  • eea4ff9afe Fix bug of config.h and rename wasi config.h to ssp_config.h wenyongh 2019-12-18 11:18:28 +0800
  • 1dbcd22632 Fix bug of config.h and rename wasi config.h to ssp_config.h wenyongh 2019-12-18 11:18:28 +0800
  • 6c54959f04 Sync up with internal/feature wenyongh 2019-12-16 17:21:48 +0800
  • 1795782a08 Sync up with internal/feature wenyongh 2019-12-16 17:21:48 +0800
  • f3b7bee39c Minor change of code comments wenyongh 2019-12-15 18:53:32 +0800
  • 3dc93d2fc5 Implement mmap MAP_32BIT support for riscv wenyongh 2021-07-20 13:48:28 +0800
  • 2920fb479b
    Merge pull request #294 from no1wudi/main Wenyong Huang 2021-07-19 17:28:51 +0800
  • 421598c3de
    Merge pull request #3 from wenyongh/test/riscv_aot Huang Qi 2021-07-19 16:31:37 +0800
  • 3df5d30302 Implement more relocation types, re-org code and fix some issues wenyongh 2021-07-16 19:42:02 +0800
  • 139c5c4b42 Minor fix for code format and data type Huang Qi 2021-07-17 23:16:21 +0800
  • 02cac0ae13 Support R_RISCV_LO12_I/S in AOT Huang Qi 2021-07-14 12:28:50 +0800
  • 426c1040d0 Support R_RISCV_HI20 for AOT Huang Qi 2021-07-14 10:42:13 +0800
  • 9b9353d0a8 Support R_RISCV_CALL_PLT for AOT Huang Qi 2021-07-13 15:15:46 +0800
  • 42b1ea83c6 Enable relocation for .sdata symbol wenyongh 2021-07-08 04:43:30 +0800
  • c3257284f9 Enable setting target-abi for riscv Wenyong Huang 2021-07-09 05:54:05 +0800
  • ce8e14982c Fix some issues of riscv-aot Wenyong Huang 2021-06-27 11:05:56 +0800
  • 666f1aa98b Add AOT support for riscv on NuttX Huang Qi 2021-06-17 14:48:58 +0800
  • d5a95fc177 Fix FP offset in invokeNatvie for riscv Huang Qi 2021-06-17 14:27:41 +0800
  • 80b4f232da Implement relocator for riscv Huang Qi 2021-06-16 17:56:09 +0800
  • 6bf72fb204 Add E_MACHINE_RISCV to aot loader Huang Qi 2021-06-10 13:07:40 +0800
  • 6402aa29f9 Remove discrete invokeNative_riscv_xxx.s for riscv Huang Qi 2021-06-08 17:08:22 +0800
  • 828633c948 Merge invokeNative for riscv32/64 into unified implementation Huang Qi 2021-06-07 17:46:34 +0800
  • b3f59799b3 Add target & target-abi for riscv to wamrc Huang Qi 2021-06-04 07:21:34 +0800
  • 9792a192d0 Enable RISCV support in LLVM Huang Qi 2021-06-03 17:47:09 +0800
  • ea06c19a9d
    Implement wasm-c-api wasm_config related APIs (#665) Wenyong Huang 2021-07-15 10:47:40 +0800
  • 0f1ce9ef3d
    Implement wasm-c-api frame/trap APIs for AOT mode (#663) Wenyong Huang 2021-07-13 09:01:03 +0800
  • b554a9d05d
    Implement wasm-c-api frame/trap APIs for interpreter mode (#660) Wenyong Huang 2021-07-06 17:05:59 +0800
  • d91047cc37
    Add the PTSC member names (#659) Wang Xin 2021-07-05 21:24:09 -0400
  • e92fa8744c Create TSC_Charter.md Wang Xin 2021-07-04 15:04:25 +0800
  • cba4c78273
    Enable call wasm-c-api native func directly from interpreter (#656) Wenyong Huang 2021-06-28 11:59:49 +0800
  • c6783ef258
    IO: support populate fds into WASM application (#655) LiFeng 2021-06-22 14:41:49 +0800
  • 38c2ca63d0
    sgx: fix the build warning (#653) LiFeng 2021-06-18 12:45:34 +0800
  • 77c71e559a
    Add wasm-c-api nested function calls sample (#652) Wenyong Huang 2021-06-16 15:26:28 +0800
  • 1a4aa5ac2f
    Enable multi-thread for tensorflow sample, update wasm-c-api document (#651) Wenyong Huang 2021-06-14 08:58:32 +0800
  • 5d9597f064
    platform/nuttx: Support riscv based chips (#648) Huang Qi 2021-06-07 15:37:09 +0800
  • a5ffd656fa
    Fix wasm-c-api trap message format issue (#644) Wenyong Huang 2021-06-01 15:05:35 +0800
  • af793385bf
    product-mini/nuttx: Add support for ARMV7A (#643) Masayuki Ishikawa 2021-06-01 15:23:20 +0900
  • 15dd651539
    Fix os_cond_timedwait and other issues for NuttX sim/macOS (#562) YAMAMOTO Takashi 2021-05-31 10:56:47 +0900
  • 631838cfd9
    fix wasm-c-api sample AOT mode. (#636) doujiang 2021-05-27 13:22:35 +0800
  • ba922b0d0d
    Refine the wasm-c-api native func call process of aot mode (#640) Wenyong Huang 2021-05-26 20:57:30 +0800
  • 1b34606940
    Move application entry APIs out of wasm_runtime_common.c (#639) Wenyong Huang 2021-05-26 13:22:03 +0800
  • 06769048eb
    Refer to BA security policy (#635) Till Schneidereit 2021-05-19 13:59:23 +0200
  • f637438e4e
    Spread module custom data to all threads, enable libc-builtin float print (#633) Xu Jun 2021-05-19 14:57:31 +0800
  • a14a4487bb
    Re-org thread env init/destroy for HW bound check (#631) Wenyong Huang 2021-05-14 11:13:12 +0800
  • 17a2167485
    Fix wasm-c-api JIT issue and update makefile (#630) Wenyong Huang 2021-05-13 15:13:52 +0800
  • 64b5459066
    Implement Windows thread/mutex/cond APIs to support multi-thread (#627) Wenyong Huang 2021-05-11 16:48:49 +0800
  • 9710d9325f
    Fix wasm-c-api JIT mode issue and enable set LLVM_DIR in cmd line (#624) Wenyong Huang 2021-04-30 09:13:29 +0800
  • fa5f4fe940
    Implement Windows boundary check with hardware trap (#623) Wenyong Huang 2021-04-27 17:18:27 +0800
  • eb29385963
    Implement more wasm-c-apis and enable Envoy integration (#622) Wenyong Huang 2021-04-27 17:05:40 +0800
  • a332a49a0d
    Enable sample/simple for aarch64 (#616) Bao Haojun 2021-04-25 19:12:49 +0800
  • 684d766e2b
    Refine aot call func procedure and fix zephyr timer overflow issue (#617) Xu Jun 2021-04-19 21:06:56 +0800
  • 03d45f1d62
    Import reference-types feature (#612) Wenyong Huang 2021-04-15 11:29:20 +0800
  • 7706e4b151
    Re-org SIMD code structure for non-x86 target (#611) WAMR-04-15-2021 Wenyong Huang 2021-04-13 15:23:22 +0800
  • 46db353017
    Enable SIMD for AARCH64 Platform (#11) (#610) Xiaokang Qin 2021-04-13 14:45:51 +0800
  • 8b96f4fb71
    Update sample workload's scripts to align with latest emcc (#609) Wenyong Huang 2021-04-13 13:42:08 +0800
  • ee97618bdb
    Fix llvm target vendor-sys-abi not correctly set issue on windows platform (#606) Wenyong Huang 2021-04-09 17:24:01 +0800
  • 09eb858a02
    add realloc wrapper, fix pthread_join overwrite issue (#605) Xu Jun 2021-04-09 15:27:12 +0800
  • dfe52ab42f
    Fix compile warnings on windows platform: dll linkage and others (#604) Wenyong Huang 2021-04-09 14:55:58 +0800
  • 77c3ddf7d0
    Implement aux stack overflow/underflow check for AOT/interp (#601) Wenyong Huang 2021-04-07 16:15:59 +0800
  • fe76c89c25
    Fix aot code failed to run on darwin/android issue (#599) Wenyong Huang 2021-04-01 23:34:21 -0500
  • 7db2221ad9
    Re-org address unalignment access for fast-interp (#597) Wenyong Huang 2021-04-01 03:50:46 -0500
  • 22bcfe204e
    fix aux stack overwritten issue when lib-pthread is enabled (#596) Xu Jun 2021-04-01 15:07:00 +0800
  • 5a13e1bbbc
    Fix compile warnings of wasm-c-api and add more checks (#592) WAMR-03-25-2021 Wenyong Huang 2021-03-24 21:13:34 -0500
  • 621231a48b
    Create CI script for android platform (#591) Xu Jun 2021-03-24 18:05:23 +0800
  • 8f902fa9ae
    Enable Android libc wasi support. (#590) Javan 2021-03-24 15:53:55 +0800
  • be54b4c7cc
    Fix sample littlevgl/gui build issues on zephyr platform (#588) Wenyong Huang 2021-03-23 01:20:50 -0500
  • 02d27e13ee
    Fix some compilation warnings and enable Windows JIT (#586) Wenyong Huang 2021-03-22 06:28:51 -0500
  • a4e4d4198f
    platforms/nuttx: Add SIM compilation for WAMR (#581) 小米-周亮 2021-03-19 13:48:39 +0800
  • 68ff3a830e
    Set AOT code and data readonly after relocation (#579) Wenyong Huang 2021-03-18 07:03:40 -0500
  • ca67af91bc
    Call asc app exported new/pin/unpin APIs to align with its latest compiler (#577) Javan 2021-03-18 16:33:02 +0800
  • fda3a26903
    Fix some relocation type issues in windows (#574) Wenyong Huang 2021-03-16 03:59:16 -0500
  • afa1feb1a8
    Update build wamrc aot compiler document (#570) Wang Ning 2021-03-12 12:59:37 +0800
  • b06ae7272f
    Remove heap size check when creating wasi ctx (#565) Wenyong Huang 2021-03-10 16:25:07 +0800
  • 9327f20ae2
    Upgrade llvm version from 10.x to 11.x for wamrc and iwasm JIT (#564) Wenyong Huang 2021-03-10 16:08:50 +0800
  • e9e75a6b09
    Fix interpreter not update memory size after call native func (#563) Wenyong Huang 2021-03-10 15:07:16 +0800
  • a1568825e8
    Enable to use BH_VPRINTF macro to redirect stdout output (#560) Wenyong Huang 2021-03-06 08:29:58 -0600
  • a4239f1ffd
    Enable SIMD by default for wamrc and iwasm (#559) Wenyong Huang 2021-03-06 07:30:14 -0600
  • 54e82ec439
    Fix app manager fail to install large app file issue (#555) Wenyong Huang 2021-03-03 06:19:24 -0600
  • fe76ce3b68
    Update global initialization process for latest spec cases (#553) Wenyong Huang 2021-03-02 04:24:15 -0600
  • 686733170c
    Enhance ems memory allocator (#544) Wenyong Huang 2021-02-24 21:53:17 -0600
  • 3cafb2f9c1
    platforms/nuttx: Add FPU relative macro for thumb vfp (#541) Huang Qi 2021-02-24 10:03:43 +0800
  • 79afa493aa
    Fix windows aot loader fail to resolve symbol issue (#540) Jonathan 2021-02-23 07:55:50 -0500
  • fc50404115
    add uvwasi implementation to support wasi on windows [experimental] (#534) Xu Jun 2021-02-22 14:17:46 +0800
  • 370cc83fbd
    Fix loader fail to lookup registered native symbol issue (#529) Xu Jun 2021-02-19 11:14:40 +0800
  • 3849ece496
    Fix auxiliary stack size not 16-byte aligned issue (#524) Wenyong Huang 2021-02-09 20:11:32 -0600
  • 52f422dba0
    fix pthread library issues: (#522) Xu Jun 2021-02-09 10:36:44 +0800
  • 1630cb2524
    Fix duplicated destroy shared memory's lock issue (#514) Wenyong Huang 2021-02-06 21:05:48 -0600
  • 5947ea492d
    Update invokeNative_em64.asm (#511) Xu Jun 2021-02-04 08:50:15 +0800
  • a5188f5574
    Add checks to avoid wasm_runtime_malloc memory with size 0 (#507) WAMR-01-29-2021 Wenyong Huang 2021-01-28 02:16:02 -0600
  • efd648959c
    Update README.md Wenyong Huang 2021-01-25 18:43:44 +0800
  • da8c879953
    Implement riscv support for interpreter (#505) Wang Ning 2021-01-25 18:41:48 +0800
  • 4c9cb30ed9
    Auto detect host platform for wamr-compiler (#504) Huang Qi 2021-01-22 10:01:44 +0800
  • ee217d5af1
    Add some missing intrinsic symbols for thumb ISA (#503) Huang Qi 2021-01-21 16:07:07 +0800
  • 6847e15f64
    Fix failed in loading wasm byte-code if return NULL while size == 0 in os_malloc (#500) alvkeke 2021-01-18 13:24:10 +0800
  • 240ca2ed46
    Implement performance profiler and call stack dump, and update toolchain document (#501) Wenyong Huang 2021-01-17 23:23:10 -0600