Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't allow re-using memory | JF Bastien | 2016-01-20 | 1 | -1/+1 | |
| | ||||||
* | Name: support std::string ctor | JF Bastien | 2016-01-20 | 1 | -0/+1 | |
| | | | This makes other code less verbose | |||||
* | Fix format | JF Bastien | 2016-01-20 | 1 | -6/+7 | |
| | ||||||
* | clear global state for each function in binary processing #125 | Alon Zakai | 2016-01-20 | 1 | -0/+4 | |
| | ||||||
* | fix switch default in binary format #123 | Alon Zakai | 2016-01-20 | 1 | -2/+7 | |
| | ||||||
* | improve wasm2asm switch emitting, and add testcase | Alon Zakai | 2016-01-20 | 1 | -4/+9 | |
| | ||||||
* | fix mapLocals in binary format handling | Alon Zakai | 2016-01-19 | 1 | -4/+4 | |
| | ||||||
* | Merge pull request #103 from mbebenita/static-poly | Alon Zakai | 2016-01-19 | 15 | -337/+344 | |
|\ | | | | | Use LLVM style static polymorphism for AST Visitors | |||||
| * | Add unreachable macro for the default case. | Michael Bebenita | 2016-01-15 | 1 | -4/+1 | |
| | | ||||||
| * | Add default case so that GCC doesn't complain. | Michael Bebenita | 2016-01-14 | 1 | -0/+4 | |
| | | ||||||
| * | Some cleanup. | Michael Bebenita | 2016-01-14 | 12 | -70/+51 | |
| | | ||||||
| * | Use LLVM style static polymorphism for WasmVisitors. | Michael Bebenita | 2016-01-13 | 15 | -255/+264 | |
| | | ||||||
| * | A more generic compiler pass system. | Michael Bebenita | 2016-01-13 | 8 | -96/+112 | |
| | | ||||||
* | | Merge pull request #119 from JSStats/mem-offset-flag | Alon Zakai | 2016-01-19 | 1 | -2/+2 | |
|\ \ | | | | | | | Memory access offset flag is bit 4. | |||||
| * | | Memory access offset flag is bit 4. | Douglas Crosher | 2016-01-18 | 1 | -2/+2 | |
| | | | ||||||
* | | | Function section has the flags before the signature index. | Douglas Crosher | 2016-01-18 | 1 | -2/+2 | |
|/ / | ||||||
* | | use visitNop for break values | Alon Zakai | 2016-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | The break operation may have a value, and must with the v8 encoding. | Douglas Crosher | 2016-01-18 | 2 | -2/+8 | |
| | | ||||||
* | | improve abort on unknown symbol | Alon Zakai | 2016-01-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #104 from WebAssembly/more-torture | Alon Zakai | 2016-01-14 | 2 | -3/+28 | |
|\ \ | | | | | | | More torture | |||||
| * | | add continues in s-parser | Alon Zakai | 2016-01-14 | 1 | -0/+3 | |
| | | | ||||||
| * | | add assert on wasm segments | Alon Zakai | 2016-01-14 | 1 | -0/+1 | |
| | | | ||||||
| * | | --entry option in binaryen-shell, which lets you call an entry point. also ↵ | Alon Zakai | 2016-01-14 | 1 | -3/+24 | |
| |/ | | | | | | | support exit() | |||||
* | | Merge pull request #100 from WebAssembly/wasm-dis | Alon Zakai | 2016-01-14 | 4 | -61/+824 | |
|\ \ | |/ |/| | wasm-dis | |||||
| * | improve for loops | Alon Zakai | 2016-01-14 | 1 | -7/+7 | |
| | | ||||||
| * | fix type of const values from binary | Alon Zakai | 2016-01-14 | 1 | -0/+1 | |
| | | ||||||
| * | add missing types in binary reading | Alon Zakai | 2016-01-14 | 1 | -4/+17 | |
| | | ||||||
| * | use std::pow | Alon Zakai | 2016-01-14 | 1 | -2/+2 | |
| | | ||||||
| * | add a constant for natural alignment in the binary format | Alon Zakai | 2016-01-14 | 1 | -2/+3 | |
| | | ||||||
| * | improve a for loop | Alon Zakai | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | minor binary updates following comments | Alon Zakai | 2016-01-14 | 1 | -3/+3 | |
| | | ||||||
| * | comments | Alon Zakai | 2016-01-14 | 1 | -2/+2 | |
| | | ||||||
| * | fix an LEB128 bug | Alon Zakai | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | add local assertions | Alon Zakai | 2016-01-14 | 1 | -0/+2 | |
| | | ||||||
| * | break/switch fixes | Alon Zakai | 2016-01-14 | 1 | -1/+9 | |
| | | ||||||
| * | break assert | Alon Zakai | 2016-01-14 | 1 | -0/+3 | |
| | | ||||||
| * | add locations for recursion debugging | Alon Zakai | 2016-01-14 | 1 | -4/+4 | |
| | | ||||||
| * | fix binary writing of CallIndirect | Alon Zakai | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | fix binary writing of BrIf | Alon Zakai | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | fix recursion debugging | Alon Zakai | 2016-01-14 | 1 | -6/+6 | |
| | | ||||||
| * | artisinal debugging | Alon Zakai | 2016-01-14 | 1 | -85/+104 | |
| | | ||||||
| * | more binary debugging | Alon Zakai | 2016-01-14 | 1 | -46/+55 | |
| | | ||||||
| * | fix call_import | Alon Zakai | 2016-01-14 | 1 | -3/+4 | |
| | | ||||||
| * | fix function size offsetting | Alon Zakai | 2016-01-13 | 1 | -4/+5 | |
| | | ||||||
| * | more binary fixes | Alon Zakai | 2016-01-13 | 1 | -4/+4 | |
| | | ||||||
| * | fix locals in binary format | Alon Zakai | 2016-01-13 | 1 | -8/+16 | |
| | | ||||||
| * | fix binary skipping bug | Alon Zakai | 2016-01-13 | 1 | -1/+5 | |
| | | ||||||
| * | fix buffer writing bug | Alon Zakai | 2016-01-13 | 1 | -1/+3 | |
| | | ||||||
| * | more debugging | Alon Zakai | 2016-01-13 | 1 | -0/+3 | |
| | | ||||||
| * | functions must be parsed after all their targets are known | Alon Zakai | 2016-01-13 | 1 | -8/+27 | |
| | |