aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
2013-07-15fill EMSCRIPTEN in env with the path to emscriptenAlon Zakai
2013-07-08Remove semicolons from Python code.Jez Ng
2013-07-07keep free() alive like malloc()Alon Zakai
2013-07-06disable -fno-threadsafe-statics, issue #1289Alon Zakai
2013-07-03force-include .a contents when it is the only input aside from linked librariesAlon Zakai
2013-07-03always do globaldce (and potentially strip-debug), even when we are building ...Alon Zakai
2013-07-03simplify heap initializer mergingAlon Zakai
2013-07-03refactor invoke generation and add missing invokes when linkingAlon Zakai
2013-07-03merge global initializersAlon Zakai
2013-07-03begin work on memory relocationAlon Zakai
2013-07-03move memory initializer pattern to sharedAlon Zakai
2013-07-03allow extra info in js optimizer, and send relocate pass info that wayAlon Zakai
2013-07-03invoke relocation pass in js optimizerAlon Zakai
2013-07-03initial setupAlon Zakai
2013-07-02Fix and test for find_executable.Jez Ng
2013-06-28Some tweaks to make CSmith easier to setup / debug.Jez Ng
2013-06-28always keep malloc alive; needed internally even if not in EXPORTED_FUNCTIONSAlon Zakai
2013-06-28Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming1.5.3Alon Zakai
2013-06-27Remove unused code and rebump version number.Jez Ng
2013-06-27Merge pull request #1332 from int3/use-distutilsAlon Zakai
2013-06-27Bump version number.Jez Ng
2013-06-27Use distutils where possible.Jez Ng
2013-06-26emit sanity file even in forced sanity checks, when it actually failedAlon Zakai
2013-06-261.5.21.5.2Alon Zakai
2013-06-26make EMCC_OPTIMIZE_NORMALLY the defaultAlon Zakai
2013-06-26Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-mapsAlon Zakai
2013-06-25fix apply_configurationAlon Zakai
2013-06-24make emcc -v update debug settings, so that it saves temp filesAlon Zakai
2013-06-22Merge remote-tracking branch 'upstream/incoming' into source-mapsJez Ng
2013-06-21reduce indentation in relooper1.5.1Alon Zakai
2013-06-19Lay the groundwork for optimized source maps.Jez Ng
2013-06-18Update minimum node version.Jez Ng
2013-06-18do not use EMCC_OPTIMIZE_NORMALLY in relooperAlon Zakai
2013-06-17v 1.5.01.5.0Alon Zakai
2013-06-17enable all debug logging in emcc -vAlon Zakai
2013-06-13do not eliminate dead code in EXPORT_ALLAlon Zakai
2013-06-07remove break labels more aggresively, with a refined natural flow analysis1.4.9Alon Zakai
2013-06-05disabled support for hoisting back into loops in relooper1.4.8Alon Zakai
2013-06-01remove more unneeded break and continue statements in relooper1.4.7Alon Zakai
2013-06-01improve RemoveUnneededFlows to handle flows into loops with a single entry1.4.6Alon Zakai
2013-06-01do not leak split blocks1.4.5Alon Zakai
2013-05-31remove unneeded Branch info on incoming branches in relooper1.4.4Alon Zakai
2013-05-27define EMSCRIPTEN in the environment when using emmakeAlon Zakai
2013-05-23properly expand response files in EXPORTED_FUNCTIONS, which is used before co...Alon Zakai
2013-05-16support closure compiler on the shell in asm modeAlon Zakai
2013-05-16enable aliasing function pointers by default in -O2Alon Zakai
2013-05-10add FORCE_ALIGNED_MEMORY=1 to -O3Alon Zakai
2013-05-09Also remove #define __ELF__ when building using NaCl triple.Jukka Jylänki
2013-05-09Remove __pnacl__ #define as well.Jukka Jylänki
2013-05-09Remove the __native_client__ system define when using NaCl triple. Emscripten...Jukka Jylänki