summaryrefslogtreecommitdiff
path: root/src/tools/wasm-metadce.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-1/+3
* [StackIR] Allow StackIR to be disabled from the commandline (#6725)Alon Zakai2024-07-101-2/+2
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-1/+1
* Do not add an extra null character when reading files (#6538)Thomas Lively2024-04-241-2/+0
* Add sourcemap support to wasm-metadce and wasm-merge (#6372)Jérôme Vouillon2024-03-061-1/+32
* Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)Heejin Ahn2023-12-141-3/+0
* wasm-metadce all the things (#6142)Alon Zakai2023-11-301-141/+82
* wasm-metadce: Improve name deduplication (#6138)Alon Zakai2023-11-301-2/+5
* [NFC] Add a helper to get function DCE names in wasm-metadce (#5793)Alon Zakai2023-06-301-30/+15
* [wasm-metadce] Note ref.func connections + fix rooting of segment offsets (#5...Jérôme Vouillon2023-06-291-13/+28
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-1/+1
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-8/+8
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+3
* First class Data Segments (#4733)Ashley Nelson2022-06-211-5/+2
* Add categories to --help text (#4421)Alon Zakai2022-01-051-0/+7
* Modernize code to C++17 (#3104)Max Graey2021-11-221-10/+4
* [wasm-metadce] Add support for tags (#4250)Heejin Ahn2021-10-141-0/+17
* [wasm-metadce] Don't add null names to roots (#4246)Heejin Ahn2021-10-141-7/+5
* Apply features from the commandline first (#3960)Alon Zakai2021-07-021-2/+1
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-18/+17
* wasm-metadce: Keep symbols alive if there is any refeence to corresponding GO...Sam Clegg2021-04-211-0/+11
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-7/+9
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-12/+10
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-9/+11
* Refactor printing code so that printing Expressions always works (#3450)Alon Zakai2020-12-171-1/+1
* Binary format code section offset tracking (#2515)Alon Zakai2019-12-191-0/+1
* Fix metadce debug info after #2497 (#2501)Sam Clegg2019-12-041-0/+1
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-041-7/+2
* Add feature flags and validation to wasm-metadce (#2364)Thomas Lively2019-09-271-2/+12
* Simpify PassRunner.add() and automatically parallelize parallel functions (#2...Alon Zakai2019-07-191-3/+1
* Add event section (#2151)Heejin Ahn2019-05-311-2/+32
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-4/+4
* Fix misc. things for globals (#2119)Heejin Ahn2019-05-171-1/+1
* Allow color API to enable and disable colors (#2111)Siddharth2019-05-171-1/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-2/+4
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-122/+146
* Passive segments (#1976)Thomas Lively2019-04-051-1/+3
* Code style improvements (#1868)Alon Zakai2019-01-151-1/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-38/+49
* 'std::string &' => 'std::string& ' (#1403)Alon Zakai2018-02-051-3/+3
* metadce fixes (#1329)Alon Zakai2017-12-071-37/+114
* wasm-metadce tool (#1320)Alon Zakai2017-12-061-0/+471