Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-09 | comments | Alon Zakai | |
2011-12-04 | settings.py comments | Alon Zakai | |
2011-12-03 | fixes for using node as both compiler engine and code running engine. node ↵ | Alon Zakai | |
is now default in settings.py | |||
2011-12-03 | refactoring towards supporting node.js | Alon Zakai | |
2011-11-19 | initial work on JS optimizer | Alon Zakai | |
2011-11-09 | update misleading reference to LLVM 2.9 | Alon Zakai | |
2011-11-06 | update comment | Alon Zakai | |
2011-11-05 | default temp dir to /tmp | Alon Zakai | |
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. |