index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
Commit message (
Expand
)
Author
Age
Files
Lines
*
support fixed (non-relocatable) segments in wasm-merge. also a few printing f...
Alon Zakai
2017-12-05
1
-4
/
+2
*
br_if-to-table (#1313)
Alon Zakai
2017-12-04
1
-6
/
+170
*
De-morgan's "and" law (#1297)
Alon Zakai
2017-11-30
1
-0
/
+26
*
make sure we do not fold out code from blocks with a fallthrough value, and t...
Alon Zakai
2017-11-30
1
-4
/
+18
*
Fix a code-folding fuzz bug (#1282)
Alon Zakai
2017-11-17
1
-2
/
+12
*
Flatten tee (#1296)
Alon Zakai
2017-11-17
1
-1
/
+15
*
add i64_atomics_* support to asm2wasm (#1262)
Alon Zakai
2017-11-14
1
-1
/
+2
*
Update call_indirect text syntax to match spec update (#1281)
Derek Schuff
2017-11-13
1
-1
/
+1
*
Rereloop fuzz fix (#1259)
Alon Zakai
2017-11-09
1
-0
/
+12
*
Restrict validation output to just validation errors in the API (#1253)
Daniel Wirtz
2017-11-01
1
-0
/
+2
*
Fix binaryen.js's wasm2asm (#1257)
Alon Zakai
2017-11-01
1
-0
/
+2
*
Add Features enum to IR (#1250)
Derek Schuff
2017-10-27
1
-2
/
+2
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
26
-54
/
+55
*
fix safe-heap regression with handling of existing imports (#1237)
Alon Zakai
2017-10-24
1
-2
/
+2
*
only look at the |signed| field of loads if it is relevant (#1235)
Alon Zakai
2017-10-23
1
-2
/
+4
*
Emit binary function index in comment in text format, for convenience (#1232)
Alon Zakai
2017-10-20
1
-0
/
+11
*
Atomics support in interpreter + optimizer + fuzz fixes for that (#1227)
Alon Zakai
2017-10-20
4
-2
/
+21
*
clean up ImportUtils: make getImport return the import (more consistent with ...
Alon Zakai
2017-10-17
1
-6
/
+9
*
Use the type system to check if something is flowed out of (#1224)
Alon Zakai
2017-10-16
1
-3
/
+3
*
fix ssaify bug where we failed to update the location of values as we moved t...
Alon Zakai
2017-10-11
1
-6
/
+12
*
fix simplify-locals bug where we create a br_if value, which is dangerous if ...
Alon Zakai
2017-10-11
1
-0
/
+46
*
fix re-reloop fuzz bug, we need to ensure a terminator in all relooper blocks...
Alon Zakai
2017-10-11
1
-0
/
+31
*
Add Builder::makeGlobal for nicer global creation (#1221)
Alon Zakai
2017-10-10
1
-6
/
+7
*
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
11
-14
/
+14
*
Flattening rewrite (#1201)
Alon Zakai
2017-10-03
6
-528
/
+389
*
Refactor validator API to use enums (#1209)
Alon Zakai
2017-10-03
1
-2
/
+6
*
Share trap mode between asm2wasm and s2wasm (#1168)
jgravelle-google
2017-10-02
4
-0
/
+323
*
fix regression from 45d88e3ef5f895b2fde77e3588f84d66e67bdd88 - left may not e...
Alon Zakai
2017-10-02
1
-1
/
+1
*
fix optimize-instructions handling of shifts by a zero or of a zero when comb...
Alon Zakai
2017-10-02
1
-2
/
+3
*
fix dce bug with not updating the parent when turning a node unreachable (#1198)
Alon Zakai
2017-09-25
1
-20
/
+23
*
Refactor i64 lowering to use RAII temp vars (#1177)
Thomas Lively
2017-09-23
1
-173
/
+190
*
Make localNames into a map (#1189)
Thomas Lively
2017-09-23
1
-1
/
+0
*
Update text syntax for shared memory limits (#1197)
Derek Schuff
2017-09-22
1
-3
/
+4
*
precompute-propagate pass (#1179)
Alon Zakai
2017-09-12
5
-260
/
+190
*
Make several derived classes final (#1180)
Derek Schuff
2017-09-12
1
-6
/
+5
*
Const hoisting (#1176)
Alon Zakai
2017-09-12
5
-1
/
+135
*
asm2wasm atomics (#1171)
Alon Zakai
2017-09-11
1
-1
/
+1
*
Merge pull request #1175 from WebAssembly/fuzz
Alon Zakai
2017-09-10
3
-9
/
+30
|
\
|
*
code-folding must propagate types when it optimizes something
Alon Zakai
2017-09-09
1
-3
/
+6
|
*
when if arms are identical, merging them may change the type of the if, if it...
Alon Zakai
2017-09-06
1
-6
/
+23
|
*
initial call_indirect support in ttf mode
Alon Zakai
2017-09-06
1
-0
/
+1
*
|
Add support for sign-extension operators from threading proposal (#1167)
Derek Schuff
2017-09-06
2
-0
/
+7
*
|
clean up untaken => unreachable, as well as unnecessary named stuff in valida...
Alon Zakai
2017-09-06
2
-3
/
+3
|
/
*
Return to more structured type rules for block and if (#1148)
Alon Zakai
2017-09-05
4
-4
/
+20
*
wasm-reduce tool (#1139)
Alon Zakai
2017-09-01
1
-2
/
+4
*
i64 to i32 lowering for wasm2asm (#1134)
Thomas Lively
2017-09-01
4
-0
/
+1200
*
Merge pull request #1154 from WebAssembly/fuzz
Alon Zakai
2017-08-28
2
-3
/
+14
|
\
|
*
fix an inlining bug where a void function has an unreachable body
Alon Zakai (kripken)
2017-08-28
1
-1
/
+10
|
*
fix remove-unused-brs bug with merging br_ifs with unreachable code
Alon Zakai
2017-08-28
1
-2
/
+4
[next]