summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* refactor memory allocation code to create the buffer during asm.js linkAlon Zakai2015-11-211-29/+41
|
* if_else returns a value, but if does notAlon Zakai2015-11-211-1/+5
|
* detect minified fround in detectTypeAlon Zakai2015-11-203-4/+4
|
* some more function debugging in interpreterAlon Zakai2015-11-201-25/+25
|
* handle breaking to labeled blocksAlon Zakai2015-11-201-0/+2
|
* handle labels on blocks in asm2wasmAlon Zakai2015-11-201-1/+18
|
* detect minified froundAlon Zakai2015-11-203-6/+6
|
* detect seq signAlon Zakai2015-11-201-3/+12
|
* refactor wasm.js integration code into a methodAlon Zakai2015-11-201-7/+7
|
* validate function result typeAlon Zakai2015-11-201-0/+4
|
* validate unary typeAlon Zakai2015-11-201-0/+3
|
* add printing in module validity testsAlon Zakai2015-11-201-2/+10
|
* br_ifAlon Zakai2015-11-203-14/+35
|
* implement growMemory in wasm.jsAlon Zakai2015-11-191-2/+14
|
* wasm.js memory growth fixesAlon Zakai2015-11-192-3/+3
|
* work towards memory growth in asm2wasm codeAlon Zakai2015-11-192-2/+30
|
* start to parse asm.js memory growth codeAlon Zakai2015-11-192-19/+94
|
* missing wordAlon Zakai2015-11-191-1/+1
|
* stricted break checking, per latest spec updateAlon Zakai2015-11-191-0/+20
|
* some label assertsAlon Zakai2015-11-181-0/+2
|
* use labels on switches in asm2wasmAlon Zakai2015-11-181-3/+8
|
* add assert on breakingAlon Zakai2015-11-181-1/+3
|
* runtime debugging for wasm.jsAlon Zakai2015-11-182-30/+24
|
* receive TOTAL_MEMORY from emscripten in wasm.jsAlon Zakai2015-11-182-4/+6
|
* fix i32 absAlon Zakai2015-11-181-1/+1
|
* handle more import parsing in s-parserAlon Zakai2015-11-181-16/+20
|
* handle overloading of Math.absAlon Zakai2015-11-181-14/+97
|
* stop working around import issues in spec interpreterAlon Zakai2015-11-181-8/+0
|
* use builtin types to mark CallImports directly, they do not need coercions ↵Alon Zakai2015-11-181-8/+22
| | | | to be understood
* start to special-case asm math builtinsAlon Zakai2015-11-181-0/+12
|
* add some interpreter debuggingAlon Zakai2015-11-181-0/+5
|
* handle debugger keyword in asm2wasmAlon Zakai2015-11-182-1/+22
|
* handle negative zero properly in asm2wasmAlon Zakai2015-11-181-6/+6
|
* handle f32 params in wasm-jsAlon Zakai2015-11-181-0/+2
|
* HEAPF32 is an f32 heap, and we need to cast f64s before writing to itAlon Zakai2015-11-181-2/+14
|
* store f32 properly in wasm-jsAlon Zakai2015-11-181-1/+1
|
* clean up + coercion handling code, and make it work on +HEAPF32Alon Zakai2015-11-181-15/+13
|
* fix call types based on coercions, but do not modify other things automaticallyAlon Zakai2015-11-181-2/+8
|
* improve interpreter debuggingAlon Zakai2015-11-181-4/+8
|
* mark host typesAlon Zakai2015-11-182-0/+15
|
* set call types in a post-pass in s-parserAlon Zakai2015-11-181-0/+7
|
* return float in wasm-js load of floatAlon Zakai2015-11-171-1/+1
|
* add assertsAlon Zakai2015-11-171-0/+3
|
* handle fround call coercionAlon Zakai2015-11-171-1/+4
|
* fround improvementsAlon Zakai2015-11-171-2/+33
|
* handle + as a float-to-double conversionAlon Zakai2015-11-171-0/+7
|
* parser update from emscriptenAlon Zakai2015-11-171-0/+10
|
* do asm2wasm f64 to i32 conversions in js, so we do not fault, as asm.js expectsAlon Zakai2015-11-172-1/+25
|
* refine trap textsAlon Zakai2015-11-171-4/+4
|
* annotate trapsAlon Zakai2015-11-173-37/+38
|