Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the AllocatingModule class, and just make Module have allocations. ↵ | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
| | | | | the distinction is not really that useful, and passes do need to allocate, so we would need to pass around AllocatingModules all around anyhow. (#361) | ||||
* | remove excessive wasm-s-parser debug logging (#345) | Alon Zakai | 2016-04-14 | 1 | -1/+1 |
| | |||||
* | add debug param for SExpressionWasmBuilder | Alon Zakai | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | refactor file flags into enums | Alon Zakai | 2016-03-31 | 1 | -2/+2 |
| | |||||
* | set the binary bit on files we need to open in binary mode | Alon Zakai | 2016-03-31 | 1 | -2/+2 |
| | |||||
* | wasm2asm: use support/command-line.h | JF Bastien | 2016-01-20 | 1 | -34/+33 |
| | |||||
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+16 |
| | | | | This applies Apache 2.0 properly (as far as our lawyers have told me). We can do this early since all of the code was written by Alon Zakai. | ||||
* | pretty print in wasm2asm debug | Alon Zakai | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | add first working wasm2asm testcase | Alon Zakai | 2015-12-04 | 1 | -3/+5 |
| | |||||
* | get wasm2asm to start printing | Alon Zakai | 2015-12-04 | 1 | -1/+6 |
| | |||||
* | get wasm2asm building | Alon Zakai | 2015-12-04 | 1 | -5/+5 |
| | |||||
* | start on wasm2asm tool | Alon Zakai | 2015-12-03 | 1 | -0/+53 |