aboutsummaryrefslogtreecommitdiff
path: root/tests/cases
AgeCommit message (Collapse)Author
2011-09-06handle llvm funcs in aliasesAlon Zakai
2011-09-04some updates for q1Alon Zakai
2011-08-25Added vprintf() test;max99x
Skipping tests that use i64 vars when USE_TYPED_ARRAYS != 0; Fixed incorrectly declared printf() in tests/cases/trunc.ll.
2011-08-21add missing blockaddr supportAlon Zakai
2011-08-14fix bug with storing aggregatesAlon Zakai
2011-07-09Polish for emscripten.py and its tests.max99x
2011-06-03refactor call and invoke into a single method, so invoke supports all ↵Alon Zakai
possible inputs
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-24remove obsolete fastops; generalize load with parseLLVM/finalizeLLVM; fix ↵Alon Zakai
issue 14
2011-05-11testcase for last commitAlon Zakai
2011-02-01overflow checks in getelementptrAlon Zakai
2011-01-17handle odd llvm with branches in the middle of labels; all tests passAlon Zakai
2010-12-28minimal support for 80-bit x87 floatsAlon Zakai
2010-12-09proper support for bitfieldsAlon Zakai
2010-12-02handle bitcasts etc. of call() idents +testAlon Zakai
2010-11-16handle identifiers with quotes and ignore |hidden| +testpuffnfresh