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
*
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
*
don't convert unreachable -> unreachable in dce
Alon Zakai
2016-10-13
1
-1
/
+1
*
handle globals in dce
Alon Zakai
2016-10-13
1
-0
/
+2
*
DCE bugfix (#736)
Alon Zakai
2016-10-04
1
-2
/
+13
*
loops no longer have an out label and other upstream loop updates
Alon Zakai
2016-09-07
1
-6
/
+2
*
call_indirect now has the target at the end
Alon Zakai
2016-09-07
1
-16
/
+17
*
add drop and tee expressions
Alon Zakai
2016-09-07
1
-7
/
+14
*
fix dce bug in non-parallel mode, which happens in debug mode, and add debug ...
Alon Zakai
2016-07-16
1
-1
/
+6
*
Add initialization functions for passes to avoid missing pass registration du...
Jukka Jylänki
2016-06-21
1
-1
/
+3
*
use WASM_UNUSED in some places to fix compiler warning/error on unused variab...
Alon Zakai
2016-06-08
1
-2
/
+1
*
move function parallelism to pass and pass runner, which allows more efficien...
Alon Zakai
2016-06-03
1
-1
/
+3
*
dead code elimination pass (#536)
Alon Zakai
2016-05-22
1
-0
/
+351