aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
2012-01-11better workaround for v8 bug 1895Alon Zakai
2012-01-10option for NODE_JS_SAFE as a workaround for intermittent failures due to node...Alon Zakai
2012-01-10refactor js optimizer to not use fs.* as much as possibleAlon Zakai
2012-01-10use NODE_JS when calling coffee and eliminator, to avoid problems with missin...Alon Zakai
2012-01-08fix and optimize cached header handling in test runnerAlon Zakai
2012-01-05do not add compiler opts to CFLAGS, we add them in emcc anyhow (which is safer)Alon Zakai
2012-01-05Merge branch 'master' of git://github.com/jterrace/emscripten into incomingJeff Terrace
2012-01-04properly remove all local system include dirsAlon Zakai
2012-01-04Set HOST_* variables for cross-compilingJeff Terrace
2012-01-03Merge pull request #155 from FishingCactus/osx_darwin_fixAlon Zakai
2012-01-03force a target of i386-pc-linux-gnuAlon Zakai
2012-01-03Add comment for Osx specific treatment of bitcode filesjulien.hamaide
2012-01-03Fix bitcode support when llvm is compiled for darwin targetjulien.hamaide
2012-01-02use -idirafter instead of -I for our system dirs, to allow overridingAlon Zakai
2012-01-02load default settings into Settings on resetAlon Zakai
2012-01-01add .ll debugging output option to emccAlon Zakai
2011-12-23fix crash when TEMP_DIR not defined in ~/.emscriptenAlon Zakai
2011-12-22better temp dir definition and usage, and more debugging output in emccAlon Zakai
2011-12-20refactoring and fixes for running more tests in new o1 and o2 modesAlon Zakai
2011-12-20refactor test system, replace ta2 runs with o1 (-O1 with SAFE_HEAP) and o2 (-...Alon Zakai
2011-12-19better error handling for problems in js optimizer and eliminatorAlon Zakai
2011-12-19better closure compiler error reportingAlon Zakai
2011-12-18finish sanity checksAlon Zakai
2011-12-18sanity checksAlon Zakai
2011-12-18Merge branch 'incoming'Alon Zakai
2011-12-17use emcc in structbyval and safe_heap testsAlon Zakai
2011-12-17bitcode checking functionAlon Zakai
2011-12-16improve linking in emcc, can now build zlib, openjpeg, freetypeAlon Zakai
2011-12-16support for .ll files as inputs to emccAlon Zakai
2011-12-16USE_FHEAP in shared.pyAlon Zakai
2011-12-16completely automatic malloc inclusion in emccAlon Zakai
2011-12-16temporarily return emmaken to test runner instead of emccAlon Zakai
2011-12-14refactor emcc to use a temp directory for intermediate filesAlon Zakai
2011-12-14initial prep for emcc by defaultAlon Zakai
2011-12-13def/undef to make things work on windowsAlon Zakai
2011-12-13finish llvm opts in emcc, plus more testsAlon Zakai
2011-12-13llvm opts in emcc (untested)Alon Zakai
2011-12-12support for running the js optimizer, eliminator and closure compiler from emccAlon Zakai
2011-12-11refactor run_js and an additional emcc testAlon Zakai
2011-12-11refactor temp files handling code, and first passing compilation test for emccAlon Zakai
2011-12-11emcc: --versionAlon Zakai
2011-12-06add 'defaults' pass in test runner, and rename other passes to 'special'Alon Zakai
2011-12-05partial support for runtime linking of separately-compiled modules (only func...Alon Zakai
2011-12-05accept either JS_ENGINE or JS_ENGINES in ~/.emscriptenAlon Zakai
2011-12-04fix line numbers with multiple linked filesAlon Zakai
2011-12-03fixes for using node as both compiler engine and code running engine. node is...Alon Zakai
2011-12-03Modify exit() to throw an object and catch it.David Claughton
2011-11-27do not save function JS in memory, print it out and forget it to save memory ...Alon Zakai
2011-11-25add two failing tests for issue 123Alon Zakai
2011-11-21llvm optimizations tweaksAlon Zakai