Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle/ignore visibilities in s2wasm | Alon Zakai | 2016-01-06 | 3 | -1/+64 |
| | |||||
* | Add tests for more assembler constructs that LLVM may use soon. | Dan Gohman | 2016-01-06 | 2 | -0/+77 |
| | | | | | | This adds tests for the kinds of assembly constructs produced by -ffunction-sections, -fdata-sections, -fvisibility=hidden, -fvisibility=protected, and -fvisibility=internal. | ||||
* | Merge pull request #69 from WebAssembly/import-wasmate-tests | Alon Zakai | 2016-01-06 | 54 | -0/+5784 |
|\ | | | | | Import wasmate tests | ||||
| * | Check in the llvm-to-s.py script used to generate the tests. | Dan Gohman | 2016-01-06 | 1 | -0/+68 |
| | | |||||
| * | Initial auto-generate of .s tests from LLVM tests. | Dan Gohman | 2016-01-06 | 46 | -0/+5614 |
| | | |||||
| * | Import hand-written tests from prototype-wasmate. | Dan Gohman | 2016-01-06 | 7 | -0/+102 |
| | | |||||
* | | set function type of imports in s2wasm #68 | Alon Zakai | 2016-01-06 | 16 | -29/+54 |
|/ | |||||
* | Merge pull request #66 from WebAssembly/offset-align | Alon Zakai | 2016-01-06 | 8 | -91/+91 |
|\ | | | | | s2wasm: load/store swap offset/align params | ||||
| * | s2wasm: load/store swap offset/align params | JF Bastien | 2016-01-06 | 8 | -91/+91 |
|/ | | | | | | | | | These should probably be commutable so humans don't have to remember which order to read/write things in, but there's pushback and this really doesn't matter so fix it here, bikeshed on github. This will require an associated fix in sexpr-wasm's GCC torture test failure list. Ref: https://github.com/WebAssembly/sexpr-wasm-prototype/issues/17 Ref: https://github.com/WebAssembly/spec/pull/205 | ||||
* | update experimental submodule | Alon Zakai | 2016-01-05 | 1 | -0/+0 |
| | |||||
* | make build.sh use cmake as much as possible | Alon Zakai | 2016-01-05 | 1 | -8/+11 |
| | |||||
* | Merge pull request #65 from mbebenita/fix-build-sh | Alon Zakai | 2016-01-05 | 1 | -1/+1 |
|\ | | | | | Fix build.sh script. | ||||
| * | Fix build.sh script. | Michael Bebenita | 2016-01-05 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| |