Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-09 | bindings generator cleanup | Alon 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-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. | |||
2011-06-04 | remove stackQuota for spidermonkey since no longer needed | Alon Zakai | |
2011-05-21 | use gcparam() with spidermonkey | Alon Zakai | |
2011-03-19 | support for llvm 2.9 | Alon Zakai | |
2011-03-15 | stop using lots of memory to manage strings at the end of compilation | Alon Zakai | |
2011-03-12 | test runner improvements | Alon Zakai | |
2011-03-05 | openjpeg demo | Alon Zakai | |
2011-02-27 | openjpeg test | Alon Zakai | |
2011-02-27 | debugging info and test runner fixes | Alon Zakai | |
2011-02-20 | generate strict mode javascript | Alon Zakai | |
2011-02-10 | use clang in emmaken and in freetype&zlib tests | Alon Zakai | |
2011-01-14 | refactor shared components of python tools, and add emmaken.py | Alon Zakai | |