index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
add deStat from emscripten optimizer
Alon Zakai
2015-11-24
1
-0
/
+5
|
*
create an AllocatingModule which handles allocation for its elements
Alon Zakai
2015-11-24
6
-11
/
+22
|
*
support memory growth in wasm.js native wasm integration code, which an work ↵
Alon Zakai
2015-11-22
1
-1
/
+3
|
|
|
|
now that memory growth is shared in asm2wasm in both shell and js
*
refactor memory growth code to a central location
Alon Zakai
2015-11-22
3
-25
/
+27
|
*
refactor asm2wasm proprocessing into a shared location
Alon Zakai
2015-11-22
3
-62
/
+63
|
*
fix case printing
Alon Zakai
2015-11-22
1
-1
/
+1
|
*
emit constants instead of callImport when there is a type necessary
Alon Zakai
2015-11-22
1
-5
/
+12
|
*
print logging prints to stderr
Alon Zakai
2015-11-22
1
-3
/
+3
|
*
add remove-imports pass
Alon Zakai
2015-11-22
1
-0
/
+36
|
*
fix detectSign on recursive calls that need minified fround
Alon Zakai
2015-11-22
1
-4
/
+4
|
*
special-case floor and sqrt in asm.js, which are overloaded on float/double
Alon Zakai
2015-11-22
1
-0
/
+25
|
*
fix import merging logi
Alon Zakai
2015-11-22
1
-2
/
+2
|
*
handle indirect calls with floats
Alon Zakai
2015-11-21
1
-0
/
+1
|
*
handle -f32
Alon Zakai
2015-11-21
1
-2
/
+7
|
*
notice minified fround in function params and locals
Alon Zakai
2015-11-21
1
-2
/
+2
|
*
spacing
Alon Zakai
2015-11-21
1
-0
/
+2
|
*
simplify wasm.js loading code, since we are now embedded where we can use ↵
Alon Zakai
2015-11-21
1
-30
/
+6
|
|
|
|
the outside module's
*
clean up import double space
Alon Zakai
2015-11-21
1
-1
/
+1
|
*
clean up br printing
Alon Zakai
2015-11-21
1
-0
/
+5
|
*
fix do-while loops
Alon Zakai
2015-11-21
1
-4
/
+3
|
*
emit an automatic continue in while loops, since wasm loops do not loop ↵
Alon Zakai
2015-11-21
1
-8
/
+16
|
|
|
|
automatically
*
loops do not automatically loop
Alon Zakai
2015-11-21
1
-1
/
+1
|
*
prepare for native wasm suport in wasm.js
Alon Zakai
2015-11-21
1
-0
/
+49
|
*
refactor memory allocation code to create the buffer during asm.js link
Alon Zakai
2015-11-21
1
-29
/
+41
|
*
if_else returns a value, but if does not
Alon Zakai
2015-11-21
1
-1
/
+5
|
*
detect minified fround in detectType
Alon Zakai
2015-11-20
3
-4
/
+4
|
*
some more function debugging in interpreter
Alon Zakai
2015-11-20
1
-25
/
+25
|
*
handle breaking to labeled blocks
Alon Zakai
2015-11-20
1
-0
/
+2
|
*
handle labels on blocks in asm2wasm
Alon Zakai
2015-11-20
1
-1
/
+18
|
*
detect minified fround
Alon Zakai
2015-11-20
3
-6
/
+6
|
*
detect seq sign
Alon Zakai
2015-11-20
1
-3
/
+12
|
*
refactor wasm.js integration code into a method
Alon Zakai
2015-11-20
1
-7
/
+7
|
*
validate function result type
Alon Zakai
2015-11-20
1
-0
/
+4
|
*
validate unary type
Alon Zakai
2015-11-20
1
-0
/
+3
|
*
add printing in module validity tests
Alon Zakai
2015-11-20
1
-2
/
+10
|
*
br_if
Alon Zakai
2015-11-20
3
-14
/
+35
|
*
implement growMemory in wasm.js
Alon Zakai
2015-11-19
1
-2
/
+14
|
*
wasm.js memory growth fixes
Alon Zakai
2015-11-19
2
-3
/
+3
|
*
work towards memory growth in asm2wasm code
Alon Zakai
2015-11-19
2
-2
/
+30
|
*
start to parse asm.js memory growth code
Alon Zakai
2015-11-19
2
-19
/
+94
|
*
missing word
Alon Zakai
2015-11-19
1
-1
/
+1
|
*
stricted break checking, per latest spec update
Alon Zakai
2015-11-19
1
-0
/
+20
|
*
some label asserts
Alon Zakai
2015-11-18
1
-0
/
+2
|
*
use labels on switches in asm2wasm
Alon Zakai
2015-11-18
1
-3
/
+8
|
*
add assert on breaking
Alon Zakai
2015-11-18
1
-1
/
+3
|
*
runtime debugging for wasm.js
Alon Zakai
2015-11-18
2
-30
/
+24
|
*
receive TOTAL_MEMORY from emscripten in wasm.js
Alon Zakai
2015-11-18
2
-4
/
+6
|
*
fix i32 abs
Alon Zakai
2015-11-18
1
-1
/
+1
|
*
handle more import parsing in s-parser
Alon Zakai
2015-11-18
1
-16
/
+20
|
*
handle overloading of Math.abs
Alon Zakai
2015-11-18
1
-14
/
+97
|
[prev]
[next]