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