summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-0362-287/+144
* [Parser] Go back to "sub final" intead of "sub open" (#6199)Thomas Lively2024-01-031-5/+5
* [Parser] Parse br_on_cast{_fail} input annotations (#6198)Thomas Lively2024-01-031-2/+2
* Drop support for type annotations on array.len (#6197)Thomas Lively2024-01-036-10/+9
* [Parser] Parse folded instructions that contain parentheses (#6196)Thomas Lively2024-01-031-117/+259
* [EH] Misc. fixes for EH (#6195)Heejin Ahn2024-01-021-12/+12
* [Parser] Support standalone import definitions (#6191)Thomas Lively2024-01-021-55/+69
* Match names more precisely in update_lit_checks.py (#6190)Thomas Lively2024-01-0238-272/+378
* Unify method pairs with and without Type param (#6184)Heejin Ahn2023-12-201-1/+1
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-20118-1244/+1167
* [EH][test] Add a few more tests (#6189)Heejin Ahn2023-12-201-33/+331
* [EH] Add validation for new instructions (#6185)Heejin Ahn2023-12-201-0/+64
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-193-42/+679
* [Parser] Parse explicit exports (#6179)Thomas Lively2023-12-141-3/+15
* [Parser] Parse tuple operations (#6174)Thomas Lively2023-12-132-119/+91
* Preserve multivalue drops in IRBuilder (#6150)Thomas Lively2023-12-131-26/+26
* [EH][test] Split EH tests into old and new spec (#6178)Heejin Ahn2023-12-133-1816/+1824
* J2CL: Use a more future proof naming convention for once functions (#6173)Goktug Gokdogan2023-12-132-22/+24
* [EH][test] Slice test code into different functions (#6177)Heejin Ahn2023-12-131-626/+767
* [test] Port tests in test/ to test/lit/basic/ (#6160)Heejin Ahn2023-12-13216-24167/+23378
* [Parser] Parse the remaining array operations (#6158)Thomas Lively2023-12-121-92/+547
* [Parser] Parse rethrow (#6155)Thomas Lively2023-12-121-1/+157
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-1232-180/+180
* [Parser] Parse table operations (#6154)Thomas Lively2023-12-121-1/+166
* J2CL: Add extra guardrails (#6171)Goktug Gokdogan2023-12-122-65/+84
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-1216-29/+29
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-1241-203/+203
* Add J2CL optimization pass to binaryen. (#6151)Goktug Gokdogan2023-12-124-0/+186
* Inlining: Copy no-inline flags when copying a function (#6165)Alon Zakai2023-12-122-76/+166
* [test] Tweak RUN commands of test/lit/basic/ (#6159)Heejin Ahn2023-12-114-793/+785
* [test] Remove asm2wasm tests from scripts (#6162)Heejin Ahn2023-12-111-1/+0
* [test] Remove / move *.js tests from test/ (#6163)Heejin Ahn2023-12-119-508/+0
* [EH] Add exnref type back (#6149)Heejin Ahn2023-12-085-7/+67
* [test] Move basic tests in lit/ to lit/basic/ (#6156)Heejin Ahn2023-12-084-0/+0
* [Outlining] Add variations of call_indirect testsAshley Nelson2023-12-071-15/+120
* [Outlining] Add loop instruction supportAshley Nelson2023-12-071-0/+37
* [Outlining] Fix outlining control flowAshley Nelson2023-12-061-1/+185
* [Parser] Parse call_indirect and return_call_indirect (#6148)Thomas Lively2023-12-061-26/+151
* [Parser] Parse tables and element segments (#6147)Thomas Lively2023-12-061-20/+71
* Add no-inline IR annotation, and passes to set it based on function name (#6146)Alon Zakai2023-12-063-0/+941
* Inlining: Inline trivial calls (#6143)Alon Zakai2023-12-052-13/+161
* wasm-metadce all the things (#6142)Alon Zakai2023-11-304-0/+60
* wasm-metadce: Improve name deduplication (#6138)Alon Zakai2023-11-3011-21/+54
* [Parser] Parse try/catch/catch_all/delegate (#6128)Thomas Lively2023-11-291-1/+455
* C API: Add BinaryenTableGetType and BinaryenTableSetType (#6137)KinderGartenKiller2023-11-301-0/+5
* [wasm-emscripten-finalize] Remove --separate-data-segments (#6091)Sam Clegg2023-11-276-101/+1
* [Parser] Parse tags and throw (#6126)Thomas Lively2023-11-201-135/+193
* Fix a bug with unreachable control flow in IRBuilder (#6130)Thomas Lively2023-11-201-1/+43
* [IRBuilder] Add visitCallIndirect and makeCallIndirect (#6127)Ashley Nelson2023-11-211-0/+37
* [Outlining] Test single and multivalue return (#6120)Ashley Nelson2023-11-161-27/+119