https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
36d3bc8 update simd coercion handling in optimizer to latest simd spec; 1.29.10 19 February 2015, 00:12:00 UTC
8ff1ac1 Reenable test_simd6 and test_simd7. test_simd3 remains disabled due to NaN canonicalization issues. 18 February 2015, 23:31:12 UTC
41160fa ports tweaks, and update sdl2 version to 5 18 February 2015, 20:10:27 UTC
da3bcb4 check asm validation on simd tests 18 February 2015, 19:12:02 UTC
02fa587 Module.onExit 18 February 2015, 02:07:30 UTC
0a2789f Merge pull request #3192 from dreamlayers/set-window-title Support for setting title 18 February 2015, 02:00:35 UTC
b77b479 SDL_WM_SetCaption() title changing via Module['setWindowTitle']() 17 February 2015, 23:50:27 UTC
9f4af9a Add overridable function for setting title, for use by SDL If Module['setWindowTitle'] was set before, that function will be used instead. 17 February 2015, 23:49:24 UTC
cdcd45c remove other.test_emterpreter_swap_orig, which has been superceded by browser.test_asm_swapping 17 February 2015, 22:03:45 UTC
fc05dbb save emcc args to fuzz testcases 17 February 2015, 21:26:08 UTC
f632e65 Merge pull request #3199 from thewtex/math-lib-warning Do not warn about missing m library. 17 February 2015, 19:48:56 UTC
ff534e7 test for backend warning on lots of vars 17 February 2015, 19:09:23 UTC
ed48c6c Do not warn about missing m library. According to Issue #2600, the math library, linked with -lm, is implemented in the musl libc that is already used. Do not emit: WARNING root: emcc: cannot find library "m" 17 February 2015, 16:29:23 UTC
3e41721 print percentage of functions in whitelist emitted from EMTERPRETIFY_ADVISE 17 February 2015, 03:14:12 UTC
00eadfc mention inlining in EMTERPRETIFY_ADVISE docs 17 February 2015, 03:13:45 UTC
651c798 handle function tables in EMTERPRETIFY_ADVISE 16 February 2015, 18:57:56 UTC
ed27857 EMTERPRETIFY_ADVISE and test 16 February 2015, 18:02:13 UTC
53ccd6c js optimizer pass to dump the callgraph, and code in emterpretify to reverse it and prepare to advise on what should be emterpreted 16 February 2015, 05:00:47 UTC
7b41735 Merge branch 'master' of https://github.com/lukewagner/emscripten into incoming Conflicts: AUTHORS emscripten-version.txt 16 February 2015, 04:13:09 UTC
352e7b6 add Luke Wagner to AUTHORS 16 February 2015, 02:42:06 UTC
34e7cda enable test_coroutine in emterpreter 16 February 2015, 02:36:37 UTC
82b35c5 do not try to find uninitialized vars if it would take too long and provide little benefit anyhow 15 February 2015, 21:48:57 UTC
e3aab92 another asyncify cleanup for emterpreter 15 February 2015, 20:32:01 UTC
a3bac6b fix and test emterpreter on asyncify output 15 February 2015, 19:25:27 UTC
062d80a error on closure 2 with emterpreter 15 February 2015, 04:45:24 UTC
f36abe1 handle flexible signing in / and % in emterpreter, can use signed 15 February 2015, 03:51:32 UTC
56c46fe test lua in float32 in emterpreter 15 February 2015, 02:20:50 UTC
4a4bc60 add testing for emterpreter calls to float function tables 15 February 2015, 02:19:21 UTC
4c996f0 fix emterpreter asm validation under closure, and add testing 15 February 2015, 02:17:17 UTC
6caec78 clean up js optimizer output temp files in emcc 15 February 2015, 02:02:18 UTC
cd9f3e4 clean up temp files in emterpreter 15 February 2015, 02:02:03 UTC
e4b65c4 parse global non-zero constants in asm_module 14 February 2015, 23:13:24 UTC
5613f0b fix fround coercions on calls from emterpreter outside to other functions 14 February 2015, 22:59:35 UTC
193c659 send entire signatures to emterpreter 14 February 2015, 22:32:48 UTC
143fd42 fix fround coercions on calls from emterpreter outside to function tables 14 February 2015, 22:19:59 UTC
7d104e1 fix EMCONFIGURE_JS check that was broken in 9be0275876217eacd30c848b1c7cea68d1a3d986 14 February 2015, 18:49:47 UTC
4333387 Update ecmascript_simd.js to the latest upstream 14 February 2015, 18:19:01 UTC
3d9849f Use the new check function for SIMD casts. 14 February 2015, 18:12:27 UTC
51f2c3f Merge pull request #3130 from huningxin/fix_partial_load Reenable use of loadx and friends. 14 February 2015, 17:59:26 UTC
fc70c18 document Module.memoryInitializerRequest ; #3187 14 February 2015, 02:16:50 UTC
b894b84 option to have a network request already in motion for memory init file; #3187 14 February 2015, 02:08:37 UTC
c4c8246 Merge branch 'emterpreter-f32' into incoming 14 February 2015, 00:31:03 UTC
21097a2 enable emterpreter on freetype-outlining test 13 February 2015, 23:55:55 UTC
6532ca5 handle switches with no non-default cases, in emterpreter 13 February 2015, 23:36:41 UTC
6e3dff1 handle labeled blocks in emterpretify 13 February 2015, 21:44:40 UTC
61d9ef4 emit *ETGLB* global vars for the appropriate type opcode 13 February 2015, 21:43:42 UTC
6dfb5f6 refactor global handling code in emterpreter in preparation for having globals with different types 13 February 2015, 19:51:26 UTC
bd54286 update other.test_emterpreter 13 February 2015, 02:10:49 UTC
c688592 Merge pull request #3181 from waywardmonkeys/google-wtf Google Web Tracing Framework support for tracing 13 February 2015, 02:00:54 UTC
6dc7427 fix parsing of |var a = 0, b = 0| in asm_module.py 13 February 2015, 01:10:57 UTC
ca0ffad enable a limited version of test_emscripten_log in emterpreter 13 February 2015, 00:43:35 UTC
a331bd3 support asm-global doubles in emterpreter 13 February 2015, 00:28:23 UTC
360d23a only emit used opcodes in emterpreter 12 February 2015, 23:35:15 UTC
032008a more emterpreter coverage on cubescript 12 February 2015, 23:01:58 UTC
77732f6 enable test_memorygrowth in emterpreter 12 February 2015, 22:59:27 UTC
f1f1643 ignore debugger keyword in emterpreter 12 February 2015, 22:58:37 UTC
1976f9d fround support in emterpreter 12 February 2015, 22:29:54 UTC
adc8ab5 handle dropped unary operators 12 February 2015, 18:42:43 UTC
2b776f6 fuzz combinations of emterpreted and non-emterpreted code 12 February 2015, 00:18:20 UTC
af3aad2 add fuzzing on emterpreter 11 February 2015, 23:56:27 UTC
df8eaca fuzzing tweaks 11 February 2015, 23:09:33 UTC
9225eac document all remaining emterpreter-async methods 11 February 2015, 23:07:42 UTC
25b0d1e [tracing] Add some initial support for Google WTF. Info on Google WTF can be found at: http://google.github.io/tracing-framework/ 11 February 2015, 14:59:38 UTC
3a0e572 differentiate sleep with and without yield in emterpreter-async 10 February 2015, 23:26:27 UTC
5368acd handle emscripten_async_call etc. during sleep, by pausing all safeSet* operations 10 February 2015, 22:56:22 UTC
f674fc3 notice compilation errors in btest() in test runner 10 February 2015, 22:28:32 UTC
d8785b4 handle the main loop properly during an emterpreter sync save/load 10 February 2015, 21:51:18 UTC
df2e335 put emterpreter-async asserts support code behind ASSERTIONS 10 February 2015, 21:14:28 UTC
87a7349 mention emscripten_force_exit 10 February 2015, 00:37:35 UTC
0247965 add more emterpreter-async test coverage, and fix a spurious assert 10 February 2015, 00:00:39 UTC
41accb4 add more emterpreter-async test coverage 09 February 2015, 23:37:55 UTC
5159305 add (fairly) clear error reporting about emterpreter-async errors with non-emterpreted code on the stack 09 February 2015, 23:34:26 UTC
753c92b improve abort() message 09 February 2015, 23:34:25 UTC
765f467 add asserts on not being in a sync mode in non-emterpreted code 09 February 2015, 23:34:25 UTC
21e91d4 pass assertions to emterpretify 09 February 2015, 23:34:25 UTC
9be0275 enable EMCONFIGURE_JS by default, i.e., run configure tests by compiling to js 09 February 2015, 22:03:07 UTC
720f5d0 exit with the right return code in EMCONFIGURE_JS 09 February 2015, 22:03:07 UTC
9a8acde implement is_emterpreter in test runner, so it is usable outside of test_core 09 February 2015, 22:03:07 UTC
acce046 fix test_memprof_requirements 09 February 2015, 19:47:12 UTC
d0f6b40 1.29.9 09 February 2015, 19:33:44 UTC
eae46e6 Merge pull request #3177 from vvuk/emscripten-vr Add basic support for WebVR in Emscripten 09 February 2015, 19:15:39 UTC
962c6d2 Merge pull request #3172 from nickdesaulniers/incoming check memprof requirements 09 February 2015, 19:04:36 UTC
9e4bae0 update other.test_emmake_emconfigure 09 February 2015, 18:37:46 UTC
8351470 Add vrDevice option to requestFullScreen 09 February 2015, 15:37:56 UTC
f9b4334 Basic WebVR Emscripten support 09 February 2015, 15:37:55 UTC
d0076ed Merge pull request #3176 from Daft-Freak/patch-4 Support GL_RED textures for ES3/WebGL2 09 February 2015, 11:01:05 UTC
68f38dc Support GL_RED textures for ES3/WebGL2 09 February 2015, 10:46:03 UTC
67e4bc4 make emmake/emconfigure notifications less scary 09 February 2015, 05:27:58 UTC
41fda8e Merge pull request #3173 from dreamlayers/sdl-config-path Add system/bin to start of PATH so our SDL config programs are used 09 February 2015, 05:24:35 UTC
21b2587 Add test for sdl2-config which depends on PATH being set properly 09 February 2015, 04:34:37 UTC
9d3a2ad Add system/bin to start of PATH so our SDL config programs are used 07 February 2015, 04:41:07 UTC
69ba42c Merge branch 'no-fs' into incoming 07 February 2015, 01:20:41 UTC
875be55 work on test for an emterpreter-async error 07 February 2015, 01:18:45 UTC
cde7704 enable test_printf in emterpreter 07 February 2015, 00:52:57 UTC
aeaef1c add Nick Desaulniers to AUTHORS 07 February 2015, 00:02:55 UTC
8413e74 check memprof requirements 06 February 2015, 23:57:00 UTC
c35b7e0 fix the case of last zero init in func opcode being > 255 06 February 2015, 22:55:05 UTC
18c0ac3 add an improve assertions 06 February 2015, 22:45:59 UTC
29b7118 disable test_simd2 in emterpreter 06 February 2015, 21:44:48 UTC
8451c3c enable emterpreter profiling when --profiling-funcs is used 06 February 2015, 19:42:01 UTC
back to top