summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add do-once and while-forever testsAlon Zakai2015-11-023-0/+38
|
* 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
|
* add stack test for an imported mapped globalAlon Zakai2015-11-013-0/+8
|
* 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-014-20/+26
|
* tell emcc to leave <1024 for our useAlon Zakai2015-11-012-2/+2
|
* add mem testAlon Zakai2015-11-014-0/+273
|
* handle float and void types in js<->wasm callsAlon Zakai2015-11-011-1/+5
|
* test conversionsAlon Zakai2015-11-013-0/+101
|
* add tests for calls to js libraries and calls with the wrong # of argumentsAlon Zakai2015-11-014-17/+24
|
* add calls testAlon Zakai2015-11-014-0/+50
|
* improve unnecessary block removalAlon Zakai2015-11-012-26/+19
|
* 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-014-295/+174
|
* fix do-while loopsAlon Zakai2015-11-014-22/+29
|
* remove condition from breakAlon Zakai2015-11-015-39/+66
|
* remove hello_world.c until it passesAlon Zakai2015-11-011-7/+0
|
* add control flow testsAlon Zakai2015-11-015-0/+105
|
* disable part of float_ops.cpp, which requires memory ops which are not ↵Alon Zakai2015-11-012-24/+1
| | | | tested yet
* avoid assertions in basic ops testsAlon Zakai2015-11-012-0/+2
|
* 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-012-2/+3
|
* fix execution of compare on floatsAlon Zakai2015-11-011-2/+2
|
* add float_ops testcaseAlon Zakai2015-11-013-0/+405
|
* support .cpp files in checkAlon Zakai2015-11-011-4/+5
|
* rename emcc-to-wasm.js scriptAlon Zakai2015-11-013-2/+2
|
* refactor out dynamic_castAlon Zakai2015-11-012-108/+259
|
* readme typoAlon Zakai2015-11-011-1/+1
|
* asserts in wasm.jsAlon Zakai2015-11-011-1/+1
|
* do not optimize in emcc_to_polyfill by defaultAlon Zakai2015-11-011-1/+1
|
* not not free builder - we stil need its allocatorAlon Zakai2015-11-011-4/+4
|
* update readmeAlon Zakai2015-10-311-4/+1
|
* update readmeAlon Zakai2015-10-311-1/+1
|
* update readmeAlon Zakai2015-10-311-1/+1
|
* update readmeAlon Zakai2015-10-311-1/+2
|
* int fixesAlon Zakai2015-10-311-3/+3
|
* test improvementAlon Zakai2015-10-312-264/+267
|
* int ops testAlon Zakai2015-10-317-18/+363
|
* better error on bad # of paramsAlon Zakai2015-10-312-3/+12
|
* fix typoAlon Zakai2015-10-311-1/+1
|
* optimize buildsAlon Zakai2015-10-313-8/+4
|
* update readmeAlon Zakai2015-10-312-6/+24
|
* fix interpreter bugs in binary and compare; working add test in wasm polyfillAlon Zakai2015-10-314-12/+12
|