Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle minified function tables | Alon Zakai | 2015-10-30 | 1 | -16/+7 |
| | |||||
* | fix type detection of globals | Alon Zakai | 2015-10-30 | 1 | -12/+32 |
| | |||||
* | fix printing of large negatives | Alon Zakai | 2015-10-30 | 2 | -8/+17 |
| | |||||
* | parse large negative literals properly | Alon Zakai | 2015-10-30 | 1 | -5/+13 |
| | |||||
* | nop imports; all tests pass | Alon Zakai | 2015-10-29 | 2 | -0/+10 |
| | |||||
* | fix unary printing | Alon Zakai | 2015-10-29 | 1 | -1/+3 |
| | |||||
* | clz | Alon Zakai | 2015-10-29 | 2 | -5/+24 |
| | |||||
* | fix large int constants | Alon Zakai | 2015-10-29 | 1 | -8/+1 |
| | |||||
* | double fixes | Alon Zakai | 2015-10-29 | 2 | -5/+19 |
| | |||||
* | print a memory section | Alon Zakai | 2015-10-29 | 1 | -0/+2 |
| | |||||
* | print call_import properly | Alon Zakai | 2015-10-29 | 1 | -2/+10 |
| | |||||
* | fix conditional type | Alon Zakai | 2015-10-29 | 1 | -0/+1 |
| | |||||
* | don't emit empty blocks | Alon Zakai | 2015-10-29 | 1 | -2/+10 |
| | |||||
* | fix Convert | Alon Zakai | 2015-10-29 | 2 | -5/+8 |
| | |||||
* | use Nop | Alon Zakai | 2015-10-29 | 2 | -4/+7 |
| | |||||
* | ignore switches for now | Alon Zakai | 2015-10-29 | 1 | -0/+6 |
| | |||||
* | fix load printing | Alon Zakai | 2015-10-29 | 1 | -1/+1 |
| | |||||
* | fix function type printing | Alon Zakai | 2015-10-29 | 1 | -2/+2 |
| | |||||
* | fix export printing | Alon Zakai | 2015-10-29 | 1 | -1/+0 |
| | |||||
* | optimize away trivial blocks | Alon Zakai | 2015-10-29 | 2 | -1/+190 |
| | |||||
* | support emcc --separate-asm output | Alon Zakai | 2015-10-29 | 1 | -4/+15 |
| | |||||
* | support 'almost asm' | Alon Zakai | 2015-10-29 | 1 | -1/+1 |
| | |||||
* | asm2wasm updates | Alon Zakai | 2015-10-29 | 2 | -17/+17 |
| | |||||
* | add missing headers | Alon Zakai | 2015-10-29 | 3 | -0/+247 |
| | |||||
* | import emscripten bits | Alon Zakai | 2015-10-29 | 9 | -0/+8732 |