aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Collapse)Author
2011-07-09bindings generator cleanupAlon Zakai
2011-07-08* Moved pick_llvm_opts() to tools/shared.py.max99x
* Using pick_llvm_opts() instead of hardcoding -O3 in emscripten.py. * Reassembling only when needed in emscripten.py.
2011-07-07Rewrite of emscripten.py:max99x
* Uses option arguments instead of positional ones. * Allows linking to dlmalloc. * Accepts both .bc and .ll files and takes care of annotations. * Allows running the LLVM optimization pass automatically. * Updated test runner to use the new emscripten.py interface. Refactoring: * Moved settings.py to root folder. It no longer applies just to tests. * Updated references to settings.py. * Added an __init__.py to tools, so we don't have to hack around imports.
2011-06-04remove stackQuota for spidermonkey since no longer neededAlon Zakai
2011-05-21use gcparam() with spidermonkeyAlon Zakai
2011-03-19support for llvm 2.9Alon Zakai
2011-03-15stop using lots of memory to manage strings at the end of compilationAlon Zakai
2011-03-12test runner improvementsAlon Zakai
2011-03-05openjpeg demoAlon Zakai
2011-02-27openjpeg testAlon Zakai
2011-02-27debugging info and test runner fixesAlon Zakai
2011-02-20generate strict mode javascriptAlon Zakai
2011-02-10use clang in emmaken and in freetype&zlib testsAlon Zakai
2011-01-14refactor shared components of python tools, and add emmaken.pyAlon Zakai