aboutsummaryrefslogtreecommitdiff
path: root/settings.py
AgeCommit message (Collapse)Author
2011-12-09commentsAlon Zakai
2011-12-04settings.py commentsAlon 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-03refactoring towards supporting node.jsAlon Zakai
2011-11-19initial work on JS optimizerAlon Zakai
2011-11-09update misleading reference to LLVM 2.9Alon Zakai
2011-11-06update commentAlon Zakai
2011-11-05default temp dir to /tmpAlon Zakai
2011-09-23harmonize use of COMPILER_ARGSAlon Zakai
2011-09-02remove (the deprecated) llvm-gccAlon Zakai
2011-08-30by default use type inference in spidermonkeyAlon Zakai
2011-07-31use v8 as default compiler, sm trunk breaks on file reading apparentlyAlon Zakai
2011-07-29make sure we have one test without -gAlon Zakai
2011-07-29Merge pull request #57 from max99x/masterkripken
Filesystem, unistd, and others
2011-07-29js engine and emmaken fixesAlon Zakai
2011-07-20Fixed various metadata parsing error and activated -g by default in settings ↵max99x
and emmaken.
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.