Age | Commit message (Collapse) | Author |
|
aggressiveVariableElimination
|
|
|
|
|
|
|
|
|
|
loop variable optimizer
|
|
|
|
|
|
Optimize HEAP8[i] = x & 255 to HEAP8[i] = x, and similar for HEAP16.
|
|
Math.fround calls
|
|
Math.fround calls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a non-executing code path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protect it from replacements there; fixes #1614
|
|
|
|
|
|
|
|
optimizations entirely, and mark it as unsupported in non-le32
|
|
asm.js, fix unistd tests that use inline js to not validate, and make js optimizer more tolerant of inline js in asm code; fixes #1597
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|