index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unit.fromasm.clamp.no-opts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove asm2wasm (#3042)
Alon Zakai
2020-08-17
1
-2252
/
+0
*
Remove function index printing (#2742)
Thomas Lively
2020-04-09
1
-79
/
+79
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-16
/
+31
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-4
/
+4
*
Remove f32 legalization from LegalizeJSInterface (#2052)
Sam Clegg
2019-04-25
1
-54
/
+6
*
Emscripten stack simplification (#1870)
Alon Zakai
2019-01-16
1
-0
/
+7
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-356
/
+356
*
Rename tableBase/memoryBase to __table_base/__memory_base (#1731)
Sam Clegg
2018-11-08
1
-3
/
+3
*
Emit imports before defined things in text format (#1715)
Alon Zakai
2018-11-01
1
-1
/
+1
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-2
/
+2
*
fix sign detection of a floating-point mod ; fixes kripken/emscripten#7123 (#...
Alon Zakai
2018-09-15
1
-10
/
+36
*
Optimize out memory and table when possible (#1352)
Alon Zakai
2018-01-10
1
-4
/
+4
*
Update call_indirect text syntax to match spec update (#1281)
Derek Schuff
2017-11-13
1
-8
/
+8
*
Emit binary function index in comment in text format, for convenience (#1232)
Alon Zakai
2017-10-20
1
-84
/
+84
*
optimize helper funcs (like i32-div) if created in asm2wasm, so they are cons...
Alon Zakai
2017-10-04
1
-0
/
+38
*
Share trap mode between asm2wasm and s2wasm (#1168)
jgravelle-google
2017-10-02
1
-5
/
+55
*
precompute-propagate pass (#1179)
Alon Zakai
2017-09-12
1
-22
/
+76
*
Improve and enable inlining pass (#966)
Alon Zakai
2017-08-07
1
-0
/
+5
*
fix import type detection of calls in comma operators; when the parent is a c...
Alon Zakai
2017-07-27
1
-0
/
+18
*
fix f32 frem in asm2wasm #1105 (#1106)
Alon Zakai
2017-07-20
1
-0
/
+20
*
fix merge-blocks logic in call, call_indirect, select, we need to avoid any d...
Alon Zakai (kripken)
2017-07-14
1
-0
/
+19
*
Consistently handle possible traps in all cases (#1062)
Alon Zakai
2017-06-22
1
-1
/
+1
*
Support new result syntax for if/loop/block (#1047)
Sam Clegg
2017-06-12
1
-27
/
+27
*
asm2wasm: properly infer return type of a call inside a sequence (#1006)
Alon Zakai
2017-05-09
1
-2
/
+26
*
fix autoDrop, now that we properly set block types, unreachable can easily ha...
Alon Zakai
2017-05-09
1
-0
/
+39
*
add test for f64-to-int signed/unsigned
Alon Zakai (kripken)
2017-04-18
1
-0
/
+24
*
use a single space for pretty printing of wasts, so massive wasts are less un...
Alon Zakai
2017-03-09
1
-1794
/
+1794
*
Use 3 modes for potentially trapping ops in asm2wasm (#929)
Alon Zakai
2017-03-07
1
-0
/
+1961