Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | remove another obsolete comment | Alon Zakai | 2015-12-29 | 1 | -1/+0 |
| | | |||||
* | | remove obsolete comment | Alon Zakai | 2015-12-29 | 1 | -1/+1 |
| | | |||||
* | | more check.py explanations | Alon Zakai | 2015-12-29 | 1 | -1/+3 |
| | | |||||
* | | add some s-parser debugging | Alon Zakai | 2015-12-29 | 2 | -3/+4 |
| | | |||||
* | | update check.py disabled test reasons | Alon Zakai | 2015-12-29 | 1 | -4/+4 |
| | | |||||
* | | Fix include guards | JF Bastien | 2015-12-29 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #53 from WebAssembly/jfbastien-patch-1 | Alon Zakai | 2015-12-28 | 1 | -2/+0 |
|\ | | | | | Update expected GCC test failures | ||||
| * | Update expected GCC test failures | JF Bastien | 2015-12-28 | 1 | -2/+0 |
|/ | | | Negative relocations fixed in 49bc6a370abf20ee2b2749ee3ca73373bfeceeb7, fixes #52. | ||||
* | add test with negative relocation | Alon Zakai | 2015-12-27 | 2 | -2/+7 |
| | |||||
* | merge addressings and relocations, improve getConst, and use that to easily ↵ | Alon Zakai | 2015-12-27 | 1 | -41/+12 |
| | | | | implement negative offsets | ||||
* | Update s2wasm_known_gcc_test_failures.txt | JF Bastien | 2015-12-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #51 from WebAssembly/jfbastien-patch-1 | JF Bastien | 2015-12-27 | 1 | -37/+9 |
|\ | | | | | Update expected GCC test failures | ||||
| * | Update expected GCC test failures | JF Bastien | 2015-12-27 | 1 | -37/+9 |
|/ | | | Some new unexpected symbols, a lot fewer (Alon added a workaround), finds a new bug with negative relocations. | ||||
* | add testcase output | Alon Zakai | 2015-12-26 | 1 | -0/+216 |
| | |||||
* | implement a temporary hack for __stack_pointer | Alon Zakai | 2015-12-26 | 4 | -199/+204 |
| | |||||
* | update tests/experimental | Alon Zakai | 2015-12-25 | 1 | -0/+0 |
| | |||||
* | finish updating .s tests | Alon Zakai | 2015-12-25 | 9 | -10/+11 |
| | |||||
* | start to implement lcomm | Alon Zakai | 2015-12-25 | 4 | -15/+24 |
| | |||||
* | more updates | Alon Zakai | 2015-12-25 | 1 | -5/+5 |
| | |||||
* | ignore lcomm for now | Alon Zakai | 2015-12-25 | 1 | -3/+4 |
| | |||||
* | start to update tests after latest changes | Alon Zakai | 2015-12-25 | 9 | -15/+15 |
| |