Age | Commit message (Collapse) | Author |
|
HTML5 Events API.
|
|
Add test for storing special float literals in source code.
|
|
in fastcomp.
|
|
better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features.
|
|
Some follow-up fixes to registerizeHarder
|
|
use correct bufferData method when passing a NULL pointer
|
|
|
|
|
|
from a different url; fixes #2049
|
|
|
|
|
|
|
|
It now assumes they're of the very restricted for that's actually
produced by emscripten, which both simplified the code and uncovered
opportunities for further register reduction in a testcase.
|
|
|
|
Rather than pre-calculating liveness states and then processing nodes
in execution order, we process nodes in reverse execution order and
use the liveness info implicit in this traversal. Names are assigned
a register when they're used for the first time, and the register is
freed when we reach an assignment.
|
|
Gl get tex env
|
|
coverage; fixes #2044
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
streams when doing immediate mode rendering when GL_FFP_ONLY is set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This does a much-more-expensive but much-more-thorough registerization
pass based a live-variable analysis for each function.
azakai: perform this on -O3 and above
|
|
|
|
|
|
|
|
|
|
Minify loop labels while we're minifying local names.
|
|
https://github.com/kripken/emscripten/issues/2025
|
|
|
|
Updates 5
|
|
|
|
Fix a param-handling bug in normalizeAsm
|
|
|
|
|
|
|
|
|
|
|