| Commit message (Expand) | Author | Age | Files | Lines |
* | Split construction, scanning, and building phases of S2WasmBuilder (#400) | Derek Schuff | 2016-04-27 | 1 | -1/+1 |
* | add an ArenaVector for internal array allocations in expression nodes | Alon Zakai | 2016-04-26 | 1 | -23/+31 |
* | create a UnifiedExpressionVisitor for passes that want a single visitor funct... | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
* | index locals, so that get_local and set_local have just an index, and local n... | Alon Zakai | 2016-04-18 | 1 | -30/+31 |
* | rename function locals, to params and vars, which together are all the locals... | Alon Zakai | 2016-04-14 | 1 | -3/+3 |
* | De-recurse traversals (#333) | Alon Zakai | 2016-04-11 | 1 | -3/+9 |
* | add apis for accessing module elements | Alon Zakai | 2016-04-04 | 1 | -1/+1 |
* | br_table, no more cases | Alon Zakai | 2016-03-07 | 1 | -25/+13 |
* | Fix select | JF Bastien | 2016-02-05 | 1 | -11/+11 |
* | save int bits in Literals, only bitcast to float/double on explicit request | Alon Zakai | 2016-02-02 | 1 | -4/+4 |
* | Make Literal's ctors explicit | JF Bastien | 2016-02-02 | 1 | -1/+1 |
* | wasm2asm: use support/command-line.h | JF Bastien | 2016-01-20 | 1 | -2/+7 |
* | improve wasm2asm switch emitting, and add testcase | Alon Zakai | 2016-01-20 | 1 | -4/+9 |
* | Some cleanup. | Michael Bebenita | 2016-01-14 | 1 | -1/+1 |
* | Use LLVM style static polymorphism for WasmVisitors. | Michael Bebenita | 2016-01-13 | 1 | -36/+36 |
* | Add Travis builds with sanitizers | JF Bastien | 2016-01-10 | 1 | -1/+3 |
* | Fix / uniformize include guards | JF Bastien | 2015-12-22 | 1 | -0/+5 |
* | Fix warnings found by GCC | JF Bastien | 2015-12-22 | 1 | -6/+6 |
* | unaligned loads and stores in wasm2asm | Alon Zakai | 2015-12-21 | 1 | -2/+85 |
* | support load/store offsets in wasm2asm | Alon Zakai | 2015-12-21 | 1 | -0/+6 |
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+15 |
* | remove Label, which was removed from the spec | Alon Zakai | 2015-12-18 | 1 | -6/+0 |
* | update comments | Alon Zakai | 2015-12-07 | 1 | -2/+1 |
* | remove old comment | Alon Zakai | 2015-12-07 | 1 | -1/+1 |
* | remove more unneeded code | Alon Zakai | 2015-12-07 | 1 | -33/+2 |
* | update comments | Alon Zakai | 2015-12-07 | 1 | -2/+0 |
* | remove old code | Alon Zakai | 2015-12-07 | 1 | -14/+0 |
* | fix numeric names in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -3/+9 |
* | import Math.clz32 | Alon Zakai | 2015-12-07 | 1 | -0/+1 |
* | fix sign-aware div/mod | Alon Zakai | 2015-12-07 | 1 | -4/+4 |
* | fix double mul | Alon Zakai | 2015-12-07 | 1 | -1/+7 |
* | fix double eq and ne | Alon Zakai | 2015-12-07 | 1 | -2/+14 |
* | fix vector of scoped temps | Alon Zakai | 2015-12-07 | 1 | -11/+15 |
* | import Math.abs in wasm2asm output | Alon Zakai | 2015-12-07 | 1 | -0/+1 |
* | fix signed int-to-double | Alon Zakai | 2015-12-07 | 1 | -1/+1 |
* | assume flattened imports in wasm2asm output | Alon Zakai | 2015-12-07 | 1 | -1/+2 |
* | emit Math.fround in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -0/+1 |
* | emit exports in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -1/+10 |
* | emit asm function tables in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -0/+35 |
* | handle imports in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -0/+16 |
* | import Math.imul | Alon Zakai | 2015-12-07 | 1 | -14/+30 |
* | use Math.imul in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -1/+1 |
* | emit function table calls in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -2/+25 |
* | coerce returns in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -2/+2 |
* | sign eq and ne in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -2/+2 |
* | coerce loads in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -5/+8 |
* | emit heap views in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -0/+34 |
* | emit 'use asm' in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -0/+1 |
* | handle nested blocks with returns in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -6/+1 |
* | ensure if branches are statements | Alon Zakai | 2015-12-06 | 1 | -2/+2 |