summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-06Improve destructuring existential typesAlasdair Armstrong
2018-02-05Allow type variables to be introduced by global let bindings.Alasdair Armstrong
2018-02-01More work on C compilationAlasdair Armstrong
2018-02-01Fix a bug where local variables could shadow functionsAlasdair Armstrong
2018-01-31Fix bug in bitvector pattern rewritingThomas Bauereiss
2018-01-31Added test case for decode patterns that are currently failingAlasdair Armstrong
2018-01-31Find buried set constraints in assertsBrian Campbell
2018-01-31add some elf files from riscv test suite and run them on riscv model.Robert Norton
2018-01-30Fix failing Lem testsAlasdair Armstrong
2018-01-29use check target in makefile when checking riscv spec.Robert Norton
2018-01-29Fix a bug where structs containing unions would generate bad to_string functionsAlasdair Armstrong
2018-01-26Give LEM test suite a more useful name for benefit of jenkins.Robert Norton
2018-01-26Shebang must be first line of file. Fixes RISCV test failing on jenkins due t...Robert Norton
2018-01-25Merge branch 'sail2' of https://bitbucket.org/Peter_Sewell/sail into sail2Alasdair Armstrong
2018-01-25Add pattern completness check for match statementsAlasdair Armstrong
2018-01-25Use set asserts as case splits in monomorphisationBrian Campbell
2018-01-25Fix more type annotations in rewriterThomas Bauereiss
2018-01-23Run tests for Lem shallow embeddingThomas Bauereiss
2018-01-23Added additional tests, and fixed ocaml build of ARM testsAlasdair Armstrong
2018-01-22Add regression test for type synonym with constraints inside existential type...Alasdair Armstrong
2018-01-22Update and fix test suiteAlasdair Armstrong
2018-01-19Added RISCV test case to test suiteAlasdair Armstrong
2018-01-18Merge remote-tracking branch 'origin/experiments' into sail2Alasdair Armstrong
2018-01-18Modified ocaml backend to use ocamlfind for linksem and lemAlasdair Armstrong
2018-01-17Add generated ARM spec and test cases for itAlasdair Armstrong
2018-01-16Test the ocaml interpreter with the same tests as the ocaml compilationAlasdair Armstrong
2018-01-16Improve formatting of output when running all test suites.Alasdair Armstrong
2018-01-16Created version of typecheck test suite for sail2 branchAlasdair Armstrong
2018-01-15Support non-trivial literal patternsBrian Campbell
2018-01-12Merge remote-tracking branch 'origin/experiments' into sail2Alasdair Armstrong
2018-01-11Ocaml semantics can now run aarch64 hello world example using octapodAlasdair Armstrong
2018-01-10Fix control dependencies in monomorphisation analysisBrian Campbell
2018-01-04Additional tests for ocaml backendAlasdair Armstrong
2017-12-07More OCaml test casesAlasdair Armstrong
2017-12-07Support monomorphisation with set constrained integersBrian Campbell
2017-12-06Add top-level pattern match guards internallyBrian Campbell
2017-12-04Fix warnings in test suiteAlasdair Armstrong
2017-11-27Added test for short-circuiting of boolean operationsAlasdair Armstrong
2017-11-27Use guards from when patterns when typing casesBrian Campbell
2017-11-16Fixed some longstanding issues regarding constraints on type constructors.Alasdair Armstrong
2017-11-15Additional test case for OCaml backendAlasdair Armstrong
2017-11-15Simplify flow typing code in typecheckerAlasdair Armstrong
2017-11-15Merge branch 'smt' into experimentsAlasdair Armstrong
2017-11-15Allow user defined operations in nexps (experimental)Alasdair Armstrong
2017-11-14During monomorphisation always refine constructors,Brian Campbell
2017-11-10Fixed ocaml backend so it correctly compiles registers passed by name.Alasdair Armstrong
2017-11-10Fixed some tricky typechecking bugsAlasdair Armstrong
2017-11-03Fix ocaml test suiteAlasdair Armstrong
2017-11-02Added monomorphism restriction to undefined values.Alasdair Armstrong
2017-10-18Merge branch 'experiments' of Peter_Sewell/sail into mono-experimentsBrian Campbell