summaryrefslogtreecommitdiff
path: root/src/passes/Strip.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename UserSection -> CustomSection. NFC (#5288)Sam Clegg2022-11-221-10/+10
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-1/+1
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+1
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+2
* Remove 'using namespace std' (NFC) (#4349)Heejin Ahn2021-11-221-2/+0
* Add a --strip-dwarf pass (#2454)Alon Zakai2019-11-191-0/+6
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-15/+8
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-5/+0
* Add strip-target-features pass (#1946)Thomas Lively2019-03-141-0/+5
* Do not erase internal debug into in --strip-producers - the pass was uncondit...Alon Zakai2019-03-141-5/+9
* Strip the producers section in --strip-producers (#1875)Alon Zakai2019-01-311-10/+24
* Add --strip that removes debug info (#1787)Alon Zakai2018-12-031-0/+60