Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | copysign fix for nan | Alon Zakai | 2015-11-05 | 1 | -2/+8 | |
| | ||||||
* | negative zero for f64 | Alon Zakai | 2015-11-05 | 1 | -2/+8 | |
| | ||||||
* | negative zero | Alon Zakai | 2015-11-05 | 1 | -2/+8 | |
| | ||||||
* | fix compare type bug | Alon Zakai | 2015-11-05 | 1 | -1/+1 | |
| | ||||||
* | op type fixes | Alon Zakai | 2015-11-05 | 1 | -60/+98 | |
| | ||||||
* | i64 ops | Alon Zakai | 2015-11-05 | 1 | -25/+66 | |
| | ||||||
* | refactor memory bounds checks | Alon Zakai | 2015-11-05 | 1 | -5/+17 | |
| | ||||||
* | nan reinterpretation | Alon Zakai | 2015-11-05 | 1 | -1/+4 | |
| | ||||||
* | conversion and parsing fixes | Alon Zakai | 2015-11-05 | 1 | -1/+1 | |
| | ||||||
* | more conversion fixes | Alon Zakai | 2015-11-05 | 1 | -4/+4 | |
| | ||||||
* | more overflow checking | Alon Zakai | 2015-11-05 | 1 | -2/+3 | |
| | ||||||
* | fix overflow check | Alon Zakai | 2015-11-05 | 1 | -2/+3 | |
| | ||||||
* | fix float conversions | Alon Zakai | 2015-11-05 | 1 | -10/+20 | |
| | ||||||
* | more conversions | Alon Zakai | 2015-11-04 | 1 | -2/+7 | |
| | ||||||
* | nan | Alon Zakai | 2015-11-04 | 1 | -0/+1 | |
| | ||||||
* | trap on i2f overflow | Alon Zakai | 2015-11-04 | 1 | -1/+8 | |
| | ||||||
* | numeric fixes | Alon Zakai | 2015-11-04 | 1 | -1/+1 | |
| | ||||||
* | more interpreter debugging | Alon Zakai | 2015-11-04 | 1 | -4/+4 | |
| | ||||||
* | implement conversions | Alon Zakai | 2015-11-04 | 1 | -3/+15 | |
| | ||||||
* | add an init method to wasm-interpreter | Alon Zakai | 2015-11-04 | 1 | -0/+3 | |
| | ||||||
* | implement new select operator | Alon Zakai | 2015-11-03 | 1 | -0/+11 | |
| | ||||||
* | comments | Alon Zakai | 2015-11-03 | 1 | -6/+18 | |
| | ||||||
* | fix switch | Alon Zakai | 2015-11-02 | 1 | -5/+11 | |
| | ||||||
* | implement switch | Alon Zakai | 2015-11-02 | 1 | -1/+27 | |
| | ||||||
* | more intepreter debugging | Alon Zakai | 2015-11-02 | 1 | -3/+8 | |
| | ||||||
* | debugging support in interpreter | Alon Zakai | 2015-11-02 | 1 | -22/+52 | |
| | ||||||
* | remove condition from break | Alon Zakai | 2015-11-01 | 1 | -5/+0 | |
| | ||||||
* | fix execution of compare on floats | Alon Zakai | 2015-11-01 | 1 | -2/+2 | |
| | ||||||
* | int fixes | Alon Zakai | 2015-10-31 | 1 | -3/+3 | |
| | ||||||
* | fix interpreter bugs in binary and compare; working add test in wasm polyfill | Alon Zakai | 2015-10-31 | 1 | -2/+2 | |
| | ||||||
* | interpreter debugging, and fix visitBreak | Alon Zakai | 2015-10-31 | 1 | -4/+34 | |
| | ||||||
* | call from js into wasm | Alon Zakai | 2015-10-31 | 1 | -2/+2 | |
| | ||||||
* | load and store in interpreter/js | Alon Zakai | 2015-10-31 | 1 | -2/+3 | |
| | ||||||
* | start to sketch out interpreter/js | Alon Zakai | 2015-10-31 | 1 | -2/+2 | |
| | ||||||
* | start to build interpreter/js | Alon Zakai | 2015-10-31 | 1 | -0/+283 | |