index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the standard shared memory text format (#6200)
Thomas Lively
2024-01-03
62
-287
/
+144
*
[Parser] Go back to "sub final" intead of "sub open" (#6199)
Thomas Lively
2024-01-03
1
-5
/
+5
*
[Parser] Parse br_on_cast{_fail} input annotations (#6198)
Thomas Lively
2024-01-03
1
-2
/
+2
*
Drop support for type annotations on array.len (#6197)
Thomas Lively
2024-01-03
6
-10
/
+9
*
[Parser] Parse folded instructions that contain parentheses (#6196)
Thomas Lively
2024-01-03
1
-117
/
+259
*
[EH] Misc. fixes for EH (#6195)
Heejin Ahn
2024-01-02
1
-12
/
+12
*
[Parser] Support standalone import definitions (#6191)
Thomas Lively
2024-01-02
1
-55
/
+69
*
Match names more precisely in update_lit_checks.py (#6190)
Thomas Lively
2024-01-02
38
-272
/
+378
*
Unify method pairs with and without Type param (#6184)
Heejin Ahn
2023-12-20
1
-1
/
+1
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
118
-1244
/
+1167
*
[EH][test] Add a few more tests (#6189)
Heejin Ahn
2023-12-20
1
-33
/
+331
*
[EH] Add validation for new instructions (#6185)
Heejin Ahn
2023-12-20
1
-0
/
+64
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
3
-42
/
+679
*
[Parser] Parse explicit exports (#6179)
Thomas Lively
2023-12-14
1
-3
/
+15
*
[Parser] Parse tuple operations (#6174)
Thomas Lively
2023-12-13
2
-119
/
+91
*
Preserve multivalue drops in IRBuilder (#6150)
Thomas Lively
2023-12-13
1
-26
/
+26
*
[EH][test] Split EH tests into old and new spec (#6178)
Heejin Ahn
2023-12-13
3
-1816
/
+1824
*
J2CL: Use a more future proof naming convention for once functions (#6173)
Goktug Gokdogan
2023-12-13
2
-22
/
+24
*
[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
216
-24167
/
+23378
*
[Parser] Parse the remaining array operations (#6158)
Thomas Lively
2023-12-12
1
-92
/
+547
*
[Parser] Parse rethrow (#6155)
Thomas Lively
2023-12-12
1
-1
/
+157
*
Add an arity immediate to tuple.extract (#6172)
Thomas Lively
2023-12-12
32
-180
/
+180
*
[Parser] Parse table operations (#6154)
Thomas Lively
2023-12-12
1
-1
/
+166
*
J2CL: Add extra guardrails (#6171)
Goktug Gokdogan
2023-12-12
2
-65
/
+84
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
16
-29
/
+29
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
41
-203
/
+203
*
Add J2CL optimization pass to binaryen. (#6151)
Goktug Gokdogan
2023-12-12
4
-0
/
+186
*
Inlining: Copy no-inline flags when copying a function (#6165)
Alon Zakai
2023-12-12
2
-76
/
+166
*
[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
1
-1
/
+0
*
[test] Remove / move *.js tests from test/ (#6163)
Heejin Ahn
2023-12-11
9
-508
/
+0
*
[EH] Add exnref type back (#6149)
Heejin Ahn
2023-12-08
5
-7
/
+67
*
[test] Move basic tests in lit/ to lit/basic/ (#6156)
Heejin Ahn
2023-12-08
4
-0
/
+0
*
[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
1
-0
/
+37
*
[Outlining] Fix outlining control flow
Ashley Nelson
2023-12-06
1
-1
/
+185
*
[Parser] Parse call_indirect and return_call_indirect (#6148)
Thomas Lively
2023-12-06
1
-26
/
+151
*
[Parser] Parse tables and element segments (#6147)
Thomas Lively
2023-12-06
1
-20
/
+71
*
Add no-inline IR annotation, and passes to set it based on function name (#6146)
Alon Zakai
2023-12-06
3
-0
/
+941
*
Inlining: Inline trivial calls (#6143)
Alon Zakai
2023-12-05
2
-13
/
+161
*
wasm-metadce all the things (#6142)
Alon Zakai
2023-11-30
4
-0
/
+60
*
wasm-metadce: Improve name deduplication (#6138)
Alon Zakai
2023-11-30
11
-21
/
+54
*
[Parser] Parse try/catch/catch_all/delegate (#6128)
Thomas Lively
2023-11-29
1
-1
/
+455
*
C API: Add BinaryenTableGetType and BinaryenTableSetType (#6137)
KinderGartenKiller
2023-11-30
1
-0
/
+5
*
[wasm-emscripten-finalize] Remove --separate-data-segments (#6091)
Sam Clegg
2023-11-27
6
-101
/
+1
*
[Parser] Parse tags and throw (#6126)
Thomas Lively
2023-11-20
1
-135
/
+193
*
Fix a bug with unreachable control flow in IRBuilder (#6130)
Thomas Lively
2023-11-20
1
-1
/
+43
*
[IRBuilder] Add visitCallIndirect and makeCallIndirect (#6127)
Ashley Nelson
2023-11-21
1
-0
/
+37
*
[Outlining] Test single and multivalue return (#6120)
Ashley Nelson
2023-11-16
1
-27
/
+119
[next]