summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* load and store shimsAlon Zakai2015-10-311-9/+25
|
* getlocal/setlocal in interpreterAlon Zakai2015-10-303-6/+12
|
* function scopesAlon Zakai2015-10-302-8/+38
|
* progress on interpreterAlon Zakai2015-10-302-51/+97
|
* refactoringAlon Zakai2015-10-303-84/+99
|
* refactorings and begin interpreterAlon Zakai2015-10-304-147/+250
|
* refactoringAlon Zakai2015-10-302-25/+27
|
* fix conversionsAlon Zakai2015-10-301-4/+4
|
* handle aliasing local and globalAlon Zakai2015-10-301-5/+5
|
* fix logical notAlon Zakai2015-10-302-0/+3
|
* fix double comparesAlon Zakai2015-10-302-3/+6
|
* fix float constants <1Alon Zakai2015-10-301-2/+14
|
* cleanupsAlon Zakai2015-10-302-232/+181
|
* handle minified function tablesAlon Zakai2015-10-301-16/+7
|
* fix type detection of globalsAlon Zakai2015-10-301-12/+32
|
* fix printing of large negativesAlon Zakai2015-10-302-8/+17
|
* parse large negative literals properlyAlon Zakai2015-10-301-5/+13
|
* nop imports; all tests passAlon Zakai2015-10-292-0/+10
|
* fix unary printingAlon Zakai2015-10-291-1/+3
|
* clzAlon Zakai2015-10-292-5/+24
|
* fix large int constantsAlon Zakai2015-10-291-8/+1
|
* double fixesAlon Zakai2015-10-292-5/+19
|
* print a memory sectionAlon Zakai2015-10-291-0/+2
|
* print call_import properlyAlon Zakai2015-10-291-2/+10
|
* fix conditional typeAlon Zakai2015-10-291-0/+1
|
* don't emit empty blocksAlon Zakai2015-10-291-2/+10
|
* fix ConvertAlon Zakai2015-10-292-5/+8
|
* use NopAlon Zakai2015-10-292-4/+7
|
* ignore switches for nowAlon Zakai2015-10-291-0/+6
|