Age | Commit message (Collapse) | Author |
|
|
|
|
|
coverage and support for fastcomp
|
|
|
|
Split name-minification into a separate pass from registerization.
|
|
|
|
they have any dependencies; fixes #2003
|
|
|
|
|
|
fixed limit on the # of minified names
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|