Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support fround(0) global constants | Alon Zakai | 2015-11-16 | 1 | -0/+9 |
| | |||||
* | handle imports with a return type | Alon Zakai | 2015-11-16 | 1 | -1/+5 |
| | |||||
* | emit a special call to a special import to handle floating-point remainder, ↵ | Alon Zakai | 2015-11-16 | 2 | -3/+32 |
| | | | | which exists in asm.js but not in wasm | ||||
* | handle import calls with no parent node | Alon Zakai | 2015-11-16 | 1 | -9/+13 |
| | |||||
* | emit switches in native builds, and offset the switch value | Alon Zakai | 2015-11-16 | 1 | -6/+27 |
| | |||||
* | fix switch printing | Alon Zakai | 2015-11-16 | 1 | -3/+4 |
| | |||||
* | use the new BINARYEN option in emscripten | Alon Zakai | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | comments | Alon Zakai | 2015-11-15 | 1 | -0/+15 |
| | |||||
* | docs | Alon Zakai | 2015-11-13 | 1 | -0/+4 |
| | |||||
* | remove unneeded emscripten optimizer.cpp file | Alon Zakai | 2015-11-13 | 1 | -3851/+0 |
| | |||||
* | set seq type properly in asm2wasm | Alon Zakai | 2015-11-13 | 1 | -0/+1 |
| | |||||
* | add descriptions to passes | Alon Zakai | 2015-11-13 | 5 | -22/+25 |
| | |||||
* | add shell tests | Alon Zakai | 2015-11-13 | 1 | -3/+6 |
| | |||||
* | pass support | Alon Zakai | 2015-11-13 | 9 | -44/+398 |
| | |||||
* | Merge branch 'binaryen' | Alon Zakai | 2015-11-12 | 4 | -15/+57 |
|\ | |||||
| * | max memory is 32-bit, for now | Alon Zakai | 2015-11-12 | 1 | -1/+1 |
| | | |||||
| * | add simple example | Alon Zakai | 2015-11-11 | 3 | -7/+18 |
| | | |||||
| * | improve printing | Alon Zakai | 2015-11-11 | 1 | -2/+4 |
| | | |||||
| * | update env var | Alon Zakai | 2015-11-11 | 1 | -1/+1 |
| | | |||||
| * | argument handling in shell | Alon Zakai | 2015-11-11 | 1 | -4/+33 |
| | | |||||
* | | comment | Alon Zakai | 2015-11-11 | 1 | -1/+2 |
|/ | |||||
* | use Name::fromInt | Alon Zakai | 2015-11-11 | 1 | -8/+4 |
| | |||||
* | move validation to a side .h file, with a full WasmWalker | Alon Zakai | 2015-11-11 | 3 | -81/+139 |
| | |||||
* | validate offsets in s-parser, remove hack | Alon Zakai | 2015-11-11 | 1 | -1/+3 |
| | |||||
* | don't allow direct access to the vectors on the Module object | Alon Zakai | 2015-11-11 | 4 | -8/+11 |
| | |||||
* | comment | Alon Zakai | 2015-11-11 | 1 | -1/+2 |
| | |||||
* | don't store caseMap in Switch, it's a pure optimization | Alon Zakai | 2015-11-11 | 4 | -15/+11 |
| | |||||
* | break => br | Alon Zakai | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | nan fixes; test suite fully passes | Alon Zakai | 2015-11-11 | 2 | -5/+5 |
| | |||||
* | more nan fixes | Alon Zakai | 2015-11-11 | 2 | -25/+63 |
| | |||||
* | start to handle new nan rules | Alon Zakai | 2015-11-11 | 1 | -18/+44 |
| | |||||
* | remove debug print | Alon Zakai | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | unreachable | Alon Zakai | 2015-11-11 | 3 | -1/+25 |
| | |||||
* | comments | Alon Zakai | 2015-11-11 | 8 | -15/+43 |
| | |||||
* | update tests, and update shift behavior for latest changes | Alon Zakai | 2015-11-10 | 1 | -6/+6 |
| | |||||
* | handle some switch errors, get the switch testcase passing | Alon Zakai | 2015-11-09 | 2 | -4/+4 |
| | |||||
* | gcc workaround #1 | Alon Zakai | 2015-11-09 | 1 | -21/+22 |
| | |||||
* | wip switch work | Alon Zakai | 2015-11-09 | 2 | -4/+35 |
| | |||||
* | handle empty switches, and some more temp blacklisting | Alon Zakai | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | update control flow operators, blacklist some new float errors for now | Alon Zakai | 2015-11-09 | 2 | -40/+25 |
| | |||||
* | update spec tests, use a proper label stack, and start to update control ↵ | Alon Zakai | 2015-11-09 | 2 | -24/+38 |
| | | | | flow changes from spec | ||||
* | print if-else | Alon Zakai | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | restructure code, put emscripten-optimizer stuff in its own dir | Alon Zakai | 2015-11-09 | 10 | -0/+0 |
| | |||||
* | nan fixes | Alon Zakai | 2015-11-08 | 2 | -7/+17 |
| | |||||
* | fix negative nans | Alon Zakai | 2015-11-08 | 1 | -2/+2 |
| | |||||
* | +nan | Alon Zakai | 2015-11-08 | 1 | -0/+1 |
| | |||||
* | negative nans | Alon Zakai | 2015-11-08 | 1 | -4/+8 |
| | |||||
* | fix hex nan parsing | Alon Zakai | 2015-11-08 | 1 | -3/+2 |
| | |||||
* | ensure nan-ness | Alon Zakai | 2015-11-08 | 1 | -0/+2 |
| | |||||
* | parse hex properly | Alon Zakai | 2015-11-08 | 1 | -1/+4 |
| |