aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Collapse)Author
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 ↵Alon Zakai
functions)
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 ↵Alon Zakai
is now default in settings.py
2011-12-03Modify exit() to throw an object and catch it.David Claughton
* Changed exit from throwing an text string to throwing an Error-derived object encapsulating the exit status. Then catch it in 'callMain' and return the status. Enable this functionality by setting CATCH_EXIT_CODE in settings.js
2011-11-27do not save function JS in memory, print it out and forget it to save memory ↵Alon Zakai
during compilation
2011-11-25add two failing tests for issue 123Alon Zakai
2011-11-21llvm optimizations tweaksAlon Zakai
2011-11-19initial work on JS optimizerAlon Zakai
2011-11-19pick_llvm_opts commentAlon Zakai
2011-11-19tweak to pick_llvm_optsAlon Zakai
2011-11-18rename OPTIMIZE to MICRO_OPTSAlon Zakai
2011-11-17prep for unsafe optsAlon Zakai
2011-11-17refactor llvm opts codeAlon Zakai
2011-11-17Remove muting or std outputting stderr.LCID Fire
2011-11-17refactor PGO codeAlon Zakai
2011-11-16clean up benchmark codeAlon Zakai
2011-11-16initial support for unaligned reads/writes in t2Alon Zakai
2011-11-15emconfiguren script and refactor BuildingAlon Zakai
2011-11-13use our own headers with the native compiler during configure in emmakenAlon Zakai
2011-11-12don't use unsafe opts in benchmarksAlon Zakai
2011-11-11fix bug with duplicate llvm_as, and other tweaks to that codeAlon Zakai
2011-11-11fix for building projects when they already existAlon Zakai
2011-11-10test tweakAlon Zakai
2011-11-09initial work on i64Alon Zakai
2011-10-31building tweakAlon Zakai
2011-10-28minor build_library tweaksAlon Zakai
2011-10-28default params for run_jsAlon Zakai