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