Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-08 | fix dlmalloc speed regressionllvm-svn-pre-3.0llvm-svn-backup | Alon Zakai | |
2011-10-08 | mremap | Alon Zakai | |
2011-10-08 | fix dlmalloc with typed arrays | Alon Zakai | |
2011-10-06 | consolidate dlmalloc.c files; fixes test_dlmalloc_linked | Alon Zakai | |
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. |