aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
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
2013-05-07switch to le32 target by default1.4.3Alon Zakai
2013-05-03use sys.executableAlon Zakai
2013-05-03use -fno-threadsafe-statics, issue #1128Alon Zakai
2013-05-03fix some logging usesAlon Zakai
2013-05-03tweak some logging levelsAlon Zakai
2013-05-03Displays usage when no argument is passed.Éloi Rivard
2013-05-03* Added some colors to messages displayed from python files.Éloi Rivard
2013-05-021.4.21.4.2Alon Zakai
2013-05-02check sanity later in test runner, so we can know env settings, and do not ne...Alon Zakai
2013-05-01Merge pull request #1117 from rib/wip/coglAlon Zakai
2013-05-01Merge pull request #1098 from LCID-Fire/wrapper_exit_code_fixAlon Zakai
2013-04-30check for need to clear cache even in EMCC_DEBUG=1 mode, which forces sanity ...Alon Zakai
2013-04-30add support for changing the llvm target using EMCC_LLVM_TARGET in the envAlon Zakai
2013-04-30look for python2 before python for default .emscriptenRobert Bragg
2013-04-30switch back to x86 target in preparation to merge to incomingAlon Zakai
2013-04-30store target in sanity file, so changing it causes the cache to be flushedAlon Zakai
2013-04-29bump version1.4.1Alon Zakai
2013-04-29use le32-unknown-nacl tripleAlon Zakai
2013-04-29Bump version.1.3.8Bruce Mitchener
2013-04-27Explicitly refer to CalledProcessError with its package name.Andreas Bergmeier
2013-04-25Change to fit in with Alon's coding style.Andreas Bergmeier
2013-04-25Change `Building.make` and `Building.configure` to raise a `CalledProcessErro...Andreas Bergmeier
2013-04-23Merge pull request #1063 from waywardmonkeys/musl-libc1.3.7Alon Zakai
2013-04-23add a define of __EMSCRIPTEN__Alon Zakai
2013-04-23Better guessing for LLVM_ROOT.Bruce Mitchener
2013-04-22Bump version.Bruce Mitchener
2013-04-19use power of two heap in relooperAlon Zakai
2013-04-19enable ASM_JS=1 in -O1+, and start to update testingAlon Zakai
2013-04-19Merge pull request #1073 from waywardmonkeys/cleanup-compiler-flagsAlon Zakai
2013-04-19Improve error reporting in build_library.Jukka Jylänki
2013-04-17Remove unnecessary undefine of __CYGWIN__.Bruce Mitchener