aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2012-11-21fix and test pre cachingAlon Zakai
2012-11-21basic jcache on pre with files+cPickleAlon Zakai
2012-11-21add more caching logic including short vs full keysAlon Zakai
2012-11-21basic logic and stubs for caching pre phaseAlon Zakai
2012-11-21set up parameter passing for jcacheAlon Zakai
2012-11-15prevent annoying warnings during relooper bootstrappingAlon Zakai
2012-11-14clean up test.llAlon Zakai
2012-11-14Fix typo in WindowsPopen.kill(). Avoid using returncode variable manually, ↵Jukka Jylänki
but just route through poll() instead.
2012-11-14Refactor Windows replacement for Popen to allow passing stdin to Popen ↵Jukka Jylänki
process, and poll() and kill(). Fixes tests other.test_fix_closure and other.test_warn_undefined on Windows.
2012-11-14Implement missing used functions on MockPopen to pass Windows tests ↵Jukka Jylänki
utilizing timeout_run().
2012-11-13only save temp files in EMCC_DEBUG_SAVE modeAlon Zakai
2012-11-13Merge pull request #703 from juj/cmakeAlon Zakai
Cmake support.
2012-11-13headless optionAlon Zakai
2012-11-13Rename CallProcess to call_process.Jukka Jylänki
2012-11-12On Windows, depending on the version of make, these calls have been observed ↵Jukka Jylänki
to fail with a "WindowsError: [Error 6] The handle is invalid", so be loud about it when this occurs. For more information, see http://bugs.python.org/issue3905 . Implement a workaround to Popen to avoid this issue.
2012-11-12Don't silently suppress received exceptions inside shared.building.is_ar and ↵Jukka Jylänki
shared.building.is_bitcode functions, but print information about them before returning False. On Windows, depending on the version of make, these calls have been observed to fail with a "WindowsError: [Error 6] The handle is invalid", so be loud about it when this occurs. For more information, see http://bugs.python.org/issue3905 .
2012-11-11alter version to bootstrap relooper1.0.1aAlon Zakai
2012-11-11use internal relooper sourcesAlon Zakai
2012-11-10clear cache and run sanity checks on version bumps, this will help with ↵1.0.1Alon Zakai
relooper updates etc.
2012-11-10disable closure on relooper - no noticeable speedup, but inlining causes ↵Alon Zakai
some stack overflows on large projects
2012-11-10make sure to fail if relooper bootstrap failedAlon Zakai
2012-11-10bootstrap relooperautomaticallyAlon Zakai
2012-11-08fix crash in js optimizerAlon Zakai
2012-11-08rename __label__ => labelAlon Zakai
2012-11-08notice NODE env var in .emscripten by defaultAlon Zakai
2012-11-08Merge pull request #676 from Blechhirn/SplitFixAlon Zakai
Fix splitting on case-insensitive file systems
2012-11-06less debug output in js optimizerAlon Zakai
2012-11-06save temp files in EMCC_DEBUG modeAlon Zakai
2012-11-06Fix splitting on case-insensitive file systemsManuel Wellmann
2012-11-06Add another loud error message containing the actual command line when ↵Jukka Jylänki
calling make in shared.py.
2012-11-05If configure in shared.py fails with an exception, print out the command ↵Jukka Jylänki
line that was attempted.
2012-11-04simplify default settingsAlon Zakai
2012-11-04handle windows line endings in js optimizer splittingAlon Zakai
2012-11-03log out js optimizer split sizesAlon Zakai
2012-11-03fix exit code on sanity failsAlon Zakai
2012-10-30tell closure its input is ECMASCRIPT5Alon Zakai
2012-10-29define LDSHARED, useful in zlib configureAlon Zakai
2012-10-29eliminate variables that have no uses but their definition has side effectsAlon Zakai
2012-10-29re-enable parallelization of js optimizer on windowsAlon Zakai
2012-10-29do not use process pool for js optimizer when not enough cores or on windows ↵Alon Zakai
(issue 663)
2012-10-28make js optimizer detection of generated functions marker more robustAlon Zakai
2012-10-28remove unneeded importAlon Zakai
2012-10-28split out js_optimizer python portion into an independent moduleAlon Zakai
2012-10-28refactor js optimizer caller a littleAlon Zakai
2012-10-27add memory-growth safe eliminator modeAlon Zakai
2012-10-27flip associative binaries when safe to do so for elimination purposesAlon Zakai
2012-10-27eliminate into returnsAlon Zakai
2012-10-27update eliminator test to latest optimizationsAlon Zakai
2012-10-27eliminator docsAlon Zakai
2012-10-27eliminate into one-time do-while loopsAlon Zakai