index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
MergeBlocks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Address review feedback for #1014 (#1016)
Alon Zakai
2017-05-18
1
-2
/
+2
*
Validate finalization (#1014)
Alon Zakai
2017-05-18
1
-2
/
+19
*
Default Walker subclasses to using Visitor<SubType> (#921)
jgravelle-google
2017-02-23
1
-3
/
+3
*
Improve handling of implicit traps (#898)
Alon Zakai
2017-02-06
1
-5
/
+5
*
use MixedArena in asm.js ast
Alon Zakai (kripken)
2017-01-31
1
-1
/
+1
*
fix a reordering bug in merge-blocks (#846)
Alon Zakai
2016-11-25
1
-2
/
+6
*
optimize child blocks in merge-blocks when we drop values in them, they may h...
Alon Zakai
2016-10-29
1
-60
/
+73
*
fix break value removal in merge-blocks: a br_if's type changes without a val...
Alon Zakai
2016-10-29
1
-1
/
+10
*
handle the case of a br_if whose value is used in merge-blocks
Alon Zakai
2016-10-29
1
-14
/
+38
*
move drop into blocks, dropping all the breaks as well, when possible
Alon Zakai
2016-09-07
1
-8
/
+58
*
add drop and tee expressions
Alon Zakai
2016-09-07
1
-0
/
+19
*
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
*
fix a merge-blocks bug where we merged named blocks
Alon Zakai
2016-05-25
1
-1
/
+1
*
move blocks outside in merge-blocks so that they can be merged later
Alon Zakai
2016-05-24
1
-0
/
+124
*
add an ArenaVector for internal array allocations in expression nodes
Alon Zakai
2016-04-26
1
-1
/
+1
*
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
*
dyn_cast => dynCast
Alon Zakai
2016-04-11
1
-1
/
+1
*
De-recurse traversals (#333)
Alon Zakai
2016-04-11
1
-1
/
+1
*
Some cleanup.
Michael Bebenita
2016-01-14
1
-1
/
+1
*
Use LLVM style static polymorphism for WasmVisitors.
Michael Bebenita
2016-01-13
1
-2
/
+2
*
A more generic compiler pass system.
Michael Bebenita
2016-01-13
1
-1
/
+1
*
MergeBlocks #32
Alon Zakai
2016-01-05
1
-0
/
+56