Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | better error on bad # of params | Alon Zakai | 2015-10-31 | 1 | -2/+11 | |
| | ||||||
* | fix interpreter bugs in binary and compare; working add test in wasm polyfill | Alon Zakai | 2015-10-31 | 2 | -5/+3 | |
| | ||||||
* | debugging | Alon Zakai | 2015-10-31 | 1 | -0/+4 | |
| | ||||||
* | checker improvements | Alon Zakai | 2015-10-31 | 1 | -0/+5 | |
| | ||||||
* | fix store | Alon Zakai | 2015-10-31 | 1 | -2/+4 | |
| | ||||||
* | interpreter debugging, and fix visitBreak | Alon Zakai | 2015-10-31 | 1 | -4/+34 | |
| | ||||||
* | polyfill fixes: more memory by default, and a type correction | Alon Zakai | 2015-10-31 | 2 | -14/+14 | |
| | ||||||
* | call from js into wasm | Alon Zakai | 2015-10-31 | 3 | -9/+54 | |
| | ||||||
* | optimize emscripten builds | Alon Zakai | 2015-10-31 | 1 | -0/+2 | |
| | ||||||
* | polyfill fixes | Alon Zakai | 2015-10-31 | 2 | -9/+21 | |
| | ||||||
* | prepare for polyfill testing | Alon Zakai | 2015-10-31 | 1 | -0/+4 | |
| | ||||||
* | JSExternalInterface::callImport | Alon Zakai | 2015-10-31 | 1 | -0/+19 | |
| | ||||||
* | load and store in interpreter/js | Alon Zakai | 2015-10-31 | 2 | -3/+54 | |
| | ||||||
* | progress on wasm.js communication | Alon Zakai | 2015-10-31 | 2 | -0/+33 | |
| | ||||||
* | start to sketch out interpreter/js | Alon Zakai | 2015-10-31 | 2 | -2/+65 | |
| | ||||||
* | start to build interpreter/js | Alon Zakai | 2015-10-31 | 2 | -3/+6 | |
| | ||||||
* | refactoring | Alon Zakai | 2015-10-31 | 10 | -91/+135 | |
| | ||||||
* | convert and host | Alon Zakai | 2015-10-31 | 1 | -0/+10 | |
| | ||||||
* | compare | Alon Zakai | 2015-10-31 | 1 | -14/+37 | |
| | ||||||
* | unary and binary | Alon Zakai | 2015-10-31 | 1 | -0/+35 | |
| | ||||||
* | interpret all calls | Alon Zakai | 2015-10-31 | 1 | -4/+25 | |
| | ||||||
* | load and store shims | Alon Zakai | 2015-10-31 | 1 | -9/+25 | |
| | ||||||
* | getlocal/setlocal in interpreter | Alon Zakai | 2015-10-30 | 3 | -6/+12 | |
| | ||||||
* | function scopes | Alon Zakai | 2015-10-30 | 2 | -8/+38 | |
| | ||||||
* | progress on interpreter | Alon Zakai | 2015-10-30 | 2 | -51/+97 | |
| | ||||||
* | refactoring | Alon Zakai | 2015-10-30 | 3 | -84/+99 | |
| | ||||||
* | refactorings and begin interpreter | Alon Zakai | 2015-10-30 | 4 | -147/+250 | |
| | ||||||
* | refactoring | Alon Zakai | 2015-10-30 | 2 | -25/+27 | |
| | ||||||
* | fix conversions | Alon Zakai | 2015-10-30 | 1 | -4/+4 | |
| | ||||||
* | handle aliasing local and global | Alon Zakai | 2015-10-30 | 1 | -5/+5 | |
| | ||||||
* | fix logical not | Alon Zakai | 2015-10-30 | 2 | -0/+3 | |
| | ||||||
* | fix double compares | Alon Zakai | 2015-10-30 | 2 | -3/+6 | |
| | ||||||
* | fix float constants <1 | Alon Zakai | 2015-10-30 | 1 | -2/+14 | |
| | ||||||
* | cleanups | Alon Zakai | 2015-10-30 | 2 | -232/+181 | |
| | ||||||
* | handle minified function tables | Alon Zakai | 2015-10-30 | 1 | -16/+7 | |
| | ||||||
* | fix type detection of globals | Alon Zakai | 2015-10-30 | 1 | -12/+32 | |
| | ||||||
* | fix printing of large negatives | Alon Zakai | 2015-10-30 | 2 | -8/+17 | |
| | ||||||
* | parse large negative literals properly | Alon Zakai | 2015-10-30 | 1 | -5/+13 | |
| | ||||||
* | nop imports; all tests pass | Alon Zakai | 2015-10-29 | 2 | -0/+10 | |
| | ||||||
* | fix unary printing | Alon Zakai | 2015-10-29 | 1 | -1/+3 | |
| | ||||||
* | clz | Alon Zakai | 2015-10-29 | 2 | -5/+24 | |
| | ||||||
* | fix large int constants | Alon Zakai | 2015-10-29 | 1 | -8/+1 | |
| | ||||||
* | double fixes | Alon Zakai | 2015-10-29 | 2 | -5/+19 | |
| | ||||||
* | print a memory section | Alon Zakai | 2015-10-29 | 1 | -0/+2 | |
| | ||||||
* | print call_import properly | Alon Zakai | 2015-10-29 | 1 | -2/+10 | |
| | ||||||
* | fix conditional type | Alon Zakai | 2015-10-29 | 1 | -0/+1 | |
| | ||||||
* | don't emit empty blocks | Alon Zakai | 2015-10-29 | 1 | -2/+10 | |
| | ||||||
* | fix Convert | Alon Zakai | 2015-10-29 | 2 | -5/+8 | |
| | ||||||
* | use Nop | Alon Zakai | 2015-10-29 | 2 | -4/+7 | |
| | ||||||
* | ignore switches for now | Alon Zakai | 2015-10-29 | 1 | -0/+6 | |
| |