index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
wasm-only.fromasm.imprecise
Commit message (
Expand
)
Author
Age
Files
Lines
*
use TypeUpdater in vacuum
Alon Zakai (kripken)
2017-05-20
1
-1
/
+0
*
Validate finalization (#1014)
Alon Zakai
2017-05-18
1
-0
/
+331
*
optimize if and select in the case their values are identical (#1013)
Alon Zakai
2017-05-17
1
-19
/
+4
*
merge blocks before and after remove-unused-brs
Alon Zakai (kripken)
2017-05-10
1
-1
/
+0
*
use a single space for pretty printing of wasts, so massive wasts are less un...
Alon Zakai
2017-03-09
1
-397
/
+397
*
stop doing dce in -O0, which was just need temporarily while browsers figure ...
Alon Zakai
2017-03-06
1
-0
/
+1
*
add a dce at the end of asm2wasm, so it handles code changes from intermediat...
Alon Zakai (kripken)
2017-01-12
1
-1
/
+0
*
add a test showing unreachable code after a return
Alon Zakai (kripken)
2017-01-12
1
-0
/
+30
*
emit globals before table and memory, because they may use a global for their...
Alon Zakai
2016-12-30
1
-1
/
+1
*
properly legalize imported table elements
Alon Zakai
2016-12-07
1
-2
/
+18
*
fix legalization issues with f32s
Alon Zakai
2016-12-07
1
-2
/
+15
*
verify we don't legalize table elements
Alon Zakai
2016-12-07
1
-1
/
+2
*
add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te...
Alon Zakai
2016-12-07
1
-2
/
+10
*
improve local simplication: simplify without if/block structure values before...
Alon Zakai
2016-11-06
1
-6
/
+0
*
run remove-unused-functions by default
Alon Zakai
2016-10-14
1
-0
/
+42
*
if we see no asm.js function tables, the table size is 0
Alon Zakai
2016-10-11
1
-1
/
+1
*
Require unique names in binaryen IR (#746)
Alon Zakai
2016-10-06
1
-7
/
+7
*
handle ifs with an i64 condition #741 (#742)
Alon Zakai
2016-10-04
1
-1
/
+3
*
wasm-only additions: i32.cttz, copysign, popcnt (#729)
Alon Zakai
2016-10-02
1
-0
/
+9
*
More wasm-only opts (#727)
Alon Zakai
2016-10-02
1
-0
/
+314