| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename `idx` to `index` in SIMD code for consistency (#1836) | Thomas Lively | 2018-12-18 | 1 | -14/+14 |
* | Fuzzing v128 and associated bug fixes (#1827) | Thomas Lively | 2018-12-14 | 1 | -1/+1 |
* | SIMD (#1820) | Thomas Lively | 2018-12-13 | 1 | -3/+199 |
* | Update wrap and demote literal op names (#1817) | Thomas Lively | 2018-12-12 | 1 | -5/+5 |
* | Implement nontrapping float-to-int instructions (#1780) | Thomas Lively | 2018-12-04 | 1 | -4/+12 |
* | Add v128 type (#1777) | Thomas Lively | 2018-11-29 | 1 | -1/+2 |
* | standardize on 'template<' over 'template <' (i.e., remove a space) (#1782) | Alon Zakai | 2018-11-29 | 1 | -1/+1 |
* | Remove default cases (#1757) | Thomas Lively | 2018-11-27 | 1 | -6/+11 |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 1 | -12/+11 |
* | remove PageSize and HasFeature, which wasm removed a while back (#1667) | Alon Zakai | 2018-09-12 | 1 | -6/+0 |
* | Mark arguments const in callExport (#1626) | Alex Beregszaszi | 2018-07-21 | 1 | -6/+5 |
* | Refactor interpreter (#1508) | Alon Zakai | 2018-04-13 | 1 | -187/+165 |
* | fix typo [ci skip] | Alon Zakai (kripken) | 2018-04-11 | 1 | -1/+1 |
* | Rename WasmType => Type (#1398) | Alon Zakai | 2018-02-02 | 1 | -9/+9 |
* | support i*.extend* instructions in interpreter (#1322) | Alon Zakai | 2017-12-06 | 1 | -13/+18 |
* | Atomics support in interpreter + optimizer + fuzz fixes for that (#1227) | Alon Zakai | 2017-10-20 | 1 | -14/+150 |
* | remove unneeded code in interpreter | Alon Zakai (kripken) | 2017-06-01 | 1 | -1/+0 |
* | fix call depth detection in wasm-opt interpreting | Alon Zakai (kripken) | 2017-06-01 | 1 | -1/+1 |
* | Parsing fixes (#990) | Alon Zakai | 2017-05-02 | 1 | -13/+13 |
* | ctor evaller (#982) | Alon Zakai | 2017-04-28 | 1 | -25/+111 |
* | Wasm h to cpp (#926) | jgravelle-google | 2017-03-10 | 1 | -2/+4 |
* | Minor improvements to the wasm-interpreter debug messages (#784) | jgravelle-google | 2016-10-18 | 1 | -8/+43 |
* | refactor wasm.h to remove numericIndex hacks, and move indexing to the parsers | Alon Zakai | 2016-09-21 | 1 | -6/+6 |
* | support spectest.global | Alon Zakai | 2016-09-20 | 1 | -1/+5 |
* | support module operations in shell tests | Alon Zakai | 2016-09-17 | 1 | -0/+11 |
* | br_if returns its value | Alon Zakai | 2016-09-16 | 1 | -3/+4 |
* | use globals in asm2wasm | Alon Zakai | 2016-09-07 | 1 | -4/+14 |
* | get_global and set_global use a Name instead of an Index, to be more consiste... | Alon Zakai | 2016-09-07 | 1 | -10/+10 |
* | grow_memory no longer traps | Alon Zakai | 2016-09-07 | 1 | -3/+4 |
* | interpreter debug and asserts fixing | Alon Zakai | 2016-09-07 | 1 | -29/+5 |
* | SetGlobal should not return a value | Alon Zakai | 2016-09-07 | 1 | -1/+1 |
* | call_indirect is now structural, so no need to pass the type name around | Alon Zakai | 2016-09-07 | 1 | -2/+2 |
* | loops no longer have an out label and other upstream loop updates | Alon Zakai | 2016-09-07 | 1 | -2/+1 |
* | call_indirect now has the target at the end | Alon Zakai | 2016-09-07 | 1 | -2/+2 |
* | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -3/+9 |
* | Merge pull request #668 from WebAssembly/tables_n_memories | Alon Zakai | 2016-08-16 | 1 | -17/+10 |
|\ |
|
| * | offset support in table | Alon Zakai | 2016-08-15 | 1 | -14/+7 |
| * | support expressions in segment offsets | Alon Zakai | 2016-08-12 | 1 | -3/+3 |
* | | interpreter debugging fixes (#672) | Alon Zakai | 2016-08-15 | 1 | -11/+13 |
|/ |
|
* | in DemoteFloat64, if the truncated value is exactly at the limit, return it (... | Alon Zakai | 2016-08-08 | 1 | -0/+6 |
* | support wasm globals (#650) | Alon Zakai | 2016-07-21 | 1 | -0/+42 |
* | fix wasm interpreter bug on checking indirect call params | Alon Zakai | 2016-06-29 | 1 | -2/+4 |
* | Merge pull request #590 from WebAssembly/precompute | Alon Zakai | 2016-06-18 | 1 | -413/+429 |
|\ |
|
| * | add a precompute pass | Alon Zakai | 2016-06-18 | 1 | -37/+1 |
| * | refactor interpreter code to provide expression executors for both standalone... | Alon Zakai | 2016-06-18 | 1 | -411/+463 |
* | | fix interpreter on indirect calls, do arguments before checking and doing the... | Alon Zakai | 2016-06-17 | 1 | -3/+3 |
|/ |
|
* | make call_indirect type a name, so that it is not a dependency on the module,... | Alon Zakai | 2016-06-03 | 1 | -1/+1 |
* | trap on invalid call_indirects with bad arguments when no type provided | Alon Zakai | 2016-06-03 | 1 | -0/+4 |
* | handle stack frames we skip over by jumping up the stack, and update wasm.js | Alon Zakai | 2016-06-01 | 1 | -16/+25 |
* | store locals in a vector in the interpreter and update wasm.js. also fix addr... | Alon Zakai | 2016-05-18 | 1 | -10/+11 |