summaryrefslogtreecommitdiff
path: root/test/unit.asm.js
Commit message (Collapse)AuthorAgeFilesLines
...
* don't depend on asm.js type detection in binary formation in asm2wasm, use ↵Alon Zakai2016-05-221-0/+7
| | | | the full asm global info we have (#535)
* fix asm2wasm f64->f32->i32 bitcast (#412)Alon Zakai2016-04-281-0/+2
|
* Fixes typo in hex number parsing in asm2wasm. (#362)Yury Delendik2016-04-181-0/+4
| | | Fixes #352
* add a test for bitcast patterns in asm2wasmAlon Zakai2016-04-011-1/+18
|
* only reuse nameless blocks in blockify in asm2wasm - if they are named, they ↵Alon Zakai2016-03-221-0/+27
| | | | can be broken out of, which is bad for our loop constructs
* fix unit testcaseAlon Zakai2016-03-211-1/+3
|
* handle continues in one-time loopsAlon Zakai2016-03-051-0/+10
|
* cast f32 to f64 before calling f64-to-int in asm2wasmAlon Zakai2016-03-051-1/+2
|
* harmonize ffi calls in asm2wasm, adding arguments as needed. this helps with ↵Alon Zakai2016-03-051-0/+7
| | | | asm ffis which tolerate overloading, unlike wasm
* support asm.js ceilAlon Zakai2016-02-211-0/+8
|
* parse for loops in asm2wasm #60Alon Zakai2016-01-041-1/+7
|
* handle indirect calls with no parent in asm2wasm #36Alon Zakai2015-12-231-0/+3
|
* look through >>>0 coercions in asm2wasmAlon Zakai2015-12-211-0/+6
|
* fix unit.asm.js testcase, table contained a method of the wrong typeAlon Zakai2015-12-071-1/+5
|
* be very careful when converting doubles to ints in asm2wasmAlon Zakai2015-11-281-0/+4
|
* fix testcaseAlon Zakai2015-11-221-0/+1
|
* handle indirect calls with floatsAlon Zakai2015-11-211-0/+2
|
* handle -f32Alon Zakai2015-11-211-0/+4
|
* add testAlon Zakai2015-11-201-0/+5
|
* use labels on switches in asm2wasmAlon Zakai2015-11-181-0/+16
|
* handle overloading of Math.absAlon Zakai2015-11-181-0/+7
|
* handle negative zero properly in asm2wasmAlon Zakai2015-11-181-0/+3
|
* fround improvementsAlon Zakai2015-11-171-0/+11
|
* port detectSign from emscripten asm optimizer, and use itAlon Zakai2015-11-171-0/+5
|
* add frem testAlon Zakai2015-11-161-0/+3
|
* add switch testcaseAlon Zakai2015-11-161-0/+11
|
* set seq type properly in asm2wasmAlon Zakai2015-11-131-0/+4
|
* fix conversionsAlon Zakai2015-10-301-0/+6
|
* handle aliasing local and globalAlon Zakai2015-10-301-1/+10
|
* fix logical notAlon Zakai2015-10-301-0/+5
|
* fix double comparesAlon Zakai2015-10-301-0/+6
|
* fix float constants <1Alon Zakai2015-10-301-0/+2
|
* handle minified function tablesAlon Zakai2015-10-301-0/+8
|
* fix type detection of globalsAlon Zakai2015-10-301-0/+8
|
* fix printing of large negativesAlon Zakai2015-10-301-1/+1
|
* parse large negative literals properlyAlon Zakai2015-10-301-0/+11