summaryrefslogtreecommitdiff
path: root/test/lit/wasm-split
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-142-4/+0
* [wasm-split] Minimize non-function export names (#6951)Thomas Lively2024-09-172-13/+13
* [wasm-split] Configure split functions rather than kept functions (#6949)Thomas Lively2024-09-171-53/+49
* [wasm-split] Simplify handling of --keep-funcs and --split-funcs (#6948)Thomas Lively2024-09-173-8/+7
* [wasm-split] Run RemoveUnusedElements on secondary modules (#6945)Thomas Lively2024-09-1711-23/+81
* [wasm-split] Add a multi-split mode (#6943)Thomas Lively2024-09-162-0/+228
* [wasm-split] Add an option to skip importing placeholders (#6942)Thomas Lively2024-09-161-0/+54
* [wasm-split] Use a fresh table when reference types are enabled (#6726)Thomas Lively2024-07-112-33/+53
* Allow --keepfuncs and --splitfuncs to be use alongside a profile data (#6322)Benjamin Ling2024-07-103-18/+29
* [tests] Remove use of CHECK-SAME (#6717)Anton Lydike2024-07-091-3/+1
* Fix wasm-split bug in absence of active element segments (#6651)Thomas Lively2024-06-111-0/+41
* wasm-split: Handle RefFuncs (#6513)Alon Zakai2024-05-082-0/+160
* [jspi] Fix invalid wat in test case. (#6559)Brendan Dahl2024-04-291-1/+1
* [jspi] - Support new version of JSPI for module splitting. (#6546)Brendan Dahl2024-04-292-111/+52
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-8/+0
* [wasm-split] Do not split out functions referring to segments (#6517)Thomas Lively2024-04-231-0/+94
* Get more tests working with the new text parser (#6284)Thomas Lively2024-02-074-8/+8
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-048-15/+27
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-033-3/+3
* Match names more precisely in update_lit_checks.py (#6190)Thomas Lively2024-01-024-35/+38
* Fix Alpine CI by removing old node flag (#6054)Thomas Lively2023-10-261-8/+8
* Remove autogeneration of instrument-memory64.wast (#6021)Thomas Lively2023-10-171-2/+2
* [wasm-split] Fix instrumentation to work with memory 64 (#6013)Thomas Lively2023-10-161-0/+49
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-246-35/+35
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-3/+3
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-043-11/+11
* Support using JSPI to load the secondary wasm split module. (#5431)Brendan Dahl2023-01-203-174/+181
* Maintain first memory import/export in Multi-Memory Lowering Pass (#5363)Ashley Nelson2023-01-034-0/+228
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-232-6/+6
* Multi-Memories wasm-split (#4977)Ashley Nelson2022-09-153-7/+129
* CI fix after #4837 (#4939)Ashley Nelson2022-08-191-0/+1
* [wasm-split] Test print-profile and unescape flags (#4837)sps-gold2022-08-181-0/+27
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-174-0/+4
* Update filecheck to 0.0.22 (#4537)Thomas Lively2022-03-211-1/+1
* [wasm-split] Add an --asyncify option (#4513)Thomas Lively2022-02-091-0/+174
* [wasm-split] Disallow mixing --profile, --keep-funcs, and --split-funcs (#4187)Thomas Lively2021-09-243-1/+25
* [wasm-split] Do not add exports of imported memories (#4133)Thomas Lively2021-09-081-0/+12
* wasm-split: Export the memory if it is not already (#4121)Alon Zakai2021-09-071-1/+4
* [wasm-split] Add an option for recording profile data in memory (#4120)Thomas Lively2021-09-033-19/+139
* wasm-split: accept file in keep-funcs/split-funcs (#4053)Aleksander Guryanov2021-08-235-0/+30
* Lit tests for tool help messages (#3965)Thomas Lively2021-07-071-92/+0
* Add space between options in --help text (#3940)Thomas Lively2021-06-171-0/+20
* [wasm-split] Add an option to emit a placeholder map (#3931)Thomas Lively2021-06-122-0/+26
* [wasm-split] Add a merge-profiles mode (#3917)Thomas Lively2021-06-023-6/+62
* [wasm-split] Make option validation declarative (#3916)Thomas Lively2021-06-012-13/+81
* [wasm-split] Minimize names of newly created exports (#3905)Thomas Lively2021-06-012-44/+82
* [wasm-split] Add an option to emit only the module names (#3901)Thomas Lively2021-05-251-0/+24
* Emit imported functions first in symbol maps (#3900)Thomas Lively2021-05-201-1/+5
* [wasm-split] Add a --symbolmap option (#3894)Thomas Lively2021-05-192-0/+30
* Fix element segment ordering in Print (#3818)Abbas Mashayekh2021-04-201-2/+2