https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
740717a 1.32.2 08 May 2015, 00:13:46 UTC
5f3f54d update js optimizer test 07 May 2015, 23:38:42 UTC
42d9421 Merge pull request #3438 from sunfishcode/incoming Disable the (name+num)+num = name+newnum optimization. 07 May 2015, 23:35:53 UTC
55aa78d remove incorrect assertion from gl emulation + relocation code 07 May 2015, 21:50:51 UTC
f5ca680 allow shared modules to be minified; it is just closure we must avoid 07 May 2015, 21:44:00 UTC
f1d9318 update text docs 07 May 2015, 21:38:56 UTC
a677920 more gl emulation <-> relocatable fixes 07 May 2015, 21:11:06 UTC
02cd970 allow main module shell code to be cleaned up 07 May 2015, 20:52:55 UTC
ee03882 ensure Browser.lastTouches is in sync with Browser.touches 07 May 2015, 20:45:54 UTC
5051c02 fix gl emulation in shared modules 07 May 2015, 20:27:53 UTC
935559b put fastLong.js code in side modules in the asm module properly, and add i64 dylink testing 07 May 2015, 18:41:01 UTC
a33064f finalize side modules 07 May 2015, 18:41:01 UTC
ad40339 always include precise i64 code in shared modules 07 May 2015, 18:41:01 UTC
3f52a01 support relocatable tempRet0 access in fastLong.js 07 May 2015, 18:41:01 UTC
bcd3ad9 Merge branch 'fsync-emterpretify-async' of https://github.com/timdream/emscripten into incoming Conflicts: AUTHORS 06 May 2015, 18:43:46 UTC
d479449 Disable the (name+num)+num = name+newnum optimization. This optimization reassociates the addition and can introduce situations where intermediate computation wraps around the address space, creating inefficiency in JS engines which are optimized for no-wraparound cases. In its place, the fastcomp backend is being enhanced to fold getelementptrs with constant bases, which is the main case where the above optimization happens in practice. 06 May 2015, 17:28:20 UTC
6fa6f75 add more simplifyExpressions testing in asm mode 06 May 2015, 04:58:48 UTC
5a7c658 + AUTHORS 06 May 2015, 01:04:15 UTC
39984e0 Merge pull request #3437 from philippwiesemann/fix-site-word-repetitions Fix word repetitions in documentation 05 May 2015, 11:19:43 UTC
a860ee2 remove wip tests that were added by mistake, and are no longer needed anyhow 05 May 2015, 05:22:40 UTC
f2b4cb9 Tests for fsync, sync and async call to resume() 05 May 2015, 01:17:21 UTC
65a0f11 support memory init files in main modules, and remove dlfcn testing stuff no longer needed 05 May 2015, 00:48:27 UTC
9c77d0f add testing for EMCC_FORCE_STDLIBS=1 on dynamic linking 04 May 2015, 23:25:18 UTC
d0ed46f handle tempRet0 with a function call in relocatable modules, so that we can return i64s across them 04 May 2015, 22:05:41 UTC
a0f34e7 force .a archive content inclusion when building shared modules 04 May 2015, 20:38:17 UTC
a569b65 enable more tests in emterpreter 04 May 2015, 20:07:00 UTC
7696248 Fix word repetitions in documentation 04 May 2015, 19:54:54 UTC
37b109b Fix word repetitions in documentation 04 May 2015, 19:52:36 UTC
c0a78bc remove obsolete comment 04 May 2015, 02:32:53 UTC
2355609 remove assertions in emterpreter startup code when assertions are off 04 May 2015, 01:20:33 UTC
3dde161 enable shared modules in emterpreter 04 May 2015, 00:58:07 UTC
e352ef8 ignore cse expressions we can't type locally 04 May 2015, 00:55:57 UTC
19e2be3 detect types more carefully on binary operations 04 May 2015, 00:51:04 UTC
f3ceed9 support __ATPRERUN__ in shared modules 03 May 2015, 23:02:11 UTC
248c17e write emterpreter setup code to a safe location for static allocation, but avoid static allocation if static memory is already sealed 03 May 2015, 22:59:23 UTC
cc0b6f1 fix error messages when aborting before abortDecorators even exists 03 May 2015, 21:53:27 UTC
3fcdf20 chunk emterpreter data 03 May 2015, 17:49:52 UTC
0cf78ae reduce notifications about enabling js opts automatically to debugs 03 May 2015, 17:48:52 UTC
8a60178 tolerate no memory initializer comments, if the source has been cleaned up (which happens in -O1 without debug info) 03 May 2015, 17:31:04 UTC
ba1fd81 make emterpretify more modular by not appending to an existing memory init file; generate its own memory init, and relocate it at runtime 03 May 2015, 04:35:32 UTC
2de1bc5 add browser dynamic linking test 02 May 2015, 02:20:59 UTC
8b10f8b decrease dynamic link warnings, until we get full linkage types info 02 May 2015, 00:25:02 UTC
7aeb0a9 warn on symbol collisions in dynamic linking when ASSERTIONS are on, and test hyper-dynamic linking 01 May 2015, 23:09:34 UTC
43daa66 fix native eliminator bug with a call with no side effects being entirely removable #3430 ; 1.32.1 01 May 2015, 21:39:01 UTC
43db931 Merge pull request #3431 from waywardmonkeys/remove-more-test-skips Remove more "not Settings.ASM_JS" checks in tests. 01 May 2015, 18:15:52 UTC
9a3f110 Remove more "not Settings.ASM_JS" checks in tests. 01 May 2015, 16:37:52 UTC
2464c34 add disabled bullet linking test (takes very long) 01 May 2015, 04:54:32 UTC
41bb163 add zlib linking test 01 May 2015, 04:32:35 UTC
4cca38a refactor get_zlib_library in test runner 01 May 2015, 00:11:40 UTC
c3f81bd harmonize the RELOCATABLE and *_MODULE settings 30 April 2015, 23:40:08 UTC
4a2b1f5 add distill_asm.py option to leave only the function 30 April 2015, 23:25:29 UTC
9792f6c add iostream dynamic linking test 30 April 2015, 20:50:27 UTC
edee879 add test of linking a jslib global var 30 April 2015, 20:40:21 UTC
998a025 add another global var test for dynamic linking 30 April 2015, 20:33:24 UTC
adf2065 access external variables in linkable modules through calls 30 April 2015, 20:18:40 UTC
dbdcade Merge pull request #3429 from waywardmonkeys/remove-last-of-old-NAMED_GLOBALS Remove last of NAMED_GLOBALS references 30 April 2015, 18:37:40 UTC
b4da229 add an assert to try to figure out why the osx bot started to fail on test_source_map 30 April 2015, 18:32:31 UTC
23c8a05 Remove last of NAMED_GLOBALS references 30 April 2015, 06:05:33 UTC
bf4cfa0 mark main and side modules are not being built standalone 29 April 2015, 23:58:12 UTC
21afff9 allow system libs' type (.a or .bc) to be changed 29 April 2015, 23:29:43 UTC
2108198 allow forcing of libcxx without needing to mention noexcept, and when it is forced, use the bc version 29 April 2015, 23:18:22 UTC
bf61343 add dynamic linking test with forced syslibs 29 April 2015, 22:23:04 UTC
0462c67 do not require suffixes in EMCC_FORCE_STDLIBS 29 April 2015, 22:20:10 UTC
374df5a more dynamic linking tests 29 April 2015, 21:30:29 UTC
5f32b2b Merge branch 'respect-dash-o-while-preprocessing' of https://github.com/weitjong/emscripten into incoming Conflicts: AUTHORS 29 April 2015, 21:18:36 UTC
e121f38 modularize closured code in test_webidl, to fix breakage 29 April 2015, 21:11:22 UTC
ef817db Merge branch 'webidl-checks-and-fastpath' of https://github.com/artillery/emscripten into incoming 29 April 2015, 20:44:32 UTC
8b1504b Merge pull request #3425 from waywardmonkeys/remove-NAMED_GLOBALS Remove most of NAMED_GLOBALS. 29 April 2015, 20:19:05 UTC
068c589 Merge pull request #3426 from fabiosantoscode/feature/inspect Redoing 3417 (Override inspect function to fix #3416) 29 April 2015, 20:17:22 UTC
dd5995e Merge pull request #3427 from waywardmonkeys/clean-up-modules.js Remove unused parts of src/modules.js. 29 April 2015, 20:16:43 UTC
1995f24 Merge pull request #3428 from waywardmonkeys/remove-ie7-fixer Remove tools/ie7_fix.py 29 April 2015, 20:16:20 UTC
1b3b51c Remove tools/ie7_fix.py This isn't tested, used or documented anywhere in the emscripten codebase (and dates back to 2012). 29 April 2015, 13:15:15 UTC
9857f37 Remove unused parts of src/modules.js. 29 April 2015, 13:11:57 UTC
8d4d62e Override inspect function 29 April 2015, 13:05:59 UTC
6aff92f Remove most of NAMED_GLOBALS. 29 April 2015, 13:01:10 UTC
ba249f5 emit proper redirect thunks in side modules 29 April 2015, 04:39:20 UTC
a8b0615 remove extra errors in loadDynamicLibrary; they just confuse 29 April 2015, 04:28:16 UTC
affcda8 one-sided class dynamic linking test 29 April 2015, 04:16:03 UTC
397e4e5 fix autodebug test 29 April 2015, 01:10:53 UTC
2af0905 do not emit .ll files in test runner if we don't need them 29 April 2015, 01:03:46 UTC
ee15941 fix IR in longjmp_tiny_keepem_cond.ll 29 April 2015, 01:03:46 UTC
146aaca Merge pull request #3423 from waywardmonkeys/remove-unused-settings Remove unused settings 29 April 2015, 00:01:34 UTC
ba0ab00 Merge pull request #3421 from waywardmonkeys/remove-INIT_HEAP Remove INIT_HEAP. 29 April 2015, 00:00:37 UTC
4c78733 add test for dynamic linking with multiple global inits from separate modules 28 April 2015, 23:54:03 UTC
9a8d14c initialize side module runtimes together with the rest of the runtime, if it hasn't been initialized yet 28 April 2015, 23:41:28 UTC
04065df add test for dynamic linking of a module with multiple function pointers, stored statically 28 April 2015, 23:27:01 UTC
8656358 run postSets in side modules 28 April 2015, 23:27:01 UTC
e2a5c55 do not emit an eval for closure from the file packager, if closure is not being called 28 April 2015, 23:04:09 UTC
93ef739 add test for function pointers and dynamic linking 28 April 2015, 22:25:24 UTC
7c0d659 ftCall in side modules must use the parent's global function tables 28 April 2015, 22:25:08 UTC
e2f3ed4 add flipped testing for dylink tests 28 April 2015, 21:34:46 UTC
5c1c8b4 add dynamic linking test for printfs 28 April 2015, 21:34:46 UTC
46f73c4 add dynamic linking test for returning a float 28 April 2015, 21:34:46 UTC
0d3f182 add passing simple dynamic linking test 28 April 2015, 21:34:45 UTC
87d9594 basic dynamic linking support - load dynamic libs set in Module.dynamicLibraries also, fix Runtime.removeFunction in EMULATED_FUNCTION_POINTERS 28 April 2015, 21:34:28 UTC
dde991a don't export unresolved symbols in linkable modules 28 April 2015, 21:30:26 UTC
a8a4317 unify globals and functionss in dynamic linking 28 April 2015, 21:30:26 UTC
b3efd93 1.32.0 28 April 2015, 21:27:57 UTC
1f102fd Remove COMPILER_ASSERTIONS and COMPILER_FASTPATHS. 28 April 2015, 07:08:06 UTC
f7ba3f2 Remove SHOW_LABELS. 28 April 2015, 07:07:30 UTC
back to top