aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
2013-04-23add a define of __EMSCRIPTEN__Alon Zakai
2013-04-23Better guessing for LLVM_ROOT.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
2013-04-17Remove unnecessary x86_64 and x87 undefines.Bruce Mitchener
2013-04-17__STDC__ is already defined by clang.Bruce Mitchener
2013-04-17Remove flags for disabling ms-compatibility.Bruce Mitchener
2013-04-17Use -target rather than -triple with clang.Bruce Mitchener
2013-04-11Remove duplicate line from rebase.Jukka Jylänki
2013-04-11Remove the unwanted abstraction that callee is allowed to autodelete a respon...Jukka Jylänki
2013-04-11Extend the use of response files to cover the case when emcc invokes emscript...Jukka Jylänki
2013-04-09do not use memory init file in relooper itselfAlon Zakai
2013-04-09try to make WindowsPopen errors a little more explicitAlon Zakai
2013-04-04Merge branch 'ag/clang-add-version' of github.com:agladysh/emscripten into ag...Alon Zakai
2013-04-04Fix calling try_delete before importing it.Bruce Mitchener
2013-04-04Work around problem with constexpr on Windows.Bruce Mitchener
2013-04-04Add ability to use versioned clang librariesAlexander Gladysh
2013-04-01Merge pull request #1009 from waywardmonkeys/another-libcxx-update1.3.6Alon Zakai
2013-03-30fix -nostdinc++Alon Zakai
2013-03-30Merge pull request #1004 from waywardmonkeys/fix-nostdincxxAlon Zakai
2013-03-29Bump version.Bruce Mitchener
2013-03-27-nostdinc++ is needed to not pick up system C++ headers.Bruce Mitchener
2013-03-26Remove unused llvm-extract stuff.Bruce Mitchener
2013-03-25remove symbol removing hack; export all malloc symbols as weak; add test for ...1.3.5Alon Zakai
2013-03-25Get exceptions working as they were before.Bruce Mitchener
2013-03-25Bump version.1.3.4Bruce Mitchener
2013-03-25Get things working with the new libcxx / libcxxabi.Bruce Mitchener
2013-03-23remove unneeded check from relooper1.3.3Alon Zakai
2013-03-22v1.3.21.3.2Alon Zakai
2013-03-18v1.3.11.3.1Alon Zakai
2013-03-18check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORTAlon Zakai
2013-03-15mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3Alon Zakai
2013-03-12disable EMCC_DEBUG when bootstrapping relooperAlon Zakai
2013-03-111.3.01.3.0Alon Zakai
2013-03-06Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9Xuejie "Rafael" Xiao
2013-03-06Merge pull request #920 from waywardmonkeys/fix-include-orderAlon Zakai
2013-03-05remove unnecessary recursion in relooper RemoveUnneededFlows1.2.8Alon Zakai
2013-03-05remove recursion in relooper FindLive1.2.7Alon Zakai
2013-03-051.2.61.2.6Alon Zakai
2013-03-051.2.51.2.5Alon Zakai
2013-03-05restore jcache debugging, busted by pull #826Alon Zakai
2013-03-05restore jcache compression, busted by pull #826Alon Zakai
2013-03-04fix some test failuresChad Austin
2013-03-04make it possible to manually specify a temp directory when running emscripten.pyChad Austin
2013-03-04Break two more emscripten.py dependencies on tools.sharedChad Austin
2013-03-04Get the TempFiles object from the ConfigurationChad Austin
2013-03-04Move TEMP_DIR into the Configuration object.Chad Austin