index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unit.fromasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix sign-ext opt issues (#935)
Alon Zakai
2017-03-09
1
-4
/
+7
*
use a single space for pretty printing of wasts, so massive wasts are less un...
Alon Zakai
2017-03-09
1
-1054
/
+1054
*
Optimize "squared" operations (#905)
Alon Zakai
2017-02-16
1
-7
/
+4
*
optimize linear sums (#904)
Alon Zakai
2017-02-16
1
-25
/
+7
*
add sqrt test (#912)
Alon Zakai
2017-02-16
1
-0
/
+22
*
Optimize precise mode integer ops (#907)
Alon Zakai
2017-02-16
1
-2
/
+10
*
emit globals before table and memory, because they may use a global for their...
Alon Zakai
2016-12-30
1
-2
/
+2
*
make legalizeJSInterface handle f32s as well, which are not valid in asm.js ffis
Alon Zakai
2016-12-07
1
-3
/
+41
*
convert ftCall_* and mftCall_* into table calls
Alon Zakai
2016-12-07
1
-0
/
+16
*
support asm.js numeric exports by creating a global and exporting that
Alon Zakai
2016-12-07
1
-0
/
+2
*
add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te...
Alon Zakai
2016-12-07
1
-8
/
+0
*
use tableBase for the table segments
Alon Zakai
2016-12-07
1
-1
/
+1
*
increase limit in RelooperJumpThreading (#847)
Alon Zakai
2016-11-28
1
-32
/
+32
*
support assigns of f32 to HEAP64 in asm2wasm (#830)
Alon Zakai
2016-11-07
1
-0
/
+11
*
handle a label setting inside the if-body of a label value in RelooperJumpThr...
Alon Zakai
2016-11-06
1
-0
/
+53
*
improve local simplication: simplify without if/block structure values before...
Alon Zakai
2016-11-06
1
-2
/
+1
*
Optimize out bool & 1 (#804)
Alon Zakai
2016-10-25
1
-8
/
+12
*
optimize out i32.and of -1
Alon Zakai
2016-10-15
1
-5
/
+2
*
run remove-unused-functions by default
Alon Zakai
2016-10-14
1
-0
/
+39
*
Change print order of top-level module components (#751)
Derek Schuff
2016-10-07
1
-4
/
+4
*
Require unique names in binaryen IR (#746)
Alon Zakai
2016-10-06
1
-66
/
+64
*
don't create an unnecessary duplicate block in asm2wasm switches, when there ...
Alon Zakai
2016-10-03
1
-17
/
+17
*
Print the name of memory along with size (#720)
Derek Schuff
2016-09-28
1
-1
/
+1
*
Type check block/loop/if sigs (#717)
Alon Zakai
2016-09-28
1
-3
/
+3
*
optimize if(const)
Alon Zakai
2016-09-24
1
-6
/
+6
*
precompute void expressions too
Alon Zakai
2016-09-24
1
-9
/
+3
*
replace two drops in an if-else with one on the if
Alon Zakai
2016-09-23
1
-0
/
+13
*
autoDrop fix
Alon Zakai
2016-09-23
1
-7
/
+15
*
memory and table printing fixes
Alon Zakai
2016-09-20
1
-4
/
+2
*
globals mutability fixes
Alon Zakai
2016-09-19
1
-7
/
+12
*
br_if returns its value
Alon Zakai
2016-09-16
1
-4
/
+6
*
block signatures
Alon Zakai
2016-09-16
1
-3
/
+3
*
call_import changes: no more call_import, shared index space with functions
Alon Zakai
2016-09-16
1
-41
/
+41
*
drop if-else arms as necessary
Alon Zakai
2016-09-13
1
-2
/
+13
*
update br type when turning it into a br_if in remove-unused-brs
Alon Zakai
2016-09-13
1
-0
/
+17
*
simple jump threading
Alon Zakai
2016-09-12
1
-58
/
+51
*
thread relooper jumps
Alon Zakai
2016-09-12
1
-11
/
+200
*
run another optimize-expressions at the end of asm2wasm
Alon Zakai
2016-09-10
1
-0
/
+22
*
sort locals by number of total copies
Alon Zakai
2016-09-10
1
-0
/
+36
*
take into account removed copies even when number of locals is the same, in c...
Alon Zakai
2016-09-09
1
-0
/
+30
*
optimize loop endings in RemoveUnusedBrs
Alon Zakai
2016-09-09
1
-12
/
+12
*
autodrop if body if no else
Alon Zakai
2016-09-07
1
-2
/
+14
*
properly handle blocks with return values in vacuum - we cannot remove their ...
Alon Zakai
2016-09-07
1
-4
/
+2
*
vacuum drops better
Alon Zakai
2016-09-07
1
-10
/
+8
*
add a test
Alon Zakai
2016-09-07
1
-0
/
+8
*
optimize out a set of a get of a global
Alon Zakai
2016-09-07
1
-6
/
+0
*
track globals in EffectAnalyzer
Alon Zakai
2016-09-07
1
-0
/
+28
*
optimize loads+shifts into signed loads
Alon Zakai
2016-09-07
1
-0
/
+66
*
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
-15
/
+15
[next]