aboutsummaryrefslogtreecommitdiff
path: root/tests/cases
AgeCommit message (Expand)Author
2014-05-12testcases for issue #2350Alon Zakai
2014-04-29testcase for fastcomp issue 32Alon Zakai
2014-03-31testcase for returning nanAlon Zakai
2014-03-31testcase for fixable bad function casts with extra paramsAlon Zakai
2014-03-28add fuzz testcase for nested i24 constantExprsAlon Zakai
2014-03-26testcase for i64 < 0Alon Zakai
2014-03-26make tests/cases/usenullcall.ll a fastcomp-only testAlon Zakai
2014-03-25improve testcaseAlon Zakai
2014-03-25add testcase for use of call outputs to absolute targetsAlon Zakai
2014-03-23testcase for issue #2244Alon Zakai
2014-03-08add aliases testcaseAlon Zakai
2014-03-04Update for the new datalayout string.Dan Gohman
2014-03-03improve testing for statically incorrect callsAlon Zakai
2014-03-03Revert the extendedprecision.ll change in 76ad462, since this test isn't disa...Dan Gohman
2014-03-03Tidy up and fix several tests in tests/cases.Dan Gohman
2014-03-02add test for phi with unreachable source with a 64-bit valueAlon Zakai
2014-02-28Make this testcase pass the verifier.Dan Gohman
2014-02-25Update the tests to use asmjs-unknown-emscripten.Dan Gohman
2014-02-20enable indirectbr tests in fastcompAlon Zakai
2014-02-19add function with $ in its name testcaseAlon Zakai
2014-02-19add atomicrmw sub testAlon Zakai
2014-02-14add testcase for i1 constants being properly unsignedAlon Zakai
2014-02-13i96_ashr testcaseAlon Zakai
2014-02-12add another longjmp testcaseAlon Zakai
2014-02-11add longjmp testcase for keeping stuff together and in proper dominance orderAlon Zakai
2014-02-05add testcase for odd large doublesAlon Zakai
2014-01-30mark new testcase as ta2-onlyAlon Zakai
2014-01-30add fuzz testcaseAlon Zakai
2014-01-29add legalizer_b testcaseAlon Zakai
2014-01-29improve i96 testAlon Zakai
2014-01-29add testcase for i96 shiftsAlon Zakai
2014-01-22fastcomp updates and a test for fptosi|ui on floats and doublesAlon Zakai
2014-01-21update tests to allow exceptions and setjmp together in fastcompAlon Zakai
2014-01-20updates and fixes for test_casesAlon Zakai
2014-01-13clean up some more tests/casesAlon Zakai
2014-01-13fix testcase to validate as llvm irAlon Zakai
2014-01-13remove old test that cannot be done in fastcomp, relies on code miscompilatio...Alon Zakai
2014-01-11more i64 switch testsAlon Zakai
2014-01-07properly overflow gep arguments; fixes #1975Alon Zakai
2013-12-25properly handle invoke of setjmp, by lowering to a call, which fixes phis tha...Alon Zakai
2013-12-19fix tests/cases/phientryimplicit.llAlon Zakai
2013-12-16handle a single empty alloca; fixes #1919Alon Zakai
2013-12-15final test_cases fixes for fastcompAlon Zakai
2013-12-15tests/cases fixes for fastcompAlon Zakai
2013-12-15test/cases fixes for fastcompAlon Zakai
2013-12-13yet more fixes for test_cases for fastcompAlon Zakai
2013-12-13more fixes for test_cases for fastcompAlon Zakai
2013-12-13various fixes for test_cases for fastcompAlon Zakai
2013-11-08emit proper large float constants when js opts are to be runAlon Zakai
2013-11-04add testcase for select fixAlon Zakai