aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Collapse)Author
2013-03-04Compile the relooper into the emscripten cache directoryChad Austin
2013-03-04Integrate formatting feedbackChad Austin
2013-03-04allow cwd-relative paths when passing --compiler to emscripten.pyChad Austin
2013-03-04Pass configuration into emscriptChad Austin
2013-03-04Integrate azakai's style feedback and make sanity tests pass again.Chad Austin
2013-03-04Make a Configuration object holding formerly global variables.Chad Austin
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
Print output filename that couldn't be created.
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 ↵Alon Zakai
to at least add params to node/v8 in ~/.emscripten by defining a list there and not just a string
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
Add additional error reporting to Popen failures on Windows to be able t...
2013-02-26only put filenames with no space in response fileVladimir Vukicevic
llvm-link can't seem to handle spaces in response files sanely, and I can't find a way to quote them. So just don't include them, and use it only on Windows.
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 ↵Alon Zakai
comparisons
2013-02-26do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ↵Alon Zakai
needed internally
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 ↵Jukka Jylänki
pinpoint what command line causes a failure.
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
Cmdline fixes
2013-02-20Provide error message on invalid command to emmake.Bruce Mitchener
Previously, this would just throw an exception, now it provides a reasonable error message.
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
labeled ifs
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
Fixes #762. Thanks to d0k in #llvm for the helpful insight!
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
Conflicts: src/library_browser.js
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