Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | add indirect call testcase for wasm-backend | Alon Zakai | 2015-12-25 | 3 | -1/+75 |
| | |||||
* | fix function indexing in s2wasm | Alon Zakai | 2015-12-25 | 1 | -2/+2 |
| | |||||
* | no need to reverse call operands anymore | Alon Zakai | 2015-12-25 | 1 | -1/+0 |
| | |||||
* | handle global addressings starting with '_' | Alon Zakai | 2015-12-25 | 1 | -1/+5 |
| | |||||
* | emit memory size in s2wasm | Alon Zakai | 2015-12-25 | 1 | -0/+1 |
| | |||||
* | handle function indexes in relocations | Alon Zakai | 2015-12-25 | 1 | -5/+20 |
| | |||||
* | fix const literals in s2wasm on 64-bit | Alon Zakai | 2015-12-25 | 1 | -2/+6 |
| | |||||
* | Update expected GCC test failures | JF Bastien | 2015-12-25 | 1 | -3/+0 |
| | | | Fixed by r256402. | ||||
* | ignore function alignment, and parse globl in main process loop | Alon Zakai | 2015-12-24 | 2 | -4/+2 |
| |