index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
DeadCodeElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[EH] Fix pop enclosed within a block in DCE (#6922)
Heejin Ahn
2024-09-10
1
-12
/
+13
*
[NFC] Standardize Super:: over super:: (#6920)
Alon Zakai
2024-09-10
1
-1
/
+1
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
1
-0
/
+6
*
DCE: Fix old EH on a pop that gets moved in a catch body (#6400)
Alon Zakai
2024-03-14
1
-7
/
+25
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+3
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-0
/
+4
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-2
/
+5
*
Rewrite DCE pass (#3274)
Alon Zakai
2020-10-26
1
-493
/
+95
*
Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)
Thomas Lively
2020-10-22
1
-0
/
+2
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+24
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+4
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+10
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-3
/
+9
*
Remove `Push` (#2867)
Thomas Lively
2020-05-22
1
-2
/
+0
*
Handle throw and rethrow in DCE (#2844)
Heejin Ahn
2020-05-11
1
-8
/
+12
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-0
/
+4
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-4
/
+8
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-0
/
+6
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-2
/
+2
*
Remove 'none' type as a branch target in ReFinalize (#2492)
Alon Zakai
2019-12-04
1
-1
/
+1
*
Add EH support for DCE pass (#2415)
Heejin Ahn
2019-11-01
1
-1
/
+30
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+2
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-2
/
+2
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+2
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+16
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-1
/
+9
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+4
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-10
/
+10
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-3
/
+6
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-95
/
+133
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-1
/
+1
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-0
/
+4
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-0
/
+5
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-2
/
+2
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-5
/
+0
*
Souper integration + DataFlow optimizations (#1638)
Alon Zakai
2018-08-27
1
-1
/
+1
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-1
/
+1
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-3
/
+3
*
Atomics support in interpreter + optimizer + fuzz fixes for that (#1227)
Alon Zakai
2017-10-20
1
-0
/
+4
*
fix a dce fuzz bug where if changed to unreachable but didn't propagate that ...
Alon Zakai
2017-10-10
1
-1
/
+5
*
Add a superclass typedef to WalkerPass to simplify overrides (#1211)
jgravelle-google
2017-10-04
1
-2
/
+2
*
fix dce bug with not updating the parent when turning a node unreachable (#1198)
Alon Zakai
2017-09-25
1
-20
/
+23
*
Optimizer support for atomic instructions (#1094)
Derek Schuff
2017-07-21
1
-60
/
+38
*
add the option to seek named breaks, not just taken breaks; refactor headers ...
Alon Zakai (kripken)
2017-07-11
1
-2
/
+2
*
Support new result syntax for if/loop/block (#1047)
Sam Clegg
2017-06-12
1
-1
/
+1
*
optimize dceing of blocks and known-to-exist children (#1015)
Alon Zakai
2017-05-18
1
-57
/
+34
*
Validate finalization (#1014)
Alon Zakai
2017-05-18
1
-8
/
+34
*
when creating blocks during dce, make sure they have the same type as before ...
Alon Zakai (kripken)
2017-05-02
1
-9
/
+14
*
improve dce to handle more cases of nested unreachable code (#989)
Alon Zakai
2017-05-02
1
-7
/
+41
*
Default Walker subclasses to using Visitor<SubType> (#921)
jgravelle-google
2017-02-23
1
-2
/
+2
[next]