index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)
Heejin Ahn
2023-12-14
11
-37
/
+3
*
[Parser] Parse explicit exports (#6179)
Thomas Lively
2023-12-14
4
-3
/
+93
*
[Parser] Parse tuple operations (#6174)
Thomas Lively
2023-12-13
7
-137
/
+194
*
Preserve multivalue drops in IRBuilder (#6150)
Thomas Lively
2023-12-13
3
-36
/
+72
*
[EH][test] Split EH tests into old and new spec (#6178)
Heejin Ahn
2023-12-13
4
-1816
/
+1826
*
J2CL: Use a more future proof naming convention for once functions (#6173)
Goktug Gokdogan
2023-12-13
3
-23
/
+25
*
[EH][test] Slice test code into different functions (#6177)
Heejin Ahn
2023-12-13
1
-626
/
+767
*
[test] Port tests in test/ to test/lit/basic/ (#6160)
Heejin Ahn
2023-12-13
219
-24231
/
+23387
*
[Parser] Parse the remaining array operations (#6158)
Thomas Lively
2023-12-12
8
-145
/
+941
*
[Parser] Parse rethrow (#6155)
Thomas Lively
2023-12-12
5
-17
/
+207
*
Add an arity immediate to tuple.extract (#6172)
Thomas Lively
2023-12-12
36
-187
/
+193
*
[Parser] Parse table operations (#6154)
Thomas Lively
2023-12-12
6
-17
/
+279
*
J2CL: Add extra guardrails (#6171)
Goktug Gokdogan
2023-12-12
3
-69
/
+101
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
22
-30
/
+68
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
47
-208
/
+217
*
Add J2CL optimization pass to binaryen. (#6151)
Goktug Gokdogan
2023-12-12
8
-0
/
+410
*
Inlining: Copy no-inline flags when copying a function (#6165)
Alon Zakai
2023-12-12
3
-76
/
+169
*
[EH] Use random value for exnref encoding when legacy GC is used (#6166)
Heejin Ahn
2023-12-11
1
-6
/
+20
*
[test] Fix wasm2js stale check failure (#6168)
Heejin Ahn
2023-12-11
1
-2
/
+2
*
[test] Tweak RUN commands of test/lit/basic/ (#6159)
Heejin Ahn
2023-12-11
4
-793
/
+785
*
[test] Remove asm2wasm tests from scripts (#6162)
Heejin Ahn
2023-12-11
3
-25
/
+0
*
[test] Remove / move *.js tests from test/ (#6163)
Heejin Ahn
2023-12-11
10
-512
/
+4
*
[test] Make get_tests return only files (#6164)
Heejin Ahn
2023-12-11
2
-0
/
+3
*
[CI] Use --break-system-packages on Alpine (#6167)
Alon Zakai
2023-12-11
1
-1
/
+1
*
[EH] Add exnref type back (#6149)
Heejin Ahn
2023-12-08
14
-18
/
+198
*
[test] Move basic tests in lit/ to lit/basic/ (#6156)
Heejin Ahn
2023-12-08
4
-0
/
+0
*
binaryen.js: Remove closure flags that set the ES version (#6157)
Alon Zakai
2023-12-08
1
-4
/
+1
*
[NFC] Use a reference instead of a pointer in Inlining (#6153)
Alon Zakai
2023-12-07
1
-11
/
+11
*
[Outlining] Add variations of call_indirect tests
Ashley Nelson
2023-12-07
1
-15
/
+120
*
[Outlining] Add loop instruction support
Ashley Nelson
2023-12-07
2
-0
/
+40
*
[Outlining] Improve debug logging
Ashley Nelson
2023-12-07
3
-22
/
+36
*
[Outlining] Fix outlining control flow
Ashley Nelson
2023-12-06
4
-11
/
+208
*
[Parser] Parse call_indirect and return_call_indirect (#6148)
Thomas Lively
2023-12-06
5
-29
/
+187
*
[Parser] Parse tables and element segments (#6147)
Thomas Lively
2023-12-06
7
-40
/
+611
*
Add no-inline IR annotation, and passes to set it based on function name (#6146)
Alon Zakai
2023-12-06
9
-8
/
+1049
*
Inlining: Inline trivial calls (#6143)
Alon Zakai
2023-12-05
4
-26
/
+210
*
wasm-metadce all the things (#6142)
Alon Zakai
2023-11-30
8
-141
/
+222
*
wasm-metadce: Improve name deduplication (#6138)
Alon Zakai
2023-11-30
12
-23
/
+59
*
[Parser] Parse try/catch/catch_all/delegate (#6128)
Thomas Lively
2023-11-29
7
-51
/
+902
*
C API: Add BinaryenTableGetType and BinaryenTableSetType (#6137)
KinderGartenKiller
2023-11-30
3
-0
/
+16
*
[NFC] Move InstrumentedPass logic out and use it in another place (#6132)
Alon Zakai
2023-11-28
3
-75
/
+113
*
Improve browser build target (#6135)
Thomas Steiner
2023-11-28
1
-4
/
+5
*
[wasm-emscripten-finalize] Remove --separate-data-segments (#6091)
Sam Clegg
2023-11-27
8
-166
/
+13
*
Add browser target for binaryen toolchain utilities (#6131)
Thomas Steiner
2023-11-21
2
-8
/
+29
*
[Parser] Parse tags and throw (#6126)
Thomas Lively
2023-11-20
11
-183
/
+359
*
Fix a bug with unreachable control flow in IRBuilder (#6130)
Thomas Lively
2023-11-20
3
-3
/
+54
*
[IRBuilder] Add visitCallIndirect and makeCallIndirect (#6127)
Ashley Nelson
2023-11-21
3
-0
/
+52
*
[Outlining] Test single and multivalue return (#6120)
Ashley Nelson
2023-11-16
1
-27
/
+119
*
[Outlining] Adds filter tests (#6119)
Ashley Nelson
2023-11-16
1
-19
/
+138
*
Use clang 15 to avoid ASan test flakes that 14 has (#6125)
Alon Zakai
2023-11-16
1
-1
/
+7
[next]