summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | remove bad commentAlon Zakai2016-01-221-1/+1
| |
* | more flexibility in section reading in binary format codeAlon Zakai2016-01-221-16/+23
|/
* add more binary opcodes and a kitchen sink test #136Alon Zakai2016-01-221-2/+6
|
* add I32ReinterpretF32 in binary format, for nowAlon Zakai2016-01-221-2/+3
|
* add missing binary opcodesAlon Zakai2016-01-211-22/+57
|
* Merge pull request #129 from WebAssembly/binaryen-shell-command-linesAlon Zakai2016-01-201-92/+52
|\ | | | | Use command-line & waterfall for binaryen-shell
| * Use command-line & waterfall for binaryen-shellJF Bastien2016-01-201-92/+52
| |
* | wasm2asm: use support/command-line.hJF Bastien2016-01-202-36/+40
| |
* | mapLocals even if no locals, but there are params #127Alon Zakai2016-01-201-5/+8
| |
* | only the IString constructor for Name can avoid memory copyingAlon Zakai2016-01-201-1/+1
|/
* Fix command-line help when there's only long or shortJF Bastien2016-01-201-2/+4
|
* Don't allow re-using memoryJF Bastien2016-01-201-1/+1
|
* Name: support std::string ctorJF Bastien2016-01-201-0/+1
| | | This makes other code less verbose
* Fix formatJF Bastien2016-01-201-6/+7
|
* clear global state for each function in binary processing #125Alon Zakai2016-01-201-0/+4
|
* fix switch default in binary format #123Alon Zakai2016-01-201-2/+7
|
* improve wasm2asm switch emitting, and add testcaseAlon Zakai2016-01-201-4/+9
|
* fix mapLocals in binary format handlingAlon Zakai2016-01-191-4/+4
|
* Merge pull request #103 from mbebenita/static-polyAlon Zakai2016-01-1915-337/+344
|\ | | | | Use LLVM style static polymorphism for AST Visitors
| * Add unreachable macro for the default case.Michael Bebenita2016-01-151-4/+1
| |
| * Add default case so that GCC doesn't complain.Michael Bebenita2016-01-141-0/+4
| |
| * Some cleanup.Michael Bebenita2016-01-1412-70/+51
| |
| * Use LLVM style static polymorphism for WasmVisitors.Michael Bebenita2016-01-1315-255/+264
| |
| * A more generic compiler pass system.Michael Bebenita2016-01-138-96/+112
| |
* | Merge pull request #119 from JSStats/mem-offset-flagAlon Zakai2016-01-191-2/+2
|\ \ | | | | | | Memory access offset flag is bit 4.
| * | Memory access offset flag is bit 4.Douglas Crosher2016-01-181-2/+2
| | |
* | | Function section has the flags before the signature index.Douglas Crosher2016-01-181-2/+2
|/ /
* | use visitNop for break valuesAlon Zakai2016-01-171-1/+1
| |
* | The break operation may have a value, and must with the v8 encoding.Douglas Crosher2016-01-182-2/+8
| |
* | improve abort on unknown symbolAlon Zakai2016-01-161-1/+1
| |
* | Merge pull request #104 from WebAssembly/more-tortureAlon Zakai2016-01-142-3/+28
|\ \ | | | | | | More torture
| * | add continues in s-parserAlon Zakai2016-01-141-0/+3
| | |
| * | add assert on wasm segmentsAlon Zakai2016-01-141-0/+1
| | |
| * | --entry option in binaryen-shell, which lets you call an entry point. also ↵Alon Zakai2016-01-141-3/+24
| |/ | | | | | | support exit()
* | Merge pull request #100 from WebAssembly/wasm-disAlon Zakai2016-01-144-61/+824
|\ \ | |/ |/| wasm-dis
| * improve for loopsAlon Zakai2016-01-141-7/+7
| |
| * fix type of const values from binaryAlon Zakai2016-01-141-0/+1
| |
| * add missing types in binary readingAlon Zakai2016-01-141-4/+17
| |
| * use std::powAlon Zakai2016-01-141-2/+2
| |
| * add a constant for natural alignment in the binary formatAlon Zakai2016-01-141-2/+3
| |
| * improve a for loopAlon Zakai2016-01-141-1/+1
| |
| * minor binary updates following commentsAlon Zakai2016-01-141-3/+3
| |
| * commentsAlon Zakai2016-01-141-2/+2
| |
| * fix an LEB128 bugAlon Zakai2016-01-141-1/+1
| |
| * add local assertionsAlon Zakai2016-01-141-0/+2
| |
| * break/switch fixesAlon Zakai2016-01-141-1/+9
| |
| * break assertAlon Zakai2016-01-141-0/+3
| |
| * add locations for recursion debuggingAlon Zakai2016-01-141-4/+4
| |
| * fix binary writing of CallIndirectAlon Zakai2016-01-141-1/+1
| |
| * fix binary writing of BrIfAlon Zakai2016-01-141-1/+1
| |