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
*
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
|
*
stop working around import issues in spec interpreter
Alon Zakai
2015-11-18
1
-8
/
+0
|
*
use builtin types to mark CallImports directly, they do not need coercions ↵
Alon Zakai
2015-11-18
1
-8
/
+22
|
|
|
|
to be understood
*
start to special-case asm math builtins
Alon Zakai
2015-11-18
1
-0
/
+12
|
*
add some interpreter debugging
Alon Zakai
2015-11-18
1
-0
/
+5
|
*
handle debugger keyword in asm2wasm
Alon Zakai
2015-11-18
2
-1
/
+22
|
*
handle negative zero properly in asm2wasm
Alon Zakai
2015-11-18
1
-6
/
+6
|
*
handle f32 params in wasm-js
Alon Zakai
2015-11-18
1
-0
/
+2
|
*
HEAPF32 is an f32 heap, and we need to cast f64s before writing to it
Alon Zakai
2015-11-18
1
-2
/
+14
|
*
store f32 properly in wasm-js
Alon Zakai
2015-11-18
1
-1
/
+1
|
*
clean up + coercion handling code, and make it work on +HEAPF32
Alon Zakai
2015-11-18
1
-15
/
+13
|
*
fix call types based on coercions, but do not modify other things automatically
Alon Zakai
2015-11-18
1
-2
/
+8
|
*
improve interpreter debugging
Alon Zakai
2015-11-18
1
-4
/
+8
|
*
mark host types
Alon Zakai
2015-11-18
2
-0
/
+15
|
*
set call types in a post-pass in s-parser
Alon Zakai
2015-11-18
1
-0
/
+7
|
*
return float in wasm-js load of float
Alon Zakai
2015-11-17
1
-1
/
+1
|
*
add asserts
Alon Zakai
2015-11-17
1
-0
/
+3
|
*
handle fround call coercion
Alon Zakai
2015-11-17
1
-1
/
+4
|
*
fround improvements
Alon Zakai
2015-11-17
1
-2
/
+33
|
*
handle + as a float-to-double conversion
Alon Zakai
2015-11-17
1
-0
/
+7
|
*
parser update from emscripten
Alon Zakai
2015-11-17
1
-0
/
+10
|
*
do asm2wasm f64 to i32 conversions in js, so we do not fault, as asm.js expects
Alon Zakai
2015-11-17
2
-1
/
+25
|
*
refine trap texts
Alon Zakai
2015-11-17
1
-4
/
+4
|
*
annotate traps
Alon Zakai
2015-11-17
3
-37
/
+38
|
[next]