summaryrefslogtreecommitdiff
path: root/src/passes/DeadCodeElimination.cpp
Commit message (Expand)AuthorAgeFilesLines
* [EH] Fix pop enclosed within a block in DCE (#6922)Heejin Ahn2024-09-101-12/+13
* [NFC] Standardize Super:: over super:: (#6920)Alon Zakai2024-09-101-1/+1
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-201-0/+6
* DCE: Fix old EH on a pop that gets moved in a catch body (#6400)Alon Zakai2024-03-141-7/+25
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+3
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+4
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-2/+5
* Rewrite DCE pass (#3274)Alon Zakai2020-10-261-493/+95
* Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)Thomas Lively2020-10-221-0/+2
* GC: Add stubs for the remaining instructions (#3174)Daniel Wirtz2020-09-291-0/+24
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+4
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-0/+10
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-3/+9
* Remove `Push` (#2867)Thomas Lively2020-05-221-2/+0
* Handle throw and rethrow in DCE (#2844)Heejin Ahn2020-05-111-8/+12
* Initial multivalue support (#2675)Thomas Lively2020-03-051-0/+4
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-4/+8
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-0/+6
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-2/+2
* Remove 'none' type as a branch target in ReFinalize (#2492)Alon Zakai2019-12-041-1/+1
* Add EH support for DCE pass (#2415)Heejin Ahn2019-11-011-1/+30
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-0/+2
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-2/+2
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+2
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-0/+16
* Finalize tail call support (#2246)Thomas Lively2019-07-231-1/+9
* Minimal Push/Pop support (#2207)Alon Zakai2019-07-031-0/+4
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-10/+10
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-3/+6
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-95/+133
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-1/+1
* Bulk memory operations (#1892)Thomas Lively2019-02-051-0/+4
* SIMD (#1820)Thomas Lively2018-12-131-0/+5
* Remove default cases (#1757)Thomas Lively2018-11-271-2/+2
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-5/+0
* Souper integration + DataFlow optimizations (#1638)Alon Zakai2018-08-271-1/+1
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-1/+1
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-3/+3
* Atomics support in interpreter + optimizer + fuzz fixes for that (#1227)Alon Zakai2017-10-201-0/+4
* fix a dce fuzz bug where if changed to unreachable but didn't propagate that ...Alon Zakai2017-10-101-1/+5
* Add a superclass typedef to WalkerPass to simplify overrides (#1211)jgravelle-google2017-10-041-2/+2
* fix dce bug with not updating the parent when turning a node unreachable (#1198)Alon Zakai2017-09-251-20/+23
* Optimizer support for atomic instructions (#1094)Derek Schuff2017-07-211-60/+38
* add the option to seek named breaks, not just taken breaks; refactor headers ...Alon Zakai (kripken)2017-07-111-2/+2
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-1/+1
* optimize dceing of blocks and known-to-exist children (#1015)Alon Zakai2017-05-181-57/+34
* Validate finalization (#1014)Alon Zakai2017-05-181-8/+34
* when creating blocks during dce, make sure they have the same type as before ...Alon Zakai (kripken)2017-05-021-9/+14
* improve dce to handle more cases of nested unreachable code (#989)Alon Zakai2017-05-021-7/+41
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-2/+2