index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
Vacuum.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Validate finalization (#1014)
Alon Zakai
2017-05-18
1
-23
/
+30
*
handle a drop of an if with both arms unreachable, which is possible since wa...
Alon Zakai
2017-05-01
1
-4
/
+2
*
do not merge a drop out of an if if the sides have different types, then the ...
Alon Zakai
2017-02-28
1
-5
/
+9
*
Default Walker subclasses to using Visitor<SubType> (#921)
jgravelle-google
2017-02-23
1
-1
/
+1
*
Improve handling of implicit traps (#898)
Alon Zakai
2017-02-06
1
-12
/
+12
*
fix vacuum big where we changed an unreachable node to a nop (#728)
Alon Zakai
2016-10-02
1
-1
/
+5
*
optimize if(const)
Alon Zakai
2016-09-24
1
-0
/
+15
*
replace two drops in an if-else with one on the if
Alon Zakai
2016-09-23
1
-2
/
+7
*
remove final elements in vacuum carefully: we must preserve a return value if...
Alon Zakai
2016-09-11
1
-10
/
+29
*
properly handle blocks with return values in vacuum - we cannot remove their ...
Alon Zakai
2016-09-07
1
-3
/
+22
*
vacuum drops better
Alon Zakai
2016-09-07
1
-8
/
+21
*
sink a drop into a single if arm
Alon Zakai
2016-09-07
1
-0
/
+19
*
when replacing an if with its condition (when it has no body), we must drop it
Alon Zakai
2016-09-07
1
-1
/
+1
*
use globals in asm2wasm
Alon Zakai
2016-09-07
1
-0
/
+2
*
add an ExpressionStack traversal
Alon Zakai
2016-09-07
1
-20
/
+1
*
add drop and tee expressions
Alon Zakai
2016-09-07
1
-0
/
+8
*
Add initialization functions for passes to avoid missing pass registration du...
Jukka Jylänki
2016-06-21
1
-1
/
+3
*
move function parallelism to pass and pass runner, which allows more efficien...
Alon Zakai
2016-06-03
1
-1
/
+3
*
vacuum the top of functions too
Alon Zakai
2016-05-19
1
-0
/
+12
*
vacuum away everything not tied down
Alon Zakai
2016-05-19
1
-8
/
+111
*
use separate internal opcodes for unary variants
Alon Zakai
2016-05-18
1
-1
/
+1
*
remove dead get_locals in vacuum
Alon Zakai
2016-05-16
1
-2
/
+29
*
Harmonize the internal opcodes with the binary format (#433)
Alon Zakai
2016-05-03
1
-1
/
+1
*
get rid of nops in ifs
Alon Zakai
2016-04-24
1
-0
/
+20
*
vacuum dead code after br_table
Alon Zakai
2016-04-24
1
-1
/
+2
*
vacuum dead code after unconditional brs
Alon Zakai
2016-04-24
1
-3
/
+14
*
optimize --vacuum a little
Alon Zakai
2016-04-20
1
-0
/
+8
*
create a UnifiedExpressionVisitor for passes that want a single visitor funct...
Alon Zakai
2016-04-18
1
-1
/
+1
*
Function parallelism (#343)
Alon Zakai
2016-04-15
1
-0
/
+2
*
De-recurse traversals (#333)
Alon Zakai
2016-04-11
1
-1
/
+1
*
add vacuum pass
Alon Zakai
2016-04-07
1
-0
/
+48
[prev]