https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
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
e07c41e Remove INLINE_LIBRARY_FUNCS. 28 April 2015, 07:03:10 UTC
552af77 Remove CLOSURE_ANNOTATIONS. 28 April 2015, 06:58:54 UTC
7b510ab Remove MICRO_OPTS. 28 April 2015, 06:56:26 UTC
d565950 Add a new unit test to verify the '-E' handling in tandem w/out '-o'. 28 April 2015, 05:50:29 UTC
ceccc7a Remove INIT_HEAP. This removes not just INIT_HEAP but also the init parameter to RuntimeGenerator.alloc() as it is no longer needed. All callsites for that function are updated. The sanity test for LLVM fastcomp is also updated to pass something else since INIT_HEAP is gone now. 28 April 2015, 05:33:47 UTC
553e351 Merge pull request #3420 from waywardmonkeys/remove-invalid-run_name-checks Remove invalid run_name checks. 28 April 2015, 05:29:00 UTC
d7869d9 Remove invalid run_name checks. 28 April 2015, 05:22:09 UTC
53f731c Merge pull request #3419 from waywardmonkeys/remove-emscripten-abi-check Remove is_emscripten_abi checks in tests. 28 April 2015, 04:51:43 UTC
a20b3ee Remove is_emscripten_abi checks in tests. 28 April 2015, 03:58:54 UTC
92d8f30 Merge pull request #3418 from waywardmonkeys/remove-split-js Remove deprecated --split option. 28 April 2015, 03:49:21 UTC
463e856 Remove deprecated --split option. 28 April 2015, 03:41:35 UTC
050eab8 remove some obsolete comments 28 April 2015, 00:18:43 UTC
426c94d Merge branch 'incoming' into linking Conflicts: emcc emscripten.py src/settings.js tests/test_core.py 27 April 2015, 23:38:01 UTC
6f52e55 remove C++ error on relocatable; no obvious reason why it shouldn't work 27 April 2015, 19:49:29 UTC
584a5d1 Merge pull request #3413 from waywardmonkeys/remove-apply Remove apply_* functions for building system libs. 27 April 2015, 17:44:32 UTC
1a18b69 Merge pull request #3414 from waywardmonkeys/remove-target-asmjs-unknown-emscripten Remove TARGET_ASMJS_UNKNOWN_EMSCRIPTEN 27 April 2015, 17:43:55 UTC
e100799 Remove TARGET_ASMJS_UNKNOWN_EMSCRIPTEN 27 April 2015, 15:13:09 UTC
2c49f5f remove one invalid dlfcn test, and enable another (for now) even though it is invalid, since it passes 26 April 2015, 23:30:13 UTC
657a2ac Merge branch 'incoming' into linking Conflicts: emcc src/jsifier.js src/shell_sharedlib.js 26 April 2015, 23:11:50 UTC
7c5403b use ftCall instead of dynCall when EMULATED_FUNCTION_POINTERS; enable test_dlfcn_longjmp 26 April 2015, 18:11:03 UTC
9efaec6 move asm consts off of the Runtime object, so that side modules can have their own 26 April 2015, 17:49:33 UTC
db8063f update RESERVED_FUNCTION_POINTERS docs 26 April 2015, 17:37:42 UTC
a3867a3 add test for adding functions in EMULATED_FUNCTION_POINTERS, without the need for RESERVED_FUNCTION_POINTERS 26 April 2015, 17:36:52 UTC
8c0cba0 Remove apply_* functions for building system libs. These all returned True now instead of doing anything, so we can remove them. 26 April 2015, 09:38:29 UTC
609f72c Fix indentation width. 26 April 2015, 09:18:10 UTC
e79f3e9 If '-o' is specified then pass it on when only preprocessing. 26 April 2015, 07:54:24 UTC
ea33122 enable more passing dlfcn tests 26 April 2015, 05:12:55 UTC
a7401df remove DLOPEN_SUPPORT option; it works without it now, when build with RELOCATABLE and MAIN|SIDE_MODULE 26 April 2015, 05:10:48 UTC
174c881 fix self-dlopen and enable test_dlfcn_self 26 April 2015, 05:06:49 UTC
18aef0e handle named globals in dlsym; enable test_dlfcn_data_and_fptr 26 April 2015, 04:45:13 UTC
cdac9c3 Merge pull request #3407 from waywardmonkeys/power-of-goodbye Freedom comes when you learn to let go 25 April 2015, 22:56:43 UTC
b757e8b use SIDE_FUNCTION_TABLE for side function tables, so that side module dynCall etcs can just override the parent's, and it will work since FUNCTION_TABLE is still the only important one, i.e. the one from the parent 25 April 2015, 22:48:23 UTC
8f66d84 fix side module memory initializer 25 April 2015, 20:49:29 UTC
d7bbc8f register function tables from side modules, enable test_dlfcn_qsort 25 April 2015, 20:15:44 UTC
60e3b93 Remove some checks against QUANTUM_SIZE. Learn to say good-bye I yearn to say good-bye 25 April 2015, 06:24:56 UTC
7d2d3f3 Remove some unused stuff from Types in src/modules.js There's nothing left to lose There's no more heart to bruise 25 April 2015, 06:15:37 UTC
2778deb Remove EXECUTION_TIMEOUT. There's nothing left to try There's nowhere left to hide There's no greater power Than the power of good-bye 25 April 2015, 03:56:55 UTC
67ed987 Remove RUNTIME_TYPE_INFO. There's nothing left to try There's nowhere left to hide There's no greater power Than the power of good-bye 25 April 2015, 03:54:33 UTC
c7f0be9 Remove LABEL_DEBUG. There's nothing left to try There's nowhere left to hide There's no greater power Than the power of good-bye 25 April 2015, 03:42:06 UTC
bde96b8 Remove SAFE_DYNCALLS. There's nothing left to try There's nowhere left to hide There's no greater power Than the power of good-bye 25 April 2015, 03:39:57 UTC
39522e4 Remove ASM_HEAP_LOG. There's nothing left to try There's nowhere left to hide There's no greater power Than the power of good-bye 25 April 2015, 03:36:13 UTC
c310416 Remove SAFE_HEAP_LINES and SAFE_HEAP >= 2. You were my lesson I had to learn I was your fortress you had to burn Pain is a warning that something's wrong I pray to God that it wont be long Do ya wanna go higher? 25 April 2015, 03:33:07 UTC
acfcd51 Remove CHEAP_HEAP_ALIGN and friends. Your heart is not open so I must go The spell has been broken, I loved you so Freedom comes when you learn to let go Creation comes when you learn to say no 25 April 2015, 03:24:44 UTC
back to top