Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle minified function tables | Alon Zakai | 2015-10-30 | 4 | -2/+17 |
| | |||||
* | fix type detection of globals | Alon Zakai | 2015-10-30 | 2 | -0/+35 |
| | |||||
* | fix printing of large negatives | Alon Zakai | 2015-10-30 | 2 | -3/+4 |
| | |||||
* | parse large negative literals properly | Alon Zakai | 2015-10-30 | 2 | -0/+30 |
| | |||||
* | add optimized hello world testcase | Alon Zakai | 2015-10-30 | 2 | -0/+15001 |
| | |||||
* | nop imports; all tests pass | Alon Zakai | 2015-10-29 | 1 | -183/+113 |
| | |||||
* | fix unary printing | Alon Zakai | 2015-10-29 | 1 | -6/+6 |
| | |||||
* | clz | Alon Zakai | 2015-10-29 | 1 | -7/+6 |
| | |||||
* | fix large int constants | Alon Zakai | 2015-10-29 | 1 | -4/+4 |
| | |||||
* | double fixes | Alon Zakai | 2015-10-29 | 1 | -47/+43 |
| | |||||
* | print a memory section | Alon Zakai | 2015-10-29 | 2 | -0/+2 |
| | |||||
* | print call_import properly | Alon Zakai | 2015-10-29 | 1 | -119/+119 |
| | |||||
* | fix conditional type | Alon Zakai | 2015-10-29 | 1 | -21/+21 |
| | |||||
* | don't emit empty blocks | Alon Zakai | 2015-10-29 | 1 | -2/+1 |
| | |||||
* | fix Convert | Alon Zakai | 2015-10-29 | 1 | -2/+2 |
| | |||||
* | use Nop | Alon Zakai | 2015-10-29 | 1 | -8/+4 |
| | |||||
* | ignore switches for now | Alon Zakai | 2015-10-29 | 1 | -43/+29 |
| | |||||
* | fix load printing | Alon Zakai | 2015-10-29 | 1 | -49/+49 |
| | |||||
* | fix function type printing | Alon Zakai | 2015-10-29 | 1 | -3/+3 |
| | |||||
* | fix export printing | Alon Zakai | 2015-10-29 | 2 | -23/+23 |
| | |||||
* | optimize away trivial blocks | Alon Zakai | 2015-10-29 | 2 | -13373/+12859 |
| | |||||
* | add emcc output testcase | Alon Zakai | 2015-10-29 | 2 | -0/+35102 |
| | |||||
* | support emcc --separate-asm output | Alon Zakai | 2015-10-29 | 1 | -0/+0 |
| | |||||
* | add testing | Alon Zakai | 2015-10-29 | 1 | -0/+13 |
| | |||||
* | add test | Alon Zakai | 2015-10-29 | 1 | -0/+10 |