summaryrefslogtreecommitdiff
path: root/src/passes/LocalCSE.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-2/+5
* Make local.tee's type its local's type (#2511)Heejin Ahn2019-12-121-1/+2
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-1/+1
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-6/+6
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-11/+12
* Verify flat IR where it is expected, and give a nice error (#2009)Alon Zakai2019-04-161-1/+3
* Massive renaming (#1855)Thomas Lively2019-01-071-2/+2
* LocalCSE: Consider pass options, both size and cost (#1840)Alon Zakai2018-12-211-2/+14
* LocalCSE fuzz fix: invalidate the set operations too (#1778)Alon Zakai2018-11-281-2/+23
* Improve local-cse (#1594)Alon Zakai2018-06-081-34/+77
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-1/+1
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-2/+2
* Add a superclass typedef to WalkerPass to simplify overrides (#1211)jgravelle-google2017-10-041-1/+1
* add the option to seek named breaks, not just taken breaks; refactor headers ...Alon Zakai (kripken)2017-07-111-1/+1
* Local CSE (#930)Alon Zakai2017-03-081-0/+156