summaryrefslogtreecommitdiff
path: root/test/passes/post-emscripten.txt
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-3/+0
* Do not repeat types names in text output (#6499)Thomas Lively2024-04-161-6/+6
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-9/+9
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-3/+3
* Handle invokes of invalid function pointers. See #14174 (#3951)Alon Zakai2021-06-241-5/+12
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Remove OptimizeCalls from PostEmscripten. NFC. (#3326)Sam Clegg2020-11-061-80/+6
* Rename Emscripten EHSjLj functions in wasm backend (#3191)Heejin Ahn2020-10-101-13/+0
* Stop renaming longjmp in wasm-emscripten-finalize (#3111)Alon Zakai2020-09-111-0/+13
* Remove function index printing (#2742)Thomas Lively2020-04-091-12/+12
* Handle indirect calls in CallGraphPropertyAnalysis (#2624)Alon Zakai2020-01-241-0/+24
* Remove FunctionType (#2510)Thomas Lively2019-12-111-21/+19
* Optimize away invoke_ calls where possible (#2442)Alon Zakai2019-11-191-2/+87
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-3/+3
* Consistently optimize small added constants into load/store offsets (#1924)Alon Zakai2019-03-011-114/+3
* Massive renaming (#1855)Thomas Lively2019-01-071-31/+31
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-011-1/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-1/+1
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-4/+4
* optimize pow (#934)Alon Zakai2017-03-101-2/+69
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-109/+109
* Fix regression from #850 (#851)Alon Zakai2016-11-301-0/+73
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-1/+1
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
* add drop and tee expressionsAlon Zakai2016-09-071-16/+28
* wast function type name desugaring is changing in spec:301 (#654)Alon Zakai2016-07-281-1/+2
* Make initial and max memory sizes be in pages instead of bytesDerek Schuff2016-03-091-1/+1
* optimize load offsets from emscripten outputAlon Zakai2016-01-311-0/+29