| Commit message (Expand) | Author | Age | Files | Lines |
* | Use empty blocks instead of nops for empty scopes in IRBuilder (#7080) | Thomas Lively | 2024-11-14 | 3 | -3/+0 |
* | [Parser] Enable the new text parser by default (#6371) | Thomas Lively | 2024-04-25 | 1 | -1/+1 |
* | Get more tests working with the new text parser (#6284) | Thomas Lively | 2024-02-07 | 3 | -9/+11 |
* | Fix incorrect wat in tests (#6207) | Thomas Lively | 2024-01-08 | 3 | -4/+3 |
* | 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 |
* | Partially revert #6026 (#6043) | Alon Zakai | 2023-10-23 | 2 | -7/+28 |
* | RemoveUnusedModuleElements: Make exports skip trampolines (#6026) | Alon Zakai | 2023-10-19 | 2 | -28/+7 |
* | [typed-cont] Allow result types on tags (#5997) | Frank Emrich | 2023-10-05 | 1 | -2/+2 |
* | Simplify and consolidate type printing (#5816) | Thomas Lively | 2023-08-24 | 9 | -41/+41 |
* | [wasm-metadce] Note ref.func connections + fix rooting of segment offsets (#5... | Jérôme Vouillon | 2023-06-29 | 8 | -0/+98 |
* | Print function types on function imports in the text format (#5727) | Alon Zakai | 2023-05-17 | 5 | -11/+11 |
* | Use Names instead of indices to identify segments (#5618) | Thomas Lively | 2023-04-04 | 3 | -6/+6 |
* | Make constant expression validation stricter (#5557) | Thomas Lively | 2023-03-10 | 3 | -9/+5 |
* | Change the default type system to isorecursive (#5239) | Thomas Lively | 2022-11-23 | 7 | -14/+14 |
* | First class Data Segments (#4733) | Ashley Nelson | 2022-06-21 | 1 | -2/+2 |
* | [wasm-metadce] Add support for tags (#4250) | Heejin Ahn | 2021-10-14 | 4 | -0/+41 |
* | Remove (attr 0) from tag text format (#3946) | Heejin Ahn | 2021-06-19 | 2 | -3/+3 |
* | [EH] Replace event with tag (#3937) | Heejin Ahn | 2021-06-18 | 4 | -10/+10 |
* | Remove Type ordering (#3793) | Thomas Lively | 2021-05-18 | 1 | -1/+1 |
* | Fix element segment ordering in Print (#3818) | Abbas Mashayekh | 2021-04-20 | 2 | -2/+2 |
* | Remove passive keyword from data segment parser (#3757) | Abbas Mashayekh | 2021-03-30 | 2 | -2/+2 |
* | Remove legacy DYNAMICTOP_PTR support from SafeHeap (#3425) | Sam Clegg | 2020-12-04 | 3 | -9/+1 |
* | Fix applying default / unify SExpr and Wasm builder names (#3179) | Daniel Wirtz | 2020-09-30 | 2 | -2/+2 |
* | Remove function index printing (#2742) | Thomas Lively | 2020-04-09 | 6 | -13/+13 |
* | Remove FunctionType (#2510) | Thomas Lively | 2019-12-11 | 6 | -19/+20 |
* | Remove FunctionType from Event (#2466) | Thomas Lively | 2019-11-25 | 1 | -1/+0 |
* | Add feature flags and validation to wasm-metadce (#2364) | Thomas Lively | 2019-09-27 | 3 | -2/+16 |
* | Add event section (#2151) | Heejin Ahn | 2019-05-31 | 4 | -2/+18 |
* | Refactor type and function parsing (#2143) | Heejin Ahn | 2019-05-24 | 1 | -2/+2 |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 4 | -19/+19 |
* | Emit imports before defined things in text format (#1715) | Alon Zakai | 2018-11-01 | 2 | -2/+2 |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 6 | -14/+14 |
* | Optimize out memory and table when possible (#1352) | Alon Zakai | 2018-01-10 | 10 | -10/+0 |
* | metadce fixes (#1329) | Alon Zakai | 2017-12-07 | 9 | -28/+79 |
* | wasm-metadce tool (#1320) | Alon Zakai | 2017-12-06 | 40 | -0/+587 |