summaryrefslogtreecommitdiff
path: root/test/lit
Commit message (Expand)AuthorAgeFilesLines
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-0322-208/+69
* [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-034-7/+6
* [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
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-2041-856/+788
* [EH][test] Add a few more tests (#6189)Heejin Ahn2023-12-201-33/+331
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-191-7/+644
* [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-132-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-1344-1515/+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-1221-162/+162
* [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-1211-22/+22
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-1225-159/+159
* 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] 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
* [Parser] Parse try/catch/catch_all/delegate (#6128)Thomas Lively2023-11-291-1/+455
* [wasm-emscripten-finalize] Remove --separate-data-segments (#6091)Sam Clegg2023-11-271-5/+0
* [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
* [Outlining] Adds filter tests (#6119)Ashley Nelson2023-11-161-19/+138
* Update IRBuilder to visit control flow correctly (#6124)Thomas Lively2023-11-161-0/+51
* Add followup test to #6122 (#6123)Alon Zakai2023-11-161-1/+58
* [Outlining] Adding more tests (#6117)Ashley Nelson2023-11-151-51/+188
* Implement more TypeGeneralizing transfer functions (#6118)Thomas Lively2023-11-151-19/+1316
* SignatureRefining: Notice LUB requirements of intrinsic calls (#6122)Alon Zakai2023-11-141-0/+57
* [Parser] Parse call_ref (#6103)Thomas Lively2023-11-151-14/+92