summaryrefslogtreecommitdiff
path: root/src/passes/LocalCSE.cpp
Commit message (Expand)AuthorAgeFilesLines
* Warn when running a pass not compatible with DWARF (#3506)Alon Zakai2021-01-261-0/+4
* Refactor hashing (#3023)Daniel Wirtz2020-08-121-3/+5
* Use direct pointers as Type IDs (#2745)Thomas Lively2020-04-131-1/+1
* Fix LocalCSE's usable local selection (#2638)Heejin Ahn2020-02-051-5/+29
* Add EH support for EffectAnalyzer (#2631)Heejin Ahn2020-02-031-6/+12
* 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