index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unit.fromasm.imprecise.no-opts
Commit message (
Expand
)
Author
Age
Files
Lines
*
sort locals by number of total copies
Alon Zakai
2016-09-10
1
-0
/
+54
*
take into account removed copies even when number of locals is the same, in c...
Alon Zakai
2016-09-09
1
-0
/
+43
*
autodrop if body if no else
Alon Zakai
2016-09-07
1
-2
/
+14
*
add a test
Alon Zakai
2016-09-07
1
-0
/
+8
*
track globals in EffectAnalyzer
Alon Zakai
2016-09-07
1
-0
/
+35
*
optimize loads+shifts into signed loads
Alon Zakai
2016-09-07
1
-0
/
+90
*
new export syntax in spec repo
Alon Zakai
2016-09-07
1
-2
/
+2
*
new import syntax in spec repo
Alon Zakai
2016-09-07
1
-13
/
+13
*
Add a ReFinalize helper, and use that to properly handle asm.js imports whose...
Alon Zakai
2016-09-07
1
-14
/
+52
*
support HEAP8[x | 0| notation in asm2wasm
Alon Zakai
2016-09-07
1
-0
/
+7
*
import memoryBase and tableBase
Alon Zakai
2016-09-07
1
-0
/
+2
*
import table
Alon Zakai
2016-09-07
1
-0
/
+1
*
import memory #684
Alon Zakai
2016-09-07
1
-1
/
+1
*
when replacing an if with its condition (when it has no body), we must drop it
Alon Zakai
2016-09-07
1
-0
/
+21
*
add a test for loop finalization
Alon Zakai
2016-09-07
1
-0
/
+25
*
run vacuum again after autodrop in asm2wasm, if optimizing
Alon Zakai
2016-09-07
1
-0
/
+37
*
fix AutoDrop block handling - the block type might change as we modify its co...
Alon Zakai
2016-09-07
1
-67
/
+51
*
set type of calls to their target, instead of the previous behavior where the...
Alon Zakai
2016-09-07
1
-0
/
+25
*
use globals in asm2wasm
Alon Zakai
2016-09-07
1
-21
/
+13
*
export kinds
Alon Zakai
2016-09-07
1
-1
/
+1
*
add a drop for final elements in blocks if they are not used
Alon Zakai
2016-09-07
1
-10
/
+22
*
loops no longer have an out label and other upstream loop updates
Alon Zakai
2016-09-07
1
-63
/
+77
*
call_indirect now has the target at the end
Alon Zakai
2016-09-07
1
-3
/
+3
*
add drop and tee expressions
Alon Zakai
2016-09-07
1
-70
/
+156
*
offset support in table
Alon Zakai
2016-08-15
1
-1
/
+1
*
support function table initial and max sizes, and new printing format
Alon Zakai
2016-08-12
1
-1
/
+2
*
handle param overloading in asm2wasm ffis (#629)
Alon Zakai
2016-07-12
1
-4
/
+15
*
fix br_if with value optimization in remove-unused-brs
Alon Zakai
2016-06-11
1
-0
/
+24
*
if we use the zero-init value of a local, we cannot coalesce it with a param ...
Alon Zakai
2016-06-01
1
-0
/
+28
*
handle duplicate exports in asm2wasm
Alon Zakai
2016-05-31
1
-0
/
+7
*
move blocks outside in merge-blocks so that they can be merged later
Alon Zakai
2016-05-24
1
-2
/
+111
*
don't depend on asm.js type detection in binary formation in asm2wasm, use th...
Alon Zakai
2016-05-22
1
-0
/
+15
*
add --no-opt testing to asm2wasm
Alon Zakai
2016-05-19
1
-0
/
+571