aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-09-03add extCall_* methods in asm dlopen support, parallel to invoke in that they ...Alon Zakai
2013-09-03assert guards against cross-module stack leaksAlon Zakai
2013-09-03always keep malloc and free alive and exported, for internal use and other mo...Alon Zakai
2013-09-03fix asm validation of side modulesAlon Zakai
2013-09-03emit side module memory initializer in the right place; test_dlfcn_basic work...Alon Zakai
2013-09-01Use EM_BUILD_VERBOSE instead of EMSCRIPTEN_VERBOSE as the name of the env. va...Jukka Jylänki
2013-08-30Output stdout and stderr from external library builds to console only if EMSC...Jukka Jylänki
2013-08-30Remove Building.configure() from storing stdout and stderr output to a temp f...Jukka Jylänki
2013-08-29 - added tests for tcgetattr / tcsetattrAnthony Pesch
2013-08-29allow null second param in createPreloadedFile|createDataFile so that file pa...Alon Zakai
2013-08-28sort generated functionsAlon Zakai
2013-08-27copy the entire datafile in one chunk into the heap, avoiding one malloc per ...Alon Zakai
2013-08-27own preloaded files, avoiding an unnecessary copyAlon Zakai
2013-08-27fix outliner bug with checking when switch cases need to be joinedAlon Zakai
2013-08-27fix outlining separation of case statements ending in continue or returnAlon Zakai
2013-08-27better outlining debugging outputAlon Zakai
2013-08-23testcase for flattening of switches with cases that need to be kept togetherAlon Zakai
2013-08-23do not split up fallthrough case statements from their followup when flatteningAlon Zakai
2013-08-23vacuum before outlining, for consistencyAlon Zakai
2013-08-23refactor DataRequest to shrink preloading-generated codeAlon Zakai
2013-08-23own the subarrays created by file preloading, to avoid a copyAlon Zakai
2013-08-22flatten switches in outlinerAlon Zakai
2013-08-21emit switches in relooper1.5.6Alon Zakai
2013-08-21warn on very large functions and mention OUTLINING_LIMITAlon Zakai
2013-08-19use -- for jscAlon Zakai
2013-08-18Merge pull request #1536 from juj/fix_rsp_file_escaping_windowsAlon Zakai
2013-08-18Merge pull request #1535 from juj/fix_source_map_windowsAlon Zakai
2013-08-17Fix escaping of parameters in response file generation for Windows. Fixes #14...Jukka Jylänki
2013-08-17Fix source map generation on Windows. Fixes #1333.Jukka Jylänki
2013-08-16Add compat headers, move some things to them.Bruce Mitchener
2013-08-15make find_bigfuncs work on ll and jsAlon Zakai
2013-08-14disable optimizeShifts; fixes #1518Alon Zakai
2013-08-13fix limit in outlining.flatten, and adjust to 1/4 of the outlining targetAlon Zakai
2013-08-13exit outlining when we are done, as early as possibleAlon Zakai
2013-08-12Merge branch 'test_split' of github.com:inolen/emscripten into inolen-test_splitAlon Zakai
2013-08-12Move JS_ENGINE_OVERRIDE to shared Building object to avoid sys.modules hackAnthony Pesch
2013-08-12tool to find functions with lots of varsAlon Zakai
2013-08-11initial work on splitting up runner.pyAnthony Pesch
2013-08-09aim for more evenly-sized pieces in outlinerAlon Zakai
2013-08-09sort spills and unspills in outlinerAlon Zakai
2013-08-09track loop depth in outlinerAlon Zakai
2013-08-09report more variable stats when outliningAlon Zakai
2013-08-09Fix file packager to generate a virtual filesystem with '/' as path separator...Jukka Jylänki
2013-08-091.5.51.5.5Bruce Mitchener
2013-08-081.5.41.5.4Alon Zakai
2013-08-08Improve the generation of ~/.emscripten on Windows.Nick Bray
2013-08-08Allow the PNaCl toolchain to be used in place of a standard version of Clang.Nick Bray
2013-08-08generate static linking invokes in the prelude; fixes #1468Alon Zakai
2013-08-08Merge pull request #1470 from inolen/preload_path_fixesAlon Zakai
2013-08-08Merge pull request #1467 from abergmeier/extend_versionsAlon Zakai