Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |