Age | Commit message (Expand) | Author |
2013-09-08 | refactor COMPILER_OPTS | Alon Zakai |
2013-09-07 | add some cpu undefs that are important for configure steps | Alon Zakai |
2013-09-07 | fix outlining log message | Alon Zakai |
2013-09-06 | properly outline the while (1) switch pattern | Alon Zakai |
2013-09-06 | remember inlined js in outliner | Alon Zakai |
2013-09-06 | handle inline assembly more carefully, avoid it being seen by asm optimizatio... | Alon Zakai |
2013-09-06 | fix inline js in x86 target, enable testing sans validation for inline js in ... | Alon Zakai |
2013-09-05 | Merge pull request #1586 from waywardmonkeys/remove-emlibtool | Alon Zakai |
2013-09-04 | Improve emscripten to autodetect the temp directory even if TEMP_DIR is not p... | Jukka Jylänki |
2013-09-04 | Remove unused / unwritten emlibtool. | Bruce Mitchener |
2013-09-03 | add extCall_* methods in asm dlopen support, parallel to invoke in that they ... | Alon Zakai |
2013-09-03 | assert guards against cross-module stack leaks | Alon Zakai |
2013-09-03 | always keep malloc and free alive and exported, for internal use and other mo... | Alon Zakai |
2013-09-03 | fix asm validation of side modules | Alon Zakai |
2013-09-03 | emit side module memory initializer in the right place; test_dlfcn_basic work... | Alon Zakai |
2013-09-01 | Use EM_BUILD_VERBOSE instead of EMSCRIPTEN_VERBOSE as the name of the env. va... | Jukka Jylänki |
2013-08-30 | Output stdout and stderr from external library builds to console only if EMSC... | Jukka Jylänki |
2013-08-30 | Remove Building.configure() from storing stdout and stderr output to a temp f... | Jukka Jylänki |
2013-08-29 | - added tests for tcgetattr / tcsetattr | Anthony Pesch |
2013-08-29 | allow null second param in createPreloadedFile|createDataFile so that file pa... | Alon Zakai |
2013-08-28 | sort generated functions | Alon Zakai |
2013-08-27 | copy the entire datafile in one chunk into the heap, avoiding one malloc per ... | Alon Zakai |
2013-08-27 | own preloaded files, avoiding an unnecessary copy | Alon Zakai |
2013-08-27 | fix outliner bug with checking when switch cases need to be joined | Alon Zakai |
2013-08-27 | fix outlining separation of case statements ending in continue or return | Alon Zakai |
2013-08-27 | better outlining debugging output | Alon Zakai |
2013-08-23 | testcase for flattening of switches with cases that need to be kept together | Alon Zakai |
2013-08-23 | do not split up fallthrough case statements from their followup when flattening | Alon Zakai |
2013-08-23 | vacuum before outlining, for consistency | Alon Zakai |
2013-08-23 | refactor DataRequest to shrink preloading-generated code | Alon Zakai |
2013-08-23 | own the subarrays created by file preloading, to avoid a copy | Alon Zakai |
2013-08-22 | flatten switches in outliner | Alon Zakai |
2013-08-21 | emit switches in relooper1.5.6 | Alon Zakai |
2013-08-21 | warn on very large functions and mention OUTLINING_LIMIT | Alon Zakai |
2013-08-19 | use -- for jsc | Alon Zakai |
2013-08-18 | Merge pull request #1536 from juj/fix_rsp_file_escaping_windows | Alon Zakai |
2013-08-18 | Merge pull request #1535 from juj/fix_source_map_windows | Alon Zakai |
2013-08-17 | Fix escaping of parameters in response file generation for Windows. Fixes #14... | Jukka Jylänki |
2013-08-17 | Fix source map generation on Windows. Fixes #1333. | Jukka Jylänki |
2013-08-16 | Add compat headers, move some things to them. | Bruce Mitchener |
2013-08-15 | make find_bigfuncs work on ll and js | Alon Zakai |
2013-08-14 | disable optimizeShifts; fixes #1518 | Alon Zakai |
2013-08-13 | fix limit in outlining.flatten, and adjust to 1/4 of the outlining target | Alon Zakai |
2013-08-13 | exit outlining when we are done, as early as possible | Alon Zakai |
2013-08-12 | Merge branch 'test_split' of github.com:inolen/emscripten into inolen-test_split | Alon Zakai |
2013-08-12 | Move JS_ENGINE_OVERRIDE to shared Building object to avoid sys.modules hack | Anthony Pesch |
2013-08-12 | tool to find functions with lots of vars | Alon Zakai |
2013-08-11 | initial work on splitting up runner.py | Anthony Pesch |
2013-08-09 | aim for more evenly-sized pieces in outliner | Alon Zakai |
2013-08-09 | sort spills and unspills in outliner | Alon Zakai |