Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix function results in binary format reading | Alon Zakai | 2016-01-27 | 1 | -0/+1 | |
| | ||||||
* | improve assert | Alon Zakai | 2016-01-27 | 1 | -1/+7 | |
| | ||||||
* | Merge pull request #144 from mbebenita/apple-colors | Alon Zakai | 2016-01-27 | 1 | -1/+1 | |
|\ | | | | | Fix colors on OSX. | |||||
| * | Fix colors on OSX. | Michael | 2016-01-26 | 1 | -1/+1 | |
| | | | | | | | | Apple OSes define __APPLE__ instead of the lower case __apple__. | |||||
* | | increase function and block sizes in binary format, to get more real-world ↵ | Alon Zakai | 2016-01-26 | 1 | -6/+6 | |
| | | | | | | | | code to build | |||||
* | | fix GrowMemory parsing | Alon Zakai | 2016-01-26 | 1 | -0/+1 | |
| | | ||||||
* | | Ignore meta data emitted by clang on Mac OS X | Alexander Meißner | 2016-01-26 | 1 | -1/+11 | |
| | | ||||||
* | | support p2align for function alignment in s2wasm | Alon Zakai | 2016-01-25 | 1 | -1/+1 | |
| | | ||||||
* | | accept either align or p2align on globals in s2wasm | Alon Zakai | 2016-01-25 | 1 | -1/+1 | |
| | | ||||||
* | | handle new alignment format from llvm | Alon Zakai | 2016-01-25 | 1 | -2/+44 | |
| | | ||||||
* | | fold if-br into br_if | Alon Zakai | 2016-01-23 | 1 | -3/+12 | |
| | | ||||||
* | | avoid emitting a block in a loop when the .wast format allows doing so #139 | Alon Zakai | 2016-01-23 | 1 | -1/+10 | |
| | | ||||||
* | | allocate __stack_pointer completely | Alon Zakai | 2016-01-22 | 1 | -1/+3 | |
| | | ||||||
* | | remove bad comment | Alon Zakai | 2016-01-22 | 1 | -1/+1 | |
| | | ||||||
* | | more flexibility in section reading in binary format code | Alon Zakai | 2016-01-22 | 1 | -16/+23 | |
|/ | ||||||
* | add more binary opcodes and a kitchen sink test #136 | Alon Zakai | 2016-01-22 | 1 | -2/+6 | |
| | ||||||
* | add I32ReinterpretF32 in binary format, for now | Alon Zakai | 2016-01-22 | 1 | -2/+3 | |
| | ||||||
* | add missing binary opcodes | Alon Zakai | 2016-01-21 | 1 | -22/+57 | |
| | ||||||
* | Merge pull request #129 from WebAssembly/binaryen-shell-command-lines | Alon Zakai | 2016-01-20 | 1 | -92/+52 | |
|\ | | | | | Use command-line & waterfall for binaryen-shell | |||||
| * | Use command-line & waterfall for binaryen-shell | JF Bastien | 2016-01-20 | 1 | -92/+52 | |
| | | ||||||
* | | wasm2asm: use support/command-line.h | JF Bastien | 2016-01-20 | 2 | -36/+40 | |
| | | ||||||
* | | mapLocals even if no locals, but there are params #127 | Alon Zakai | 2016-01-20 | 1 | -5/+8 | |
| | | ||||||
* | | only the IString constructor for Name can avoid memory copying | Alon Zakai | 2016-01-20 | 1 | -1/+1 | |
|/ | ||||||
* | Fix command-line help when there's only long or short | JF Bastien | 2016-01-20 | 1 | -2/+4 | |
| | ||||||
* | 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 | |
| | |