summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix return handling in s-parserAlon Zakai2016-01-051-8/+17
|
* fix parsing error in s-parser with functions with just a block and then more ↵Alon Zakai2016-01-053-6/+23
| | | | content
* MergeBlocks #32Alon Zakai2016-01-058-369/+634
|
* RemoveUnusedBrs #32Alon Zakai2016-01-059-1174/+1335
|
* do not print a toplevel block in functions if we don't need one #32Alon Zakai2016-01-0510-13061/+12916
|
* fix RemoveUnusedNamesAlon Zakai2016-01-054-68/+66
|
* update experimental submoduleAlon Zakai2016-01-051-0/+0
|
* update build.shAlon Zakai2016-01-041-2/+2
|
* Merge pull request #64 from WebAssembly/color-disableAlon Zakai2016-01-043-4/+11
|\ | | | | Disable colors when outputting to a file
| * Disable colors when outputting to a fileJF Bastien2016-01-043-4/+11
| | | | | | | | This will allow other tools to consume the output.
* | Merge pull request #63 from WebAssembly/support-fileAlon Zakai2016-01-044-38/+107
|\ \ | | | | | | Move file input / output to support.
| * | Move file input / output to support.JF Bastien2016-01-044-38/+107
| |/
* | run RemoveUnusedNames in asm2wasmAlon Zakai2016-01-044-2/+13
| |
* | add RemoveUnusedNames passAlon Zakai2016-01-045-1/+77
|/
* parse for loops in asm2wasm #60Alon Zakai2016-01-046-2/+119
|
* Update test/experimental.JF Bastien2016-01-041-0/+0
|
* Test s2wasm using buildbot's last known good .s filesJF Bastien2016-01-042-0/+18
|
* add a test for s2wasm optionsAlon Zakai2016-01-041-0/+5
|
* Fix off-by-one in option parsing with '='.JF Bastien2016-01-041-1/+1
|
* Merge pull request #61 from WebAssembly/jfbastien-patch-1JF Bastien2016-01-041-1/+3
|\ | | | | README: mention update.py
| * TypoJF Bastien2016-01-041-1/+1
| |
| * README: mention update.pyJF Bastien2016-01-041-1/+3
|/
* Merge pull request #57 from WebAssembly/update.pyAlon Zakai2016-01-044-4/+58
|\ | | | | Create update.py
| * Create update.pyJF Bastien2015-12-314-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-licenseAlon Zakai2016-01-041-1/+14
|\ \ | | | | | | Fix check.py license
| * | Fix check.py licenseJF Bastien2015-12-311-1/+14
| |/
* | Merge pull request #58 from WebAssembly/command-lineJF Bastien2016-01-043-65/+183
|\ \ | | | | | | Generalize command-line parsing more.
| * | Add curlies.JF Bastien2016-01-042-3/+6
| | |
| * | Generalize command-line parsing more.JF Bastien2016-01-023-65/+180
| | | | | | | | | | | | This should allow other programs to use the same command-line support.
* | | Merge pull request #59 from WebAssembly/jfbastien-patch-1JF Bastien2016-01-041-0/+5
|\ \ \ | |/ / |/| | README: mention cmake build
| * | Mention ninja belowJF Bastien2016-01-041-1/+2
| | |
| * | README: mention cmake buildJF Bastien2016-01-031-0/+4
|/ /
* | Update test/experimentalJF Bastien2016-01-011-0/+0
| |
* | Fix __init__.py exec bit.JF Bastien2016-01-011-0/+0
|/
* Add test/__init__.py.JF Bastien2015-12-312-0/+18
|
* Update test/experimentalJF Bastien2015-12-311-0/+0
|
* TypoJF Bastien2015-12-301-1/+1
|
* Merge pull request #55 from WebAssembly/support-command-lineAlon Zakai2015-12-304-29/+55
|\ | | | | Start moving command-line processing to libsupport.a
| * Add a help to avoid out-of-bounds.JF Bastien2015-12-291-1/+4
| |
| * Fix include guards.JF Bastien2015-12-291-3/+3
| |
| * Start moving command-line processing to libsupport.aJF Bastien2015-12-294-28/+51
| | | | | | | | This only moves things, no functional change yet.
* | BufferWithRandomAccessAlon Zakai2015-12-291-2/+60
| |
* | binary in binary formatAlon Zakai2015-12-291-0/+46
| |
* | unary in binary formatAlon Zakai2015-12-291-0/+29
| |
* | more binary stuff, all but unary+binaryAlon Zakai2015-12-291-16/+21
| |
* | const in binary, and avoid char()Alon Zakai2015-12-291-36/+60
| |
* | loads and stores in binaryAlon Zakai2015-12-291-3/+108
| |
* | start to emit AST nodes in binary formatAlon Zakai2015-12-291-8/+220
| |
* | more binary workAlon Zakai2015-12-291-0/+22
| |
* | start work on binary format, per v8 specAlon Zakai2015-12-291-0/+200
| |