Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-23 | harmonize use of COMPILER_ARGS | Alon Zakai | |
2011-09-02 | remove (the deprecated) llvm-gcc | Alon Zakai | |
2011-08-30 | by default use type inference in spidermonkey | Alon Zakai | |
2011-07-31 | use v8 as default compiler, sm trunk breaks on file reading apparently | Alon Zakai | |
2011-07-29 | make sure we have one test without -g | Alon Zakai | |
2011-07-29 | Merge pull request #57 from max99x/master | kripken | |
Filesystem, unistd, and others | |||
2011-07-29 | js engine and emmaken fixes | Alon Zakai | |
2011-07-20 | Fixed various metadata parsing error and activated -g by default in settings ↵ | max99x | |
and emmaken. | |||
2011-07-07 | Rewrite 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. |