summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fix switchAlon Zakai2015-11-021-5/+11
|
* move wasm debug printing behind flagAlon Zakai2015-11-021-1/+3
|
* allow printing none literalsAlon Zakai2015-11-021-1/+1
|
* implement switchAlon Zakai2015-11-023-15/+72
|
* abort on switches, for nowAlon Zakai2015-11-022-2/+6
|
* wasm.js debuggingAlon Zakai2015-11-021-1/+12
|
* fix import call return type handlingAlon Zakai2015-11-021-2/+9
|
* more intepreter debuggingAlon Zakai2015-11-021-3/+8
|
* debugging support in interpreterAlon Zakai2015-11-021-22/+52
|
* save module and base of mapped imported globals, and fix writing of mapped ↵Alon Zakai2015-11-013-11/+31
| | | | imported globals
* avoid some warningsAlon Zakai2015-11-011-3/+12
|
* refactor a lookupImport methodAlon Zakai2015-11-012-12/+22
|
* tell emcc to leave <1024 for our useAlon Zakai2015-11-011-1/+1
|
* handle float and void types in js<->wasm callsAlon Zakai2015-11-011-1/+5
|
* add tests for calls to js libraries and calls with the wrong # of argumentsAlon Zakai2015-11-011-15/+6
|
* improve unnecessary block removalAlon Zakai2015-11-011-14/+13
|
* fix wasm walker replacement logicAlon Zakai2015-11-012-62/+76
|
* don't set auto-init fieldsAlon Zakai2015-11-011-5/+0
|
* auto-init optional fieldsAlon Zakai2015-11-011-2/+2
|
* optimize away breaks at the end of a block to that same blockAlon Zakai2015-11-011-5/+12
|
* fix do-while loopsAlon Zakai2015-11-011-5/+5
|
* remove condition from breakAlon Zakai2015-11-013-23/+18
|
* fix imports from global.MathAlon Zakai2015-11-012-4/+22
|
* fix JSExternalInterface::callImportAlon Zakai2015-11-011-1/+1
|
* enable imports in emcc buildsAlon Zakai2015-11-011-1/+2
|
* fix execution of compare on floatsAlon Zakai2015-11-011-2/+2
|
* refactor out dynamic_castAlon Zakai2015-11-012-108/+259
|
* not not free builder - we stil need its allocatorAlon Zakai2015-11-011-4/+4
|
* int fixesAlon Zakai2015-10-311-3/+3
|
* better error on bad # of paramsAlon Zakai2015-10-311-2/+11
|
* fix interpreter bugs in binary and compare; working add test in wasm polyfillAlon Zakai2015-10-312-5/+3
|
* debuggingAlon Zakai2015-10-311-0/+4
|
* checker improvementsAlon Zakai2015-10-311-0/+5
|
* fix storeAlon Zakai2015-10-311-2/+4
|
* interpreter debugging, and fix visitBreakAlon Zakai2015-10-311-4/+34
|
* polyfill fixes: more memory by default, and a type correctionAlon Zakai2015-10-312-14/+14
|
* call from js into wasmAlon Zakai2015-10-313-9/+54
|
* optimize emscripten buildsAlon Zakai2015-10-311-0/+2
|
* polyfill fixesAlon Zakai2015-10-312-9/+21
|
* prepare for polyfill testingAlon Zakai2015-10-311-0/+4
|
* JSExternalInterface::callImportAlon Zakai2015-10-311-0/+19
|
* load and store in interpreter/jsAlon Zakai2015-10-312-3/+54
|
* progress on wasm.js communicationAlon Zakai2015-10-312-0/+33
|
* start to sketch out interpreter/jsAlon Zakai2015-10-312-2/+65
|
* start to build interpreter/jsAlon Zakai2015-10-312-3/+6
|
* refactoringAlon Zakai2015-10-3110-91/+135
|
* convert and hostAlon Zakai2015-10-311-0/+10
|
* compareAlon Zakai2015-10-311-14/+37
|
* unary and binaryAlon Zakai2015-10-311-0/+35
|
* interpret all callsAlon Zakai2015-10-311-4/+25
|