aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2010-09-22fix bug with automatic tests not running both compiler frontendsalon@honor
2010-09-22disable relooping pending rewritealon@honor
2010-09-21test using both clang and llvm-gcc by defaultalon@honor
2010-09-21fix some relooper bugs, and EXECUTION_TIMEOUT setting for debugging such ↵alon@honor
problems
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-14additional sauer tests+fixesalon@honor
2010-09-14additional sauer testing that can now passalon@honor
2010-09-14proper flattening of nested structures +testalon@honor
2010-09-12settings.py tweakalon@honor
2010-09-11Catch a corner case with 0 in varargsalon@honor
2010-09-11enable sauer testalon@honor
2010-09-11better handling of NULL in printf, and varargsalon@honor
2010-09-10fix some print() cornersalon@honor
2010-09-10Proper parsing of llvm stringsalon@honor
2010-09-10tweaks to sauer, and strtolalon@honor
2010-09-09enable sauer test (with RELOOPING=0)alon@honor
2010-09-09call emscripten.py in test runner through public interfacealon@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-08sauer hello world nearly ready for enabling in test runneralon@honor
2010-09-08sauer test fixesalon@honor
2010-09-08support for in-function staticsalon@honor
2010-09-08simplify testalon@honor
2010-09-08support for getelementptr inside loads, fixes a testalon@honor
2010-09-07ES_SIZEOF: safe and portable sizeofalon@honor
2010-09-06fixes for null vs 0, and support for assert +testalon@honor
2010-09-06fix relooper bug with loops with just an inc blockalon@honor
2010-09-05sauer cleanupalon@honor
2010-09-05Sauer hello world runs, without optimization or relooping, and without ↵alon@honor
testing internals
2010-09-04atexit +testalon@honor
2010-09-04clean up settings and add code snippets filealon@honor
--HG-- rename : tests/settings.cfg => tests/settings.py
2010-09-04finish varargs workalon@honor
2010-09-04initial work towards varargsalon@honor
2010-09-03Support for global pointers +testalon@honor
2010-09-03support for global constsalon@honor
2010-09-03fixes for invoke (+fix of regression in test runner)alon@honor
2010-09-02ptrtoint support, +test that includes scanning generated codealon@honor
2010-09-02and/or supportalon@honor
2010-09-02xor support +testalon@honor
2010-09-02support for bitshifts +testalon@honor
2010-08-30imported patch optimize_enzymaticalon@honor
2010-08-29fix for 'sret' & other GEP featuresalon@honor
2010-08-29Support for llvm 'switch'alon@honor
2010-08-29add non-working sauer testalon@honor
2010-08-28parseNumerical on consts in structs ; fasta passesalon@honor
2010-08-28fcmp fix & better testingalon@honor
2010-08-28fix 3 bugs: printf error, no IEEEUnhexing, and <{'s. 2 new testsalon@honor
2010-08-27fix lastLoopLine assumed to always be identifiablealon@honor