| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
happen, and autoDrop wasn't handling it (#1005)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
RelooperJumpThreading
|
|
|
|
|
|
|
|
| |
* fix fround of unsigned
* add testing for f32 ops, and remove a duplicate test (now that f32 is on by default in wasm, we don't need to check with and without PRECISE_F32)
* update wasm.js and binaryen.js
|
| |
|
|
|
|
|
|
| |
* asm.js corrections to unit.asm.js test
* optimize out bool&1
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
coalesce-locals
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
whose return value is polymorphic
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the asm.js context informed us. this lets us add drops where necessary
|
| |
|
| |
|
| |
|
|
|
|
| |
(#556)
|
| |
|
| |
|
|
|
|
| |
the full asm global info we have (#535)
|
| |
|
|
|
| |
Fixes #352
|
| |
|
|
|
|
| |
can be broken out of, which is bad for our loop constructs
|
| |
|
| |
|
| |
|
|
|
|
| |
asm ffis which tolerate overloading, unlike wasm
|
| |
|