Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | don't depend on asm.js type detection in binary formation in asm2wasm, use ↵ | Alon Zakai | 2016-05-22 | 1 | -0/+7 | |
| | | | | the full asm global info we have (#535) | |||||
* | fix asm2wasm f64->f32->i32 bitcast (#412) | Alon Zakai | 2016-04-28 | 1 | -0/+2 | |
| | ||||||
* | Fixes typo in hex number parsing in asm2wasm. (#362) | Yury Delendik | 2016-04-18 | 1 | -0/+4 | |
| | | | Fixes #352 | |||||
* | add a test for bitcast patterns in asm2wasm | Alon Zakai | 2016-04-01 | 1 | -1/+18 | |
| | ||||||
* | only reuse nameless blocks in blockify in asm2wasm - if they are named, they ↵ | Alon Zakai | 2016-03-22 | 1 | -0/+27 | |
| | | | | can be broken out of, which is bad for our loop constructs | |||||
* | fix unit testcase | Alon Zakai | 2016-03-21 | 1 | -1/+3 | |
| | ||||||
* | handle continues in one-time loops | Alon Zakai | 2016-03-05 | 1 | -0/+10 | |
| | ||||||
* | cast f32 to f64 before calling f64-to-int in asm2wasm | Alon Zakai | 2016-03-05 | 1 | -1/+2 | |
| | ||||||
* | harmonize ffi calls in asm2wasm, adding arguments as needed. this helps with ↵ | Alon Zakai | 2016-03-05 | 1 | -0/+7 | |
| | | | | asm ffis which tolerate overloading, unlike wasm | |||||
* | support asm.js ceil | Alon Zakai | 2016-02-21 | 1 | -0/+8 | |
| | ||||||
* | parse for loops in asm2wasm #60 | Alon Zakai | 2016-01-04 | 1 | -1/+7 | |
| | ||||||
* | handle indirect calls with no parent in asm2wasm #36 | Alon Zakai | 2015-12-23 | 1 | -0/+3 | |
| | ||||||
* | look through >>>0 coercions in asm2wasm | Alon Zakai | 2015-12-21 | 1 | -0/+6 | |
| | ||||||
* | fix unit.asm.js testcase, table contained a method of the wrong type | Alon Zakai | 2015-12-07 | 1 | -1/+5 | |
| | ||||||
* | be very careful when converting doubles to ints in asm2wasm | Alon Zakai | 2015-11-28 | 1 | -0/+4 | |
| | ||||||
* | fix testcase | Alon Zakai | 2015-11-22 | 1 | -0/+1 | |
| | ||||||
* | handle indirect calls with floats | Alon Zakai | 2015-11-21 | 1 | -0/+2 | |
| | ||||||
* | handle -f32 | Alon Zakai | 2015-11-21 | 1 | -0/+4 | |
| | ||||||
* | add test | Alon Zakai | 2015-11-20 | 1 | -0/+5 | |
| | ||||||
* | use labels on switches in asm2wasm | Alon Zakai | 2015-11-18 | 1 | -0/+16 | |
| | ||||||
* | handle overloading of Math.abs | Alon Zakai | 2015-11-18 | 1 | -0/+7 | |
| | ||||||
* | handle negative zero properly in asm2wasm | Alon Zakai | 2015-11-18 | 1 | -0/+3 | |
| | ||||||
* | fround improvements | Alon Zakai | 2015-11-17 | 1 | -0/+11 | |
| | ||||||
* | port detectSign from emscripten asm optimizer, and use it | Alon Zakai | 2015-11-17 | 1 | -0/+5 | |
| | ||||||
* | add frem test | Alon Zakai | 2015-11-16 | 1 | -0/+3 | |
| | ||||||
* | add switch testcase | Alon Zakai | 2015-11-16 | 1 | -0/+11 | |
| | ||||||
* | set seq type properly in asm2wasm | Alon Zakai | 2015-11-13 | 1 | -0/+4 | |
| | ||||||
* | fix conversions | Alon Zakai | 2015-10-30 | 1 | -0/+6 | |
| | ||||||
* | handle aliasing local and global | Alon Zakai | 2015-10-30 | 1 | -1/+10 | |
| | ||||||
* | fix logical not | Alon Zakai | 2015-10-30 | 1 | -0/+5 | |
| | ||||||
* | fix double compares | Alon Zakai | 2015-10-30 | 1 | -0/+6 | |
| | ||||||
* | fix float constants <1 | Alon Zakai | 2015-10-30 | 1 | -0/+2 | |
| | ||||||
* | handle minified function tables | Alon Zakai | 2015-10-30 | 1 | -0/+8 | |
| | ||||||
* | fix type detection of globals | Alon Zakai | 2015-10-30 | 1 | -0/+8 | |
| | ||||||
* | fix printing of large negatives | Alon Zakai | 2015-10-30 | 1 | -1/+1 | |
| | ||||||
* | parse large negative literals properly | Alon Zakai | 2015-10-30 | 1 | -0/+11 | |