Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse 0-size blocks | Alon Zakai | 2016-01-27 | 2 | -4/+2 |
| | |||||
* | fix select type | Alon Zakai | 2016-01-27 | 2 | -1/+6 |
| | |||||
* | fix MemorySize type | Alon Zakai | 2016-01-27 | 1 | -1/+5 |
| | |||||
* | fix function results in binary format reading | Alon Zakai | 2016-01-27 | 7 | -85/+86 |
| | |||||
* | 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 | ||||
* | | verify we can convert the spec tests to binary and back | Alon Zakai | 2016-01-26 | 1 | -6/+8 |
| | | |||||
* | | fix GrowMemory parsing | Alon Zakai | 2016-01-26 | 1 | -0/+1 |
| | | |||||
* | | refactor a binary format check method in check.py | Alon Zakai | 2016-01-26 | 1 | -20/+25 |
| | | |||||
* | | Update waterfall repo | JF Bastien | 2016-01-26 | 3 | -1/+2 |
| | | | | | | | | Need to update arguments. | ||||
* | | Merge pull request #143 from Lichtso/master | Alon Zakai | 2016-01-26 | 3 | -1/+55 |
|\ \ | | | | | | | Ignore meta data emitted by clang on Mac OS X | ||||
| * | | Added test case for .*_version_min * meta data | Alexander Meißner | 2016-01-26 | 2 | -0/+44 |
| | | | |||||
| * | | Ignore meta data emitted by clang on Mac OS X | Alexander Meißner | 2016-01-26 | 1 | -1/+11 |
|/ / | |||||
* | | Merge pull request #142 from WebAssembly/update-tests | Alon Zakai | 2016-01-25 | 6 | -28/+182 |
|\ \ | | | | | | | Update llvm_autogenerated tests to LLVM r258792. | ||||
| * | | Update .wast files with expected output. | Dan Gohman | 2016-01-25 | 2 | -6/+94 |
| | | | |||||
| * | | Update llvm_autogenerated tests to LLVM r258792. | Dan Gohman | 2016-01-25 | 4 | -22/+88 |
|/ / | |||||
* | | 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 |
| | | |||||
* | | Merge pull request #140 from WebAssembly/alignment | Alon Zakai | 2016-01-25 | 64 | -2812/+4604 |
|\ \ | | | | | | | Latest LLVM + http://reviews.llvm.org/D16534 | ||||
| * | | handle new alignment format from llvm | Alon Zakai | 2016-01-25 | 4 | -21/+679 |
| | | | |||||
| * | | Latest LLVM + http://reviews.llvm.org/D16534 | Dan Gohman | 2016-01-25 | 60 | -2791/+3925 |
|/ / | |||||
* | | fold if-br into br_if | Alon Zakai | 2016-01-23 | 7 | -222/+246 |
| | | |||||
* | | avoid emitting a block in a loop when the .wast format allows doing so #139 | Alon Zakai | 2016-01-23 | 11 | -18456/+17985 |
| | | |||||
* | | allocate __stack_pointer completely | Alon Zakai | 2016-01-22 | 53 | -83/+85 |
| | | |||||
* | | 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 |
| | | |||||
* | | missing file | Alon Zakai | 2016-01-22 | 1 | -0/+433 |
|/ | |||||
* | 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 | 4 | -4/+436 |
| | |||||
* | add missing binary opcodes | Alon Zakai | 2016-01-21 | 3 | -23/+455 |
| | |||||
* | update auto updater | Alon Zakai | 2016-01-21 | 1 | -12/+3 |
| | |||||
* | remove sys.exit that surely was not intended to be pushed | Alon Zakai | 2016-01-21 | 1 | -1/+0 |
| | |||||
* | Add --help test. | JF Bastien | 2016-01-20 | 1 | -0/+16 |
| | |||||
* | Merge pull request #129 from WebAssembly/binaryen-shell-command-lines | Alon Zakai | 2016-01-20 | 5 | -195/+70 |
|\ | | | | | Use command-line & waterfall for binaryen-shell | ||||
| * | Use command-line & waterfall for binaryen-shell | JF Bastien | 2016-01-20 | 5 | -195/+70 |
| | | |||||
* | | Merge pull request #130 from WebAssembly/wasm2asm-command-line | Alon Zakai | 2016-01-20 | 2 | -36/+40 |
|\ \ | | | | | | | wasm2asm: use support/command-line.h | ||||
| * | | 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 | 7 | -21/+46 |
| | | |||||
* | | 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 |
| | |||||
* | Merge pull request #126 from WebAssembly/jfbastien-patch-1 | Alon Zakai | 2016-01-20 | 1 | -0/+1 |
|\ | | | | | Name: support std::string ctor | ||||
| * | 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 | 4 | -78480/+10457 |
| | |||||
* | further fix for not having vanilla llvm workable locally | Alon Zakai | 2016-01-20 | 1 | -2/+3 |
| | |||||
* | fix switch default in binary format #123 | Alon Zakai | 2016-01-20 | 3 | -30/+35 |
| | |||||
* | fix non-vanilla llvm testing of wasm-backend testcases | Alon Zakai | 2016-01-20 | 1 | -6/+7 |
| |