index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
wasm-only.fromasm.clamp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-122
/
+122
*
Properly optimize loop values (#1800)
Alon Zakai
2018-12-05
1
-19
/
+19
*
Run coalesce-locals after the final simplify-locals.
Alon Zakai (kripken)
2018-12-04
1
-39
/
+24
*
Use getTempRet0/setTempRet0 in LegalizeJSInterface.cpp (#1709)
Sam Clegg
2018-11-20
1
-38
/
+30
*
Rename tableBase/memoryBase to __table_base/__memory_base (#1731)
Sam Clegg
2018-11-08
1
-4
/
+4
*
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
-3
/
+3
*
DeadArgumentElimination Pass (#1641)
Alon Zakai
2018-09-05
1
-296
/
+39
*
Stack IR (#1623)
Alon Zakai
2018-07-30
1
-27
/
+27
*
Merge loop tails up (#1543)
Alon Zakai
2018-05-10
1
-3
/
+3
*
do more optimizations after inlining: precompute-propagate plus all regular o...
Alon Zakai
2018-04-30
1
-13
/
+11
*
Improve precompute-propagate (#1514)
Alon Zakai
2018-04-26
1
-18
/
+1
*
Add i64 high bits (tempRet0) helper funcs when legalizing JS interface (#1428)
Alon Zakai
2018-02-22
1
-0
/
+10
*
Inlining improvements (#1397)
Alon Zakai
2018-02-02
1
-58
/
+27
*
Inlining improvements (#1375)
Alon Zakai
2018-01-24
1
-29
/
+14
*
Global optimization fixes (#1360)
Alon Zakai
2018-01-17
1
-96
/
+67
*
Optimize out memory and table when possible (#1352)
Alon Zakai
2018-01-10
1
-4
/
+4
*
Redundant Set Elimination pass (#1344)
Alon Zakai
2018-01-05
1
-3
/
+1
*
Emit binary function index in comment in text format, for convenience (#1232)
Alon Zakai
2017-10-20
1
-30
/
+30
*
Share trap mode between asm2wasm and s2wasm (#1168)
jgravelle-google
2017-10-02
1
-14
/
+88
*
precompute-propagate pass (#1179)
Alon Zakai
2017-09-12
1
-48
/
+22
*
Improve and enable inlining pass (#966)
Alon Zakai
2017-08-07
1
-64
/
+101
*
fix asm2wasm wasm-only i64 switches with a large (>32 bit) offset #1109 (#1111)
Alon Zakai
2017-07-26
1
-4
/
+48
*
loads may trap, do not remove them in vacuum unless the pass options allow that
Alon Zakai (kripken)
2017-07-11
1
-1
/
+130
*
Code folding (#1076)
Alon Zakai
2017-06-28
1
-17
/
+8
*
Consistently handle possible traps in all cases (#1062)
Alon Zakai
2017-06-22
1
-14
/
+74
*
Support new result syntax for if/loop/block (#1047)
Sam Clegg
2017-06-12
1
-6
/
+6
*
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
-470
/
+470
*
Use 3 modes for potentially trapping ops in asm2wasm (#929)
Alon Zakai
2017-03-07
1
-0
/
+514