summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* add memorySize to ModuleAlon Zakai2015-11-037-5/+8
|
* cleanup and emit importsAlon Zakai2015-11-031-27/+25
|
* refactor printFullLineAlon Zakai2015-11-031-10/+20
|
* rename isWasmTypeFloatAlon Zakai2015-11-032-4/+6
|
* refactor pretty printing codeAlon Zakai2015-11-032-66/+71
|
* refactor arena codeAlon Zakai2015-11-033-44/+38
|
* simplify emcc_to_wasm.js.shAlon Zakai2015-11-022-2/+1
|
* add fasta testAlon Zakai2015-11-023-0/+204
|
* add fannkuch testAlon Zakai2015-11-023-0/+191
|
* add optional arguments to check.pyAlon Zakai2015-11-021-1/+6
|
* update tests, and add working hello world testAlon Zakai2015-11-023-12/+31
|
* fix while (condition) loopsAlon Zakai2015-11-021-2/+3
|
* fix load&storeAlon Zakai2015-11-021-13/+13
|
* 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-026-15/+152
|
* abort on switches, for nowAlon Zakai2015-11-023-3/+7
|
* 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
|