Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix return handling in s-parser | Alon Zakai | 2016-01-05 | 1 | -8/+17 |
| | |||||
* | fix parsing error in s-parser with functions with just a block and then more ↵ | Alon Zakai | 2016-01-05 | 3 | -6/+23 |
| | | | | content | ||||
* | MergeBlocks #32 | Alon Zakai | 2016-01-05 | 8 | -369/+634 |
| | |||||
* | RemoveUnusedBrs #32 | Alon Zakai | 2016-01-05 | 9 | -1174/+1335 |
| | |||||
* | do not print a toplevel block in functions if we don't need one #32 | Alon Zakai | 2016-01-05 | 10 | -13061/+12916 |
| | |||||
* | fix RemoveUnusedNames | Alon Zakai | 2016-01-05 | 4 | -68/+66 |
| | |||||
* | update experimental submodule | Alon Zakai | 2016-01-05 | 1 | -0/+0 |
| | |||||
* | update build.sh | Alon Zakai | 2016-01-04 | 1 | -2/+2 |
| | |||||
* | Merge pull request #64 from WebAssembly/color-disable | Alon Zakai | 2016-01-04 | 3 | -4/+11 |
|\ | | | | | Disable colors when outputting to a file | ||||
| * | Disable colors when outputting to a file | JF Bastien | 2016-01-04 | 3 | -4/+11 |
| | | | | | | | | This will allow other tools to consume the output. | ||||
* | | Merge pull request #63 from WebAssembly/support-file | Alon Zakai | 2016-01-04 | 4 | -38/+107 |
|\ \ | | | | | | | Move file input / output to support. | ||||
| * | | Move file input / output to support. | JF Bastien | 2016-01-04 | 4 | -38/+107 |
| |/ | |||||
* | | run RemoveUnusedNames in asm2wasm | Alon Zakai | 2016-01-04 | 4 | -2/+13 |
| | | |||||
* | | add RemoveUnusedNames pass | Alon Zakai | 2016-01-04 | 5 | -1/+77 |
|/ | |||||
* | parse for loops in asm2wasm #60 | Alon Zakai | 2016-01-04 | 6 | -2/+119 |
| | |||||
* | Update test/experimental. | JF Bastien | 2016-01-04 | 1 | -0/+0 |
| | |||||
* | Test s2wasm using buildbot's last known good .s files | JF Bastien | 2016-01-04 | 2 | -0/+18 |
| | |||||
* | add a test for s2wasm options | Alon Zakai | 2016-01-04 | 1 | -0/+5 |
| | |||||
* | Fix off-by-one in option parsing with '='. | JF Bastien | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #61 from WebAssembly/jfbastien-patch-1 | JF Bastien | 2016-01-04 | 1 | -1/+3 |
|\ | | | | | README: mention update.py | ||||
| * | Typo | JF Bastien | 2016-01-04 | 1 | -1/+1 |
| | | |||||
| * | README: mention update.py | JF Bastien | 2016-01-04 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #57 from WebAssembly/update.py | Alon Zakai | 2016-01-04 | 4 | -4/+58 |
|\ | | | | | Create update.py | ||||
| * | Create update.py | JF Bastien | 2015-12-31 | 4 | -4/+58 |
| | | | | | | | | This is an offshoot from #54 which will use the buildbot output to run tests. | ||||
* | | Merge pull request #56 from WebAssembly/fix-check.py-license | Alon Zakai | 2016-01-04 | 1 | -1/+14 |
|\ \ | | | | | | | Fix check.py license | ||||
| * | | Fix check.py license | JF Bastien | 2015-12-31 | 1 | -1/+14 |
| |/ | |||||
* | | Merge pull request #58 from WebAssembly/command-line | JF Bastien | 2016-01-04 | 3 | -65/+183 |
|\ \ | | | | | | | Generalize command-line parsing more. | ||||
| * | | Add curlies. | JF Bastien | 2016-01-04 | 2 | -3/+6 |
| | | | |||||
| * | | Generalize command-line parsing more. | JF Bastien | 2016-01-02 | 3 | -65/+180 |
| | | | | | | | | | | | | This should allow other programs to use the same command-line support. | ||||
* | | | Merge pull request #59 from WebAssembly/jfbastien-patch-1 | JF Bastien | 2016-01-04 | 1 | -0/+5 |
|\ \ \ | |/ / |/| | | README: mention cmake build | ||||
| * | | Mention ninja below | JF Bastien | 2016-01-04 | 1 | -1/+2 |
| | | | |||||
| * | | README: mention cmake build | JF Bastien | 2016-01-03 | 1 | -0/+4 |
|/ / | |||||
* | | Update test/experimental | JF Bastien | 2016-01-01 | 1 | -0/+0 |
| | | |||||
* | | Fix __init__.py exec bit. | JF Bastien | 2016-01-01 | 1 | -0/+0 |
|/ | |||||
* | Add test/__init__.py. | JF Bastien | 2015-12-31 | 2 | -0/+18 |
| | |||||
* | Update test/experimental | JF Bastien | 2015-12-31 | 1 | -0/+0 |
| | |||||
* | Typo | JF Bastien | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #55 from WebAssembly/support-command-line | Alon Zakai | 2015-12-30 | 4 | -29/+55 |
|\ | | | | | Start moving command-line processing to libsupport.a | ||||
| * | Add a help to avoid out-of-bounds. | JF Bastien | 2015-12-29 | 1 | -1/+4 |
| | | |||||
| * | Fix include guards. | JF Bastien | 2015-12-29 | 1 | -3/+3 |
| | | |||||
| * | Start moving command-line processing to libsupport.a | JF Bastien | 2015-12-29 | 4 | -28/+51 |
| | | | | | | | | This only moves things, no functional change yet. | ||||
* | | BufferWithRandomAccess | Alon Zakai | 2015-12-29 | 1 | -2/+60 |
| | | |||||
* | | binary in binary format | Alon Zakai | 2015-12-29 | 1 | -0/+46 |
| | | |||||
* | | unary in binary format | Alon Zakai | 2015-12-29 | 1 | -0/+29 |
| | | |||||
* | | more binary stuff, all but unary+binary | Alon Zakai | 2015-12-29 | 1 | -16/+21 |
| | | |||||
* | | const in binary, and avoid char() | Alon Zakai | 2015-12-29 | 1 | -36/+60 |
| | | |||||
* | | loads and stores in binary | Alon Zakai | 2015-12-29 | 1 | -3/+108 |
| | | |||||
* | | start to emit AST nodes in binary format | Alon Zakai | 2015-12-29 | 1 | -8/+220 |
| | | |||||
* | | more binary work | Alon Zakai | 2015-12-29 | 1 | -0/+22 |
| | | |||||
* | | start work on binary format, per v8 spec | Alon Zakai | 2015-12-29 | 1 | -0/+200 |
| | |