https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
73313a7 always use labels in multiple blocks; emit no more one-time loops but rather labeled ifs 02 February 2013, 20:24:21 UTC
0b2a80b update relooper tests 02 February 2013, 19:42:42 UTC
8717929 fix memcpy 02 February 2013, 18:35:29 UTC
5df5e8b do not build musl memcpy 02 February 2013, 18:20:50 UTC
b0ffa2f semi polyfill for Math.imul 02 February 2013, 05:32:13 UTC
5aacaae Merge pull request #819 from waywardmonkeys/fix-test-longjmp Variables live across a setjmp/lj must be volatile. 02 February 2013, 02:31:01 UTC
33ba871 Merge pull request #820 from waywardmonkeys/sys-features Move some definitions to sys/features. 02 February 2013, 02:29:39 UTC
2c5ffc3 Merge pull request #818 from waywardmonkeys/gc-improvements Gc improvements 02 February 2013, 02:28:09 UTC
4ac3b89 docs for file packager 01 February 2013, 22:28:09 UTC
a5cc2f2 Move some definitions to sys/features. This moves some feature flags to sys/features.h where they belong and gives them the same values that are established in the settings file. Fixes #812. 01 February 2013, 09:35:07 UTC
9c4d8b6 Variables live across a setjmp/lj must be volatile. According to http://pubs.opengroup.org/onlinepubs/7908799/xsh/setjmp.html among other places, the 'int x' here should be volatile so that it has the correct value. Otherwise, the behavior will be indeterminate. 01 February 2013, 04:24:08 UTC
a543a68 Add _realloc to EXPORTED_FUNCTIONS. 01 February 2013, 03:06:32 UTC
3c33204 Support GC_get_heap_size(). 01 February 2013, 02:39:08 UTC
7740bad Don't corrupt GC.totalAllocations. 01 February 2013, 02:34:55 UTC
defdd23 Add support for GC_REALLOC(). 01 February 2013, 02:05:24 UTC
abc177f fix glIsTexture from throwing a warning on null-ified textures, and add testing 01 February 2013, 01:40:41 UTC
375eb14 fix memcpy comparison order of operations bugs 31 January 2013, 23:25:17 UTC
db418cb hand-optimize memcpy/asm 31 January 2013, 22:50:26 UTC
fdf62e8 fix bootstrap memset safe heap access 31 January 2013, 22:11:01 UTC
153fd34 hide some warnings when not in debug mode; helps in #811 31 January 2013, 20:29:14 UTC
69d0695 Merge pull request #813 from waywardmonkeys/typo-fixes fix typos in paper. 31 January 2013, 20:20:19 UTC
64182db Merge pull request #816 from juj/EGL_deinit Implemented eglTerminate and eglDestroyContext. 31 January 2013, 20:15:25 UTC
40ca8f6 Implemented eglTerminate and eglDestroyContext. 31 January 2013, 19:26:47 UTC
ce3519e Add myself to AUTHORS. 31 January 2013, 18:25:26 UTC
5105bc9 Add GC support for GC_MALLOC_UNCOLLECTABLE. 31 January 2013, 18:24:59 UTC
000ae7f fix typos in paper. 31 January 2013, 10:12:31 UTC
7b12945 Merge pull request #808 from caiiiycuk/palette_test Add automation for sdl palette test 31 January 2013, 01:10:28 UTC
b95f5b7 Merge pull request #807 from caiiiycuk/websocket__1 Fix '-1' problem in recv 31 January 2013, 00:58:09 UTC
3370e11 properly do unneeded args removal from last commit so it doesn't break inlining 30 January 2013, 22:38:35 UTC
183b0c5 convert memmove to asm 30 January 2013, 21:48:12 UTC
a2b5efe optimize gl constant compile-time multiplications 30 January 2013, 20:09:08 UTC
bd66237 Add automation for sdl palette test 30 January 2013, 16:09:05 UTC
001806e Fix '-1' problem in recv 30 January 2013, 15:05:11 UTC
21d81d9 fix Mix_PlayChannel error return codes; fixes #805 29 January 2013, 22:11:38 UTC
3f261d1 Merge pull request #802 from caiiiycuk/select_h_2 Missign extern "C" 29 January 2013, 01:37:11 UTC
496dd28 improve asm safe heap support and add ASM_HEAP_LOG 28 January 2013, 21:59:39 UTC
1712044 adjust life benchmark 28 January 2013, 21:58:11 UTC
3086b5f add logo 28 January 2013, 20:56:21 UTC
19acb40 make safe heap work in asm 28 January 2013, 19:15:12 UTC
4e659b5 add 'ok' in bullet benchmark 28 January 2013, 19:04:42 UTC
24d0314 Fix select.h 28 January 2013, 15:34:26 UTC
096dd0e move some assertions behind ASSERT 27 January 2013, 05:20:25 UTC
20a6145 comment 27 January 2013, 05:19:56 UTC
1165645 deterministic.js fixes 27 January 2013, 05:19:43 UTC
4840a62 fix sockaddr_storage and sockaddr_in 27 January 2013, 00:15:55 UTC
f5fe874 fix stack rewinding bug, and add life test and benchmark 26 January 2013, 21:42:39 UTC
498f9b6 use -fno-math-errno in native lib builds too 26 January 2013, 18:49:16 UTC
ddb4f59 forward copyTemp* to asm 26 January 2013, 02:44:39 UTC
09f0ed8 coerce in calls to copyTemp* 26 January 2013, 02:43:32 UTC
b6e947f add bullet benchmark 26 January 2013, 02:36:53 UTC
6a923cb switch benchmarks to asm.js by default and adjust parameters to standardize as close as possible on 1 second for native in each one 26 January 2013, 02:08:19 UTC
b97d303 benchmark code gen option 26 January 2013, 01:37:29 UTC
64381b4 fix and enable zlib benchmark 26 January 2013, 01:26:58 UTC
f07fc69 improve corrections benchmark 25 January 2013, 22:35:38 UTC
9672d63 add indirectbr-phi test 25 January 2013, 22:28:22 UTC
639ed81 improve benchmark infrastructure in preparation for zlib benchmark 25 January 2013, 22:27:16 UTC
2dbcd8d fix asm jsfunc chunking 25 January 2013, 18:31:11 UTC
3fe4ff6 improve chunking test 25 January 2013, 18:22:20 UTC
bcc6c3f optimize ctlz and add cttz; fixes #797 25 January 2013, 02:42:21 UTC
2fed70d make bootstrap memset not use safe heap, STATICTOP is not set up yet 25 January 2013, 02:31:15 UTC
6b714f2 fix SDL_GetMouseState ; fixes #795 25 January 2013, 02:05:49 UTC
29d731f fix memset call from makeSetValues 24 January 2013, 22:10:12 UTC
bc0e1bc fix memset 24 January 2013, 22:09:55 UTC
823c853 optimize memset 24 January 2013, 22:07:29 UTC
af99c27 optimize gettimeofday 24 January 2013, 20:24:31 UTC
03e2e6c disable test_intvars in s_x_x 24 January 2013, 19:31:41 UTC
f7043b6 disable flaky leaky .ll detection 24 January 2013, 18:21:40 UTC
b13ac63 sdl and gl error stubs 24 January 2013, 02:49:53 UTC
b16ca70 fail on odin not validing asm.js code, in odin builds 24 January 2013, 01:57:04 UTC
5330f28 optimize i32 read as two i16 values 24 January 2013, 01:19:42 UTC
7307d02 better memory limit message in asm 24 January 2013, 01:00:10 UTC
f23a99a fix isNaN for asm 24 January 2013, 00:48:49 UTC
ab20c69 refactor makeComparison and use it in more places 24 January 2013, 00:34:36 UTC
4200a73 mark all precise i64 splits as float operations 24 January 2013, 00:23:46 UTC
e8bfd93 more library stubs 23 January 2013, 23:18:55 UTC
7bcb067 fix asm float notation for numbers less than 1 in absolute value 23 January 2013, 23:10:47 UTC
408def0 more library stubs 23 January 2013, 22:57:44 UTC
52003df add final asm return of proper type, not always int 23 January 2013, 22:47:04 UTC
4802cc7 fix comparison in indirectbr for asm 23 January 2013, 22:34:56 UTC
f5ae1c6 add value to returns when function returns a non-void 23 January 2013, 22:31:11 UTC
81a1be8 utimes stub 23 January 2013, 22:05:35 UTC
d63cf1d fix makeComparison for asm 23 January 2013, 21:47:54 UTC
64a88f3 detect nativized variable types properly in asm coercions 23 January 2013, 21:26:23 UTC
a3d02dd add isnan test 23 January 2013, 21:16:44 UTC
cbd6f13 fix some tests for the new multiply coercion behavior 23 January 2013, 21:09:39 UTC
af6638a update glbook test image 23 January 2013, 19:57:26 UTC
470300c properly detect return type when detecting function type 23 January 2013, 18:46:57 UTC
63b4d41 make getReturnType handle non-function pointer types 23 January 2013, 18:36:05 UTC
f715bf8 diff for func type optimization 23 January 2013, 18:16:57 UTC
3f8b4e2 handle function pointer calls to functions that return function pointers (insert meme here) 23 January 2013, 18:16:32 UTC
b40afad optimize isFuncType further 23 January 2013, 18:06:07 UTC
0eadc1b optimize function type detection and detect returning of pointers more carefully 23 January 2013, 05:03:03 UTC
146f803 let dump() avoid funcData pitfalls 23 January 2013, 02:22:22 UTC
857f0e3 asm coercions in splitI64 23 January 2013, 00:56:29 UTC
d43e4bf asm coercions in i64 to double 22 January 2013, 23:59:59 UTC
455e522 improve lua test 22 January 2013, 23:23:00 UTC
d3a1aa4 fix function table type defs 22 January 2013, 23:16:20 UTC
7aa630b explicitly pass global stuff to asm, due to node weirdness 22 January 2013, 23:05:38 UTC
d1521c9 do not allow adjusting memory size at runtime in asm 22 January 2013, 22:35:57 UTC
6f3e162 make function indexing replacements JSON-friendly 22 January 2013, 19:37:18 UTC
back to top