summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | remove another obsolete commentAlon Zakai2015-12-291-1/+0
| |
* | remove obsolete commentAlon Zakai2015-12-291-1/+1
| |
* | more check.py explanationsAlon Zakai2015-12-291-1/+3
| |
* | add some s-parser debuggingAlon Zakai2015-12-292-3/+4
| |
* | update check.py disabled test reasonsAlon Zakai2015-12-291-4/+4
| |
* | Fix include guardsJF Bastien2015-12-291-3/+3
|/
* Merge pull request #53 from WebAssembly/jfbastien-patch-1Alon Zakai2015-12-281-2/+0
|\ | | | | Update expected GCC test failures
| * Update expected GCC test failuresJF Bastien2015-12-281-2/+0
|/ | | Negative relocations fixed in 49bc6a370abf20ee2b2749ee3ca73373bfeceeb7, fixes #52.
* add test with negative relocationAlon Zakai2015-12-272-2/+7
|
* merge addressings and relocations, improve getConst, and use that to easily ↵Alon Zakai2015-12-271-41/+12
| | | | implement negative offsets
* Update s2wasm_known_gcc_test_failures.txtJF Bastien2015-12-271-1/+1
|
* Merge pull request #51 from WebAssembly/jfbastien-patch-1JF Bastien2015-12-271-37/+9
|\ | | | | Update expected GCC test failures
| * Update expected GCC test failuresJF Bastien2015-12-271-37/+9
|/ | | Some new unexpected symbols, a lot fewer (Alon added a workaround), finds a new bug with negative relocations.
* add testcase outputAlon Zakai2015-12-261-0/+216
|
* implement a temporary hack for __stack_pointerAlon Zakai2015-12-264-199/+204
|
* update tests/experimentalAlon Zakai2015-12-251-0/+0
|
* finish updating .s testsAlon Zakai2015-12-259-10/+11
|
* start to implement lcommAlon Zakai2015-12-254-15/+24
|
* more updatesAlon Zakai2015-12-251-5/+5
|
* ignore lcomm for nowAlon Zakai2015-12-251-3/+4
|
* start to update tests after latest changesAlon Zakai2015-12-259-15/+15
|