Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-09 | misc emmaken improvements | Alon Zakai | |
2011-04-09 | fixes for llvm 2.9 | Alon Zakai | |
2011-03-19 | support for llvm 2.9 | Alon Zakai | |
2011-03-16 | write to file directly in emscripten.py | Alon Zakai | |
2011-02-27 | openjpeg test | Alon Zakai | |
2011-01-20 | clarify -show-annotations in settings.py | Alon Zakai | |
2011-01-14 | refactor shared components of python tools, and add emmaken.py | Alon Zakai | |
2011-01-07 | enable llvm opts on tests with precompiled .ll (python, bullet, lua); fix ↵ | Alon Zakai | |
minor uncovered bugs; disable some dangerous llvm opts | |||
2010-12-18 | utilize llvm opt | Alon Zakai | |
2010-11-13 | rename sauer to cubescript | Alon Zakai | |
--HG-- rename : tests/sauer/README => tests/cubescript/README rename : tests/sauer/command.cpp => tests/cubescript/command.cpp rename : tests/sauer/command.h => tests/cubescript/command.h rename : tests/sauer/tools.h => tests/cubescript/tools.h | |||
2010-11-05 | framework for integration tests | Alon Zakai | |
2010-10-25 | fix bug with type of |select| | alon@honor | |
2010-10-24 | bullet test | alon@honor | |
2010-10-13 | use tracemonkey in settings.py | alon@honor | |
2010-10-13 | aggressively nativize variables; stop doing optimizations that are no longer ↵ | alon@honor | |
needed; fix some uncovered bugs; 49% speedup | |||
2010-10-12 | use closure compiler in benchmarks; 13% speedup | alon@honor | |
2010-10-10 | typed arrays support; function __index__ing ; 36% speedup | alon@honor | |
2010-10-10 | clean up flattener code and remove unneeded flattener definitions; 3% speedup | alon@honor | |
2010-10-10 | spidermonkey opts | alon@honor | |
2010-10-09 | make llvm 2.7/clang work again | alon@honor | |
2010-10-08 | beginnings of fixes for clang 2.8 | alon@honor | |
2010-10-07 | all llvm-gcc tests pass | alon@honor | |
2010-10-07 | begin work to adapt to llvm 2.8 | TESTS BROKEN | alon@honor | |
2010-10-07 | separate build stage out in test runner | alon@honor | |
2010-10-03 | clean up relooper | alon@honor | |
2010-10-02 | add missing branch detection of default in switch. all reloop but sauer, ↵ | alon@honor | |
dlmalloc/clang | |||
2010-10-02 | test both reloop and non-reloop | alon@honor | |
2010-10-02 | memory implementation cleanup | alon@honor | |
2010-09-25 | optional memory alignment that matches c/c++; used in clang, not in llvm-gcc | alon@honor | |
2010-09-21 | test using both clang and llvm-gcc by default | alon@honor | |
2010-09-20 | refactor into files | alon@honor | |
--HG-- rename : src/parser.js => src/compiler.js | |||
2010-09-20 | fixes for clang, including support for phi; all tests pass, but optimizer ↵ | Alon Zakai | |
and relooper broken (on clang) | |||
2010-09-12 | settings.py tweak | alon@honor | |
2010-09-09 | comments | alon@honor | |
2010-09-09 | fix some regexps that v8 and sm do not agree on | alon@honor | |
2010-09-09 | emscripten.py | alon@honor | |
2010-09-04 | clean up settings and add code snippets file | alon@honor | |
--HG-- rename : tests/settings.cfg => tests/settings.py |