aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
2013-03-04Remove TempFiles's dependency on global and environment variablesChad Austin
2013-03-04emscripten_jcache_printfAlon Zakai
2013-03-04compress jcache entries, to minimize disk IOAlon Zakai
2013-03-03Merge pull request #894 from waywardmonkeys/output-filenameAlon Zakai
2013-03-02commented-out debugging stuffAlon Zakai
2013-03-01Print output filename that couldn't be created.Bruce Mitchener
2013-02-28disable v8 stack size increase because of windows instability; make it easy t...Alon Zakai
2013-02-28enlarge v8/node stack size, to avoid relooper stack overflows on huge projectsAlon Zakai
2013-02-28inline by default, now that lto is off by defaultAlon Zakai
2013-02-27Merge pull request #872 from juj/popen_printAlon Zakai
2013-02-26only put filenames with no space in response fileVladimir Vukicevic
2013-02-26add cache debuggingVladimir Vukicevic
2013-02-26clean up response file codeAlon Zakai
2013-02-26Generate response file for llvm-linkVladimir Vukicevic
2013-02-26make DEBUG an intAlon Zakai
2013-02-26sort settings keys, to ensure the same order for debugging and jcache compari...Alon Zakai
2013-02-26do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne...Alon Zakai
2013-02-26save last cache clear timeAlon Zakai
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-25Add additional error reporting to Popen failures on Windows to be able to pin...Jukka Jylänki
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