Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-25 | make emscripten_get_now work in native builds, because what is otherwise a ↵ | Alon Zakai | |
convenient way to just get timing info in ms using a simple libc call? | |||
2014-01-24 | Merge pull request #2057 from juj/relooper_linkage1.9.5 | Alon Zakai | |
Fix inconsistent linkage warnings from Visual Studio caused by mismatched dllexport specifiers. | |||
2014-01-25 | Bump version to 1.9.5 to cause relooper to rebuild after previous change. | Jukka Jylänki | |
2014-01-25 | Fix inconsistent linkage warnings from Visual Studio caused by mismatched ↵ | Jukka Jylänki | |
dllexport specifiers. Both definition and declaration need to have dllexport present, and added RELOOPERDLL_EXPORTS define to the .cpp file so it always sees the dllexport version instead of dllimport. | |||
2014-01-24 | spinner during startup; #2050 | Alon Zakai | |
2014-01-24 | Merge pull request #2035 from juj/html5_events1.9.4 | Alon Zakai | |
HTML5 Events API. | |||
2014-01-24 | Merge pull request #2052 from juj/test_float_literals | Alon Zakai | |
Add test for storing special float literals in source code. | |||
2014-01-24 | Add test for storing special float literals in source code. Currently fails ↵ | Jukka Jylänki | |
in fastcomp. | |||
2014-01-24 | Rename library_events to library_html5 and other suggested renamings. Add ↵ | Jukka Jylänki | |
better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features. | |||
2014-01-23 | Merge pull request #2046 from rfk/rfk/registerize-harder-followups | Alon Zakai | |
Some follow-up fixes to registerizeHarder | |||
2014-01-23 | Merge pull request #2051 from inolen/invalidate_buffer_support | Alon Zakai | |
use correct bufferData method when passing a NULL pointer | |||
2014-01-23 | rename filePackageURL to filePackagePrefixURL | Alon Zakai | |
2014-01-23 | use correct bufferData method when passing a NULL pointer | Anthony Pesch | |
2014-01-23 | allow adding a custom prefix to file package downloads, so they can happen ↵ | Alon Zakai | |
from a different url; fixes #2049 | |||
2014-01-23 | export the runtime; fixes #2041 | Alon Zakai | |
2014-01-23 | better error reporting on errors in js libraries; fixes #2033 | Alon Zakai | |
2014-01-23 | Add TODO about more permissive label handling in registerizeHarder | Ryan Kelly | |
2014-01-23 | Simplify handling of switch statements in registerizeHarder. | Ryan Kelly | |
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. | |||
2014-01-23 | Add dedicated testcases for registerizeHarder pass. | Ryan Kelly | |
2014-01-23 | Reduce memory usage when assigning registers in a block. | Ryan Kelly | |
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. | |||
2014-01-22 | Merge pull request #1905 from juj/glGetTexEnv | Alon Zakai | |
Gl get tex env | |||
2014-01-22 | fix some sdl typos that error on safe heap in asm mode, and add test ↵ | Alon Zakai | |
coverage; fixes #2044 | |||
2014-01-22 | some headless additions | Alon Zakai | |
2014-01-22 | skip test_debug in asm3 | Alon Zakai | |
2014-01-22 | eliminate llvm_prefetch; fixes #2043 | Alon Zakai | |
2014-01-22 | fastcomp updates and a test for fptosi|ui on floats and doubles | Alon Zakai | |
2014-01-22 | avoid unresolved symbol warnings on misc funcs in fastcomp | Alon Zakai | |
2014-01-22 | Bump version after adding new entries to src/struct_info.json. | Jukka Jylänki | |
2014-01-22 | Implement C-based events library for various HTML5 APIs. | Jukka Jylänki | |
2014-01-22 | Add test for s3tc.c rendering when GL_FFP_ONLY flag is set. | Jukka Jylänki | |
2014-01-22 | Fix default vertex color to (1,1,1,1) and properly enable correct attribute ↵ | Jukka Jylänki | |
streams when doing immediate mode rendering when GL_FFP_ONLY is set. | |||
2014-01-21 | do not registerizeHarder when outlining | Alon Zakai | |
2014-01-21 | add asm3 test mode | Alon Zakai | |
2014-01-21 | add benchmarker option to vary native compiler flags | Alon Zakai | |
2014-01-21 | switch benchmarks to -O3 | Alon Zakai | |
2014-01-21 | assign to null to clear a local variable, avoid delete | Alon Zakai | |
2014-01-21 | fix typo | Alon Zakai | |
2014-01-21 | avoid nonstandard use of splice | Alon Zakai | |
2014-01-21 | rename a variable to our conventions | Alon Zakai | |
2014-01-21 | Registerize based on full liveness analysis. | Ryan Kelly | |
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 | |||
2014-01-21 | update other.test_emcc | Alon Zakai | |
2014-01-21 | document what -O3 will be | Alon Zakai | |
2014-01-21 | deprecate -O3 in preparation for using it for heavier js opts | Alon Zakai | |
2014-01-21 | update tests to allow exceptions and setjmp together in fastcomp | Alon Zakai | |
2014-01-21 | Merge pull request #2039 from rfk/rfk/minify-loop-labels | Alon Zakai | |
Minify loop labels while we're minifying local names. | |||
2014-01-21 | Workaround glew linkage issue, see ↵ | Jukka Jylänki | |
https://github.com/kripken/emscripten/issues/2025 | |||
2014-01-21 | Minify loop labels while we're minifying local names. | Ryan Kelly | |
2014-01-20 | Merge pull request #2037 from waywardmonkeys/updates5 | Alon Zakai | |
Updates 5 | |||
2014-01-21 | Move workaround for emscripten from include/exception to library.js. | Bruce Mitchener | |
2014-01-20 | Merge pull request #2038 from rfk/rfk/fix-normalize-asm | Alon Zakai | |
Fix a param-handling bug in normalizeAsm |