Commit Graph

  • 471cac4719
    Enable dump call stack to a buffer (#1244) Xu Jun 2022-06-25 21:38:43 +0800
  • 69bfaba449 impl bulk memory required opcodes liam 2022-06-16 01:03:56 +0800
  • d6e4fd7d63 Implement GC stack object tracking for func object Wenyong Huang 2022-06-25 05:01:20 +0800
  • 5fbc368c89 Fix get float ret value from invokeNative issue with clang compiler Wenyong Huang 2022-06-24 20:14:30 +0800
  • a729a5a1c5 Fix macro redifinition warning for NuttX YAMAMOTO Takashi 2022-06-24 18:13:46 +0900
  • 6e4b2dbc76
    Implement bulk memory opcodes (#1245) liang.he 2022-06-24 16:00:09 +0800
  • 5b53a03ee5 address PR comments Xu Jun 2022-06-24 15:53:20 +0800
  • c24b05d779 format Xu Jun 2022-06-24 11:25:12 +0800
  • adfd5ed0c2 address PR comments Xu Jun 2022-06-24 11:20:31 +0800
  • e521d9991d Implement GC opcode fund.bind Wenyong Huang 2022-06-24 03:30:03 +0800
  • b2c71bdda8 Threading examples root 2022-06-23 19:20:54 +0000
  • 38fdf917a1 truncate function name if too long Xu Jun 2022-06-23 15:55:42 +0800
  • 53115b2b37 enable dump call stack to a buffer Xu Jun 2022-06-23 01:26:38 +0800
  • 20f72ebeae C comparison root 2022-06-22 20:15:38 +0000
  • 0965ff479d Updated sum functions to be identical Sophia Szady 2022-06-22 18:42:03 +0000
  • 93b4dc3703 Lua script and timer testing Sophia Szady 2022-06-22 18:29:08 +0000
  • 3d746b956d Update CMake to import Lua library Stu Cao 2022-06-21 14:42:45 -0700
  • 9ab723135a adding lua.c Sophia Szady 2022-06-21 18:52:14 +0000
  • de7bfdda53 feat: ouptut and compute functions Ahmedounet 2022-06-21 10:37:02 +0200
  • e6c39be4be create skeleton project for lua wasm comparison Stu Cao 2022-06-20 15:00:38 -0700
  • 159090596b Merge bytecodealliance:main into wenyongh:implement_xtensa_xip Wenyong Huang 2022-06-20 23:13:28 +0800
  • 85dfa9b906 Merge main into dev/gc Wenyong Huang 2022-06-20 22:49:59 +0800
  • 8ee2e0a22b Merge main into dev/fast_jit Wenyong Huang 2022-06-20 21:55:42 +0800
  • 7b53924a33
    Merge pull request #559 from bytecodealliance/main Wenyong Huang 2022-06-20 14:40:42 +0800
  • 3088330da9
    Merge pull request #1240 from bytecodealliance/main Wenyong Huang 2022-06-20 14:39:55 +0800
  • 53b775aa4b
    Support integrate 3rd-party toolchains into wamrc (#1237) Xu Jun 2022-06-20 13:13:41 +0800
  • bc6eda2803
    Set nuttx isatty definition according to CONFIG_SERIAL_TERMIOS (#1234) dongsheng28849455 2022-06-20 11:58:48 +0800
  • c0264f1aec address PR comments Xu Jun 2022-06-20 11:31:53 +0800
  • 6d92285321 fix build on windows Xu Jun 2022-06-20 10:22:54 +0800
  • f1603faec9 disable external toolchains for windows Xu Jun 2022-06-20 10:11:08 +0800
  • bf61c0bf02
    Merge pull request #558 from bytecodealliance/main Wenyong Huang 2022-06-20 09:58:58 +0800
  • d0676930dc
    Add arc compiler-rt functions and reloc type for mwdt (#1238) Xu Jun 2022-06-20 09:03:31 +0800
  • ca4443b7e4 add compiler-rt functions and reloc type for mwdt Xu Jun 2022-06-20 00:20:35 +0800
  • fa26bcaee9 update default compiler flag Xu Jun 2022-06-19 00:10:55 +0800
  • b8f0f57249 support integrate 3rd-party toolchains into wamrc Xu Jun 2022-06-19 00:07:40 +0800
  • c72611a123 Separate macos workflows from the big one Xu Jun 2022-06-15 21:50:42 +0800
  • ef3cc50508 Update docker build to work for rpm. Skip CMake compiler check Stu Cao 2022-06-17 15:39:45 -0700
  • f975a987bf
    Separate MacOS workflows from the big one (#1236) liang.he 2022-06-17 17:44:20 +0800
  • cc942e8c68
    Add missing aot relocation symbols for xtensa target (#1235) dongsheng28849455 2022-06-17 15:11:56 +0800
  • 670f0b2fa6 some symbol is missing when loading the xtensa aot file Dongsheng.Yan 2022-06-17 11:26:24 +0800
  • 370b79e104 the isatty definition on nuttx depends on CONFIG_SERIAL_TERMIOS Dongsheng.Yan 2022-06-17 11:12:21 +0800
  • 4b38205023
    Fix some issues reported by klocwork (#1233) Xu Jun 2022-06-16 19:50:47 +0800
  • d85a065cc7 address PR comments Xu Jun 2022-06-16 19:15:18 +0800
  • 8d9fd2d6c1 fix some kw issues Xu Jun 2022-06-16 17:26:50 +0800
  • 081be455f6 Fix register allocator distance integer overflow issue Wenyong Huang 2022-06-16 16:45:42 +0800
  • 54ab45fe9e
    Merge pull request #557 from bytecodealliance/main Wenyong Huang 2022-06-16 12:10:22 +0800
  • 188d5e70e9
    Fix typo in wasm_mini_loader.c (#1232) Xu Jun 2022-06-16 12:07:32 +0800
  • d694671588 fix typo Xu Jun 2022-06-16 11:25:11 +0800
  • a0e0a5fa0e
    Fix fast jit issues and clear compile warnings (#1228) Wenyong Huang 2022-06-16 09:55:59 +0800
  • b39f4c5c9b
    Fix drop opcode issue in fast interpreter (#1231) Xu Jun 2022-06-16 09:51:01 +0800
  • 98979e49e4 fix drop opcode issue in fast interpreter Xu Jun 2022-06-16 01:32:29 +0800
  • 2cc719e2fd Clear compile warnings in codegen Wenyong Huang 2022-06-16 01:05:06 +0800
  • 001571a370 Fix fast jit issues Wenyong Huang 2022-06-16 00:17:13 +0800
  • 6761f405a2
    Merge pull request #556 from bytecodealliance/main Wenyong Huang 2022-06-15 21:15:48 +0800
  • e0a8aa09be
    Fix build error when enable custom section without interpreter (#1229) Xu Jun 2022-06-15 18:14:39 +0800
  • 4ea0fe04e2 fix error Xu Jun 2022-06-15 17:18:02 +0800
  • 8266d15dea change function name Xu Jun 2022-06-15 17:14:38 +0800
  • 5f3397591f fix build error when enable custom section without interpreter Xu Jun 2022-06-15 17:10:36 +0800
  • 1705ae569b
    Update spec test script (#1227) Xu Jun 2022-06-15 11:07:39 +0800
  • 231790cdbe Fix an issue that if both the definition and references are in one instruction liam 2022-06-15 05:19:20 +0800
  • 4f04148f75 Add a sanitizer to check if there is a definition of vreg before its reference liam 2022-06-14 08:03:25 +0800
  • 1364bf4669 update spec test script Xu Jun 2022-06-15 01:25:23 +0800
  • 0bbbb15ca7 fix: renaming files Ahmedounet 2022-06-14 17:05:52 +0200
  • 3ebb850b3d fix: "PR changes" Ahmedounet 2022-06-14 16:56:39 +0200
  • e1b2e5a60a feat: "formatted files" Ahmedounet 2022-06-13 17:51:14 +0200
  • be33067436 feat: "set input" Ahmedounet 2022-06-13 17:50:26 +0200
  • 71c4465283
    Merge pull request #554 from bytecodealliance/dev/fast_jit Wenyong Huang 2022-06-14 17:14:20 +0800
  • 5340e3c3de
    Fix sanitizer check issue when both def reg and ref reg are the same (#1226) liang.he 2022-06-14 17:13:11 +0800
  • 96fa546cc9
    Add a sanitizer to check if there is a definition of vreg before its (#1224) liang.he 2022-06-14 10:44:43 +0800
  • 0ab070af96
    Fix fast jit issues (#1223) Wenyong Huang 2022-06-14 07:28:53 +0800
  • bb2c963a34 fix: clang format convention Ahmedounet 2022-06-13 17:54:45 +0200
  • a601990e13
    SP-193 load_function (#4) Ahmedounet 2022-06-13 17:23:32 +0200
  • 4763c710a5 feat: "load module done" Ahmedounet 2022-06-13 16:32:11 +0200
  • b1c516855a Fix i64 reg overwritten by i32 reg issue Wenyong Huang 2022-06-13 22:09:57 +0800
  • 521e281ead fix: "compilation bug fixed" Ahmedounet 2022-06-13 12:50:44 +0200
  • cb3ebcb2aa Set llvm version to 14.x Wenyong Huang 2022-06-13 18:49:35 +0800
  • 1f34eb8388 Adding cpp binding and proper installation tonibofarull 2022-06-13 11:55:53 +0200
  • 70ff72e018
    Enable opaque pointer for aot compiler to fit LLVM 14/15 (#1218) Wenyong Huang 2022-06-13 15:44:24 +0800
  • eb4cd59c2a Fix dockerfile tonibofarull 2022-06-12 13:01:47 +0200
  • 135d13e0e9 Remove submodule tonibofarull 2022-06-12 13:01:39 +0200
  • 2981fc2afc Update build and add testing dockerfile and run tonibofarull 2022-06-12 12:52:03 +0200
  • 9383336154 Update sample application to use load from wasi tonibofarull 2022-06-12 12:51:47 +0200
  • 59db6d398b Adding source in runtime creation tonibofarull 2022-06-12 12:51:21 +0200
  • 06d83aea96 Added export api in runtime tonibofarull 2022-06-12 12:51:08 +0200
  • e4932d047b Installation script of tensorflow tonibofarull 2022-06-12 12:50:43 +0200
  • cb15b44174 Update wasi nn definition tonibofarull 2022-06-12 12:50:34 +0200
  • 712ffdb044 fix: witx functions fix Ahmedounet 2022-06-12 10:27:27 +0200
  • 31a0ed2a35 feat: added tensorflow submodule Ahmedounet 2022-06-11 16:04:57 +0200
  • b06ebb5ff2 Fix br if not clear_value issue Wenyong Huang 2022-06-11 20:17:34 +0800
  • 811fe16a4d To avoid modification on the register which is not destination liam 2022-06-10 12:34:04 +0800
  • 93f36ca962 Fix llvm 14.0 jit issue Wenyong Huang 2022-06-11 03:31:04 +0800
  • 45a2de831b feat: partial witx api of build and load Ahmedounet 2022-06-10 18:22:02 +0200
  • 77595c9560
    Support emit specified custom sections into AoT file (#1207) Xu Jun 2022-06-10 21:51:13 +0800
  • c6a5600880 address PR comments Xu Jun 2022-06-10 20:51:24 +0800
  • aa999cb615 Fix compilation errors for LLVM 14, refine code Wenyong Huang 2022-06-10 20:11:44 +0800
  • 79c4fd9a1e address PR comments Xu Jun 2022-06-10 16:21:38 +0800
  • b84f11724b
    Avoid modify src reg firstly when src reg and dst reg are the same (#1220) liang.he 2022-06-10 15:33:16 +0800
  • 7c0ea13ebf fix CI build error Xu Jun 2022-06-10 12:26:11 +0800
  • abdf370c79 update doc Xu Jun 2022-06-10 11:14:00 +0800
  • 9a7c4682bb address PR comments Xu Jun 2022-06-10 11:01:30 +0800