| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | use separate internal opcodes for binary variants | Alon Zakai | 2016-05-18 | 1 | -63/+63 |
* | use separate internal opcodes for unary variants | Alon Zakai | 2016-05-18 | 1 | -22/+22 |
* | Introduce a separate type for linear memory addresses (#477) | Derek Schuff | 2016-05-11 | 1 | -6/+6 |
* | Harmonize the internal opcodes with the binary format (#433) | Alon Zakai | 2016-05-03 | 1 | -12/+20 |
* | f32.demote/f64 fix UB (#423) | JF Bastien | 2016-05-02 | 1 | -1/+8 |
* | Fix {i32,i64}.trunc_{s,u}/{f32,f64} in interpreter (#421) | Ben Smith | 2016-05-02 | 1 | -8/+22 |
* | grow_memory now returns in units of page size | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
* | current_memory now returns in units of page size | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
* | update MemorySize => CurrentMemory | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
* | fix br_table order of evaluation, the value is first | Alon Zakai | 2016-04-18 | 1 | -9/+8 |
* | index locals, so that get_local and set_local have just an index, and local n... | Alon Zakai | 2016-04-18 | 1 | -13/+16 |
* | rename function locals, to params and vars, which together are all the locals... | Alon Zakai | 2016-04-14 | 1 | -1/+1 |
* | De-recurse traversals (#333) | Alon Zakai | 2016-04-11 | 1 | -1/+1 |
* | trap on bad callExport, don't assert | Alon Zakai | 2016-04-04 | 1 | -1/+1 |
* | clean up callExport types | Alon Zakai | 2016-04-04 | 1 | -1/+1 |
* | add apis for accessing module elements | Alon Zakai | 2016-04-04 | 1 | -4/+4 |
* | Fix the build with GCC 5.3.1 and Clang 3.8.0. | Csaba Osztrogonác | 2016-03-31 | 1 | -2/+2 |
* | Clean up src\wasm-interpreter.h(644): warning C4244: 'initializing': conversi... | Jukka Jylänki | 2016-03-28 | 1 | -2/+2 |
* | Clean up src\wasm-interpreter.h(307): warning C4244: 'argument': conversion f... | Jukka Jylänki | 2016-03-28 | 1 | -1/+1 |
* | Clean up src\wasm-interpreter.h(286): warning C4800: 'int64_t': forcing value... | Jukka Jylänki | 2016-03-28 | 1 | -1/+1 |
* | Fix function trapIfGt() to operate on 64-bit integers even when building a 32... | Jukka Jylänki | 2016-03-28 | 1 | -1/+1 |
* | update spec tests, and new memory page size usage | Alon Zakai | 2016-03-25 | 1 | -13/+12 |
* | add function stack printing in interpreter | Alon Zakai | 2016-03-23 | 1 | -0/+16 |
* | fix float to int trap text | Alon Zakai | 2016-03-20 | 1 | -2/+2 |
* | update spec tests and support eqz | Alon Zakai | 2016-03-19 | 1 | -0/+2 |
* | de-recurse operations on nested blocks | Alon Zakai | 2016-03-10 | 1 | -3/+24 |
* | Implement rotates | Derek Schuff | 2016-03-09 | 1 | -0/+4 |
* | Make initial and max memory sizes be in pages instead of bytes | Derek Schuff | 2016-03-09 | 1 | -1/+1 |
* | br_table, no more cases | Alon Zakai | 2016-03-07 | 1 | -28/+12 |
* | fix assertion in interpreter that was too strong - we can have blocks with no... | Alon Zakai | 2016-03-02 | 1 | -3/+7 |
* | grow memory returns a value now, and we can update the spec tests after doing... | Alon Zakai | 2016-02-23 | 1 | -1/+2 |
* | Merge pull request #196 from WebAssembly/spec-start | Alon Zakai | 2016-02-12 | 1 | -0/+4 |
|\ |
|
| * | call start method in interpreter | Alon Zakai | 2016-02-12 | 1 | -0/+4 |
* | | refactor operations into Literal | Alon Zakai | 2016-02-12 | 1 | -216/+107 |
|/ |
|
* | update spec tests and shift to putting the br_if condition at the end, as was... | Alon Zakai | 2016-02-08 | 1 | -5/+5 |
* | Fix select | JF Bastien | 2016-02-05 | 1 | -3/+3 |
* | Use unsigned types to evaluate i32 and i64 binary operators | Derek Schuff | 2016-02-04 | 1 | -40/+42 |
* | Fix ambiguous constructor call with explicit cast | Derek Schuff | 2016-02-03 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/improve-memory-trap' | Alon Zakai | 2016-02-03 | 1 | -6/+14 |
|\ |
|
| * | Shell: improve memory trap | JF Bastien | 2016-02-03 | 1 | -6/+14 |
* | | Merge pull request #152 from WebAssembly/float-refactor | Alon Zakai | 2016-02-03 | 1 | -22/+12 |
|\ \
| |/
|/| |
|
| * | fix type of large consts | Alon Zakai | 2016-02-03 | 1 | -2/+2 |
| * | simplify interpreter int reinterpreting | Alon Zakai | 2016-02-02 | 1 | -10/+2 |
| * | convert CopySign to use int bits | Alon Zakai | 2016-02-02 | 1 | -8/+4 |
| * | convert Neg to use int bits | Alon Zakai | 2016-02-02 | 1 | -4/+6 |
| * | convert Abs to use int bits | Alon Zakai | 2016-02-02 | 1 | -2/+2 |
* | | Move bits.h to support/ | JF Bastien | 2016-02-03 | 1 | -1/+1 |
|/ |
|
* | Shell: fix --entry parameter numbers | JF Bastien | 2016-02-02 | 1 | -4/+16 |
* | add return node | Alon Zakai | 2016-02-01 | 1 | -2/+14 |
* | Use LLVM style static polymorphism for WasmVisitors. | Michael Bebenita | 2016-01-13 | 1 | -20/+20 |