Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile issue of zephyr #306

Merged
merged 61 commits into from
Jul 9, 2020
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
b389628
Merge pull request #82 from bytecodealliance/master
wenyongh Mar 16, 2020
62a1992
Merge pull request #83 from bytecodealliance/master
wenyongh Mar 16, 2020
00c5daf
Merge pull request #84 from bytecodealliance/master
wenyongh Mar 17, 2020
7a46018
Merge pull request #85 from bytecodealliance/master
wenyongh Mar 18, 2020
6ed452c
Sync with internal feature
wenyongh Mar 18, 2020
632d63a
Merge pull request #86 from bytecodealliance/master
wenyongh Mar 20, 2020
ee37497
Merge pull request #87 from bytecodealliance/master
wenyongh Mar 23, 2020
44d041d
Merge pull request #88 from bytecodealliance/master
wenyongh Mar 24, 2020
b382a7f
Enable aarch64 support, add component test framework and test suite, …
wenyongh Mar 24, 2020
0a6cef7
Merge pull request #89 from bytecodealliance/master
wenyongh Mar 24, 2020
6df54ce
Merge pull request #90 from bytecodealliance/master
wenyongh Mar 27, 2020
5009206
Merge pull request #91 from bytecodealliance/master
wenyongh Mar 30, 2020
0ab53e6
Implement register/call native API with raw arguments
wenyongh Apr 1, 2020
f890529
Merge pull request #92 from bytecodealliance/master
wenyongh Apr 1, 2020
9d5bfda
Merge pull request #93 from bytecodealliance/master
wenyongh Apr 1, 2020
3b36fb8
Merge pull request #94 from bytecodealliance/master
wenyongh Apr 2, 2020
908c5f7
Merge pull request #95 from bytecodealliance/master
wenyongh Apr 9, 2020
5336e35
Merge pull request #96 from bytecodealliance/master
wenyongh Apr 12, 2020
21275d3
Merge pull request #97 from bytecodealliance/master
wenyongh Apr 13, 2020
4c56eb9
Make heap and linear memory contiguous to refine compilation time and…
wenyongh Apr 13, 2020
f984e20
Modify aot version
wenyongh Apr 13, 2020
5076b77
Merge pull request #98 from bytecodealliance/master
wenyongh Apr 13, 2020
1cf823d
Merge pull request #99 from bytecodealliance/master
wenyongh Apr 22, 2020
33a9f85
Refine aot memory boundary check, add more llvm passes
wenyongh Apr 22, 2020
be5d033
Merge pull request #100 from bytecodealliance/master
wenyongh Apr 22, 2020
aa69a45
Merge pull request #101 from bytecodealliance/master
wenyongh Apr 25, 2020
59f4d15
Sync with internal/feature
wenyongh Apr 30, 2020
af0e324
Merge pull request #102 from bytecodealliance/master
wenyongh Apr 30, 2020
4fa4bad
Sync with internal feature
wenyongh May 8, 2020
9ea9457
Merge pull request #103 from bytecodealliance/master
wenyongh May 8, 2020
54863ed
Fix issues of condition settings of app boundary check
wenyongh May 8, 2020
03ec08f
Merge pull request #104 from bytecodealliance/master
wenyongh May 8, 2020
87151ea
Replace llvm void ptr type with int8 ptr type to avoid assert failed
wenyongh May 8, 2020
ff5e90b
Merge pull request #105 from bytecodealliance/master
wenyongh May 8, 2020
23af40d
Merge pull request #106 from bytecodealliance/master
wenyongh May 15, 2020
f544940
Update API comments, refine footprint of wasm loader
wenyongh May 15, 2020
5568b52
Merge pull request #107 from bytecodealliance/master
wenyongh May 15, 2020
475669d
Merge pull request #108 from bytecodealliance/master
wenyongh May 28, 2020
0cc8c99
Merge pull request #109 from bytecodealliance/master
wenyongh Jun 1, 2020
75533fa
Sync with internal feature
wenyongh Jun 2, 2020
916a86f
update gitignore and clang-format
wenyongh Jun 2, 2020
55eee4c
Merge pull request #110 from bytecodealliance/master
wenyongh Jun 2, 2020
26515b0
Merge pull request #111 from bytecodealliance/master
wenyongh Jun 8, 2020
3c8251f
Sync with internal feature
wenyongh Jun 8, 2020
3de35d5
Merge pull request #112 from bytecodealliance/master
wenyongh Jun 8, 2020
71096fd
Sync with internal feature
wenyongh Jun 11, 2020
f5909d5
Merge pull request #113 from bytecodealliance/master
wenyongh Jun 11, 2020
4c4f8da
Merge pull request #114 from bytecodealliance/master
wenyongh Jun 12, 2020
c5d6754
Merge pull request #115 from bytecodealliance/master
wenyongh Jun 15, 2020
d371e9c
Merge pull request #116 from bytecodealliance/main
wenyongh Jun 27, 2020
c062708
Sync with internal/feature
wenyongh Jun 28, 2020
21d8754
Merge pull request #117 from bytecodealliance/main
wenyongh Jun 28, 2020
16df501
Refine opcode get/set_global for interpreter
wenyongh Jun 29, 2020
f4eb8b2
Merge pull request #118 from bytecodealliance/main
wenyongh Jun 29, 2020
5f56872
Fix issue of aot
wenyongh Jul 1, 2020
499fc94
Merge pull request #119 from bytecodealliance/main
wenyongh Jul 1, 2020
cb3dd0c
Merge pull request #120 from bytecodealliance/main
wenyongh Jul 1, 2020
47d08d0
Merge pull request #121 from bytecodealliance/main
wenyongh Jul 1, 2020
4fcf740
Enhance the native stack overflow check
wenyongh Jul 7, 2020
9d7a493
Merge pull request #122 from bytecodealliance/main
wenyongh Jul 7, 2020
e4b7c89
Fix compile issue of zephyr
wenyongh Jul 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge pull request #110 from bytecodealliance/master
Implement multi-module feature and bulk-memory feature (#271)
  • Loading branch information
wenyongh authored Jun 2, 2020
commit 55eee4cfadadfef5bff377f404bb4df5f01872a3

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.