aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
2013-02-26more jcache logging in debug modeAlon Zakai
2013-02-25remove debug printAlon Zakai
2013-02-25remove llvm-nm/dis checks for bitcode in is_bitcodeAlon Zakai
2013-02-25only do llvm-nm in linking if there is at least one ar fileAlon Zakai
2013-02-25cache llvm-nm resultsAlon Zakai
2013-02-23commented out debugging tipAlon Zakai
2013-02-22fix minor jcache bug and add assertionsAlon Zakai
2013-02-21Merge pull request #859 from waywardmonkeys/cmdline-fixesAlon Zakai
2013-02-20Provide error message on invalid command to emmake.Bruce Mitchener
2013-02-18run closure in -O3, it makes sense there with the other unsafe optimizationsAlon Zakai
2013-02-08do not disable corrections/roundings/overflows in -O3Alon Zakai
2013-02-02always use labels in multiple blocks; emit no more one-time loops but rather ...1.2.4Alon Zakai
2013-01-31hide some warnings when not in debug mode; helps in #811Alon Zakai
2013-01-26use -fno-math-errno in native lib builds tooAlon Zakai
2013-01-25improve benchmark infrastructure in preparation for zlib benchmarkAlon Zakai
2013-01-13Don't run Clang in MS compatibility mode on Windows (-fno-ms-compatibility). ...Jukka Jylänki
2013-01-09rename dlmalloc to libc in cache, in preparation for adding further code there1.2.3Alon Zakai
2013-01-07fix asm relooper bug1.2.2Alon Zakai
2013-01-07add asm.js mode to relooper, for label comparisons1.2.1Alon Zakai
2012-12-31version 1.2, asm+unnamed globals+optimized >32bit returns1.2.0Alon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-25show python/java defaults only in debug modeAlon Zakai
2012-12-24move llvm opt debug messagesAlon Zakai
2012-12-23clean up temp files in js optimizerAlon Zakai
2012-12-23undef i386 and x86_64, not just with __'sAlon Zakai
2012-12-21merge incomingAlon Zakai
2012-12-21bump version1.1.0Alon Zakai
2012-12-21make -fno-math-errno the defaultAlon Zakai
2012-12-21safely internalize in s_x_x tests tooAlon Zakai
2012-12-21be careful with internalize in llvm LTO, and mark needed symbols for relooperAlon Zakai
2012-12-21bump expected LLVM version to 3.2Alon Zakai
2012-12-19keep order of unique link inputs the same, for jcacheAlon Zakai
2012-12-19Added support for python in auto-generated config so that warnings about PYTH...Alan Kligman
2012-12-19Updated to add a PYTHON config option instead of defaulting to python2. This ...Alan Kligman
2012-12-19Updated scripts to call python2 directly rather than relying on python symlin...Alan Kligman
2012-12-19remove --remove-duplicatesAlon Zakai
2012-12-19tolerate people issuing link commands with duplicates in themAlon Zakai
2012-12-13Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-12make Building.is_* tests emit errors to stderrAlon Zakai
2012-12-12keep at least 'node' as the guess for nodeAlon Zakai
2012-12-11Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-10remove unneeded debug stuffAlon Zakai
2012-12-10add some link debug stuffAlon Zakai
2012-12-07improve bisection tool to not ignore stderrAlon Zakai
2012-12-07add parts of system bitcode libraries when necessary, and refactor library in...Alon Zakai
2012-12-04recursively traverse .a files until we have all we needAlon Zakai
2012-12-04only add in .o inside .a that are neededAlon Zakai
2012-11-26use hashlib instead of md5Alon Zakai
2012-11-22fix ll func identifying for chunking purposes, and add testing of jcache on a...Alon Zakai
2012-11-21use chunkify in js optimizer, in preparation for jcachingAlon Zakai