Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | emit staticBump in metadata | Alon Zakai | 2015-12-23 | 1 | -3/+6 | |
| | ||||||
* | generalize commandline options and add global-base option for s2wasm | Alon Zakai | 2015-12-23 | 1 | -3/+3 | |
| | ||||||
* | Output the symbol name. | JF Bastien | 2015-12-23 | 1 | -0/+1 | |
| | ||||||
* | Emit error message when an unknown symbol is found | JF Bastien | 2015-12-23 | 1 | -1/+5 | |
| | ||||||
* | s2wasm const parsing fixes | Alon Zakai | 2015-12-23 | 1 | -8/+16 | |
| | ||||||
* | misc minor s2wasm fixes for globals | Alon Zakai | 2015-12-22 | 1 | -3/+4 | |
| | ||||||
* | s2wasm: support .int8 and .int16 data | JF Bastien | 2015-12-22 | 1 | -0/+10 | |
| | | | | This fixes a bunch of the torture test failures. | |||||
* | Fix / uniformize include guards | JF Bastien | 2015-12-22 | 1 | -0/+5 | |
| | ||||||
* | Add curlies. | JF Bastien | 2015-12-22 | 1 | -1/+2 | |
| | ||||||
* | Fix warnings found by GCC | JF Bastien | 2015-12-22 | 1 | -1/+3 | |
| | | | | | | My previous patch addressed all LLVM warnings, this one addresses all the GCC ones as well (mostly signed / unsigned mix). The patch also turns on -Wall -Werror. | |||||
* | Restore getStr(), but dicard result. | JF Bastien | 2015-12-22 | 1 | -1/+1 | |
| | ||||||
* | Fix unused variable / function warnings. | JF Bastien | 2015-12-22 | 1 | -2/+2 | |
| | ||||||
* | s2wasm: add outfile | JF Bastien | 2015-12-22 | 1 | -11/+11 | |
| | | | | Use some C++ in a few places. I'll propagate similar changes to the rest of the codebase later. I also need to turn off colors when outputting to a file (isatty on stdout doesn't do that with -o) but I'll do it in a separate PR because it'll touch more files. | |||||
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+15 | |
| | | | | 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. | |||||
* | ignore .section inside objects in s2wasm, and update .s tests | Alon Zakai | 2015-12-20 | 1 | -0/+3 | |
| | ||||||
* | parse 'weak' in s2wasm | Alon Zakai | 2015-12-20 | 1 | -0/+1 | |
| | ||||||
* | remove old debug code from s2wasm ; closes #14 | Alon Zakai | 2015-12-19 | 1 | -2/+1 | |
| | ||||||
* | generalize relocations and add multiple elements in a global name | Alon Zakai | 2015-12-17 | 1 | -41/+36 | |
| | ||||||
* | support global offsets in store in s2wasm | Alon Zakai | 2015-12-17 | 1 | -1/+1 | |
| | ||||||
* | accept more things in s2wasm | Alon Zakai | 2015-12-17 | 1 | -1/+8 | |
| | ||||||
* | support constants global addresses in loads in s2wasm | Alon Zakai | 2015-12-17 | 1 | -3/+23 | |
| | ||||||
* | fix s2wasm comment output #9 | Alon Zakai | 2015-12-17 | 1 | -1/+1 | |
| | ||||||
* | don't emit zero segments | Alon Zakai | 2015-12-15 | 1 | -2/+6 | |
| | ||||||
* | support offsets in relocations | Alon Zakai | 2015-12-15 | 1 | -15/+26 | |
| | ||||||
* | refactor type parsing in s2wasm | Alon Zakai | 2015-12-15 | 1 | -10/+17 | |
| | ||||||
* | fix stack popping in s2wasm | Alon Zakai | 2015-12-15 | 1 | -28/+60 | |
| | ||||||
* | emscripten_asm_const needs a prefix '_' | Alon Zakai | 2015-12-14 | 1 | -2/+1 | |
| | ||||||
* | fix imports for asm const methods | Alon Zakai | 2015-12-14 | 1 | -0/+12 | |
| | ||||||
* | fix asm const arg | Alon Zakai | 2015-12-14 | 1 | -1/+5 | |
| | ||||||
* | patch emscripten_asm_const calls with the sig | Alon Zakai | 2015-12-14 | 1 | -2/+5 | |
| | ||||||
* | emit asm const ids | Alon Zakai | 2015-12-14 | 1 | -1/+7 | |
| | ||||||
* | escape asm consts | Alon Zakai | 2015-12-14 | 1 | -1/+23 | |
| | ||||||
* | start to emit metadata from s2wasm | Alon Zakai | 2015-12-14 | 1 | -0/+58 | |
| | ||||||
* | add imports in s2wasm | Alon Zakai | 2015-12-14 | 1 | -9/+15 | |
| | ||||||
* | detect which calls are to imports in s2wasm | Alon Zakai | 2015-12-14 | 1 | -16/+31 | |
| | ||||||
* | add relocation support | Alon Zakai | 2015-12-14 | 1 | -2/+15 | |
| | ||||||
* | parse switch in s2wasm | Alon Zakai | 2015-12-14 | 1 | -0/+9 | |
| | ||||||
* | handle more loop/block combos in s2wasm, and update more test outputs | Alon Zakai | 2015-12-14 | 1 | -17/+15 | |
| | ||||||
* | update experimental tests and handle new call syntax | Alon Zakai | 2015-12-14 | 1 | -63/+48 | |
| | ||||||
* | export all methods in s2wasm, for now | Alon Zakai | 2015-12-13 | 1 | -0/+4 | |
| | ||||||
* | scan function result types in s2wasm | Alon Zakai | 2015-12-12 | 1 | -3/+32 | |
| | ||||||
* | finish escaping and add many more .s files | Alon Zakai | 2015-12-12 | 1 | -0/+1 | |
| | ||||||
* | more escaping | Alon Zakai | 2015-12-12 | 1 | -14/+19 | |
| | ||||||
* | data parsing fixes | Alon Zakai | 2015-12-12 | 1 | -5/+0 | |
| | ||||||
* | wip data parsing fixes | Alon Zakai | 2015-12-12 | 1 | -28/+35 | |
| | ||||||
* | quoting and data fixes | Alon Zakai | 2015-12-12 | 1 | -8/+19 | |
| | ||||||
* | fix s2wasm load | Alon Zakai | 2015-12-12 | 1 | -1/+2 | |
| | ||||||
* | many more ops | Alon Zakai | 2015-12-12 | 1 | -1/+15 | |
| | ||||||
* | more .type parsing, and negative getInt | Alon Zakai | 2015-12-12 | 1 | -11/+49 | |
| | ||||||
* | more data parsing | Alon Zakai | 2015-12-12 | 1 | -9/+27 | |
| |