summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-05Coq: termination measures for mutually recursive functionsBrian Campbell
2019-04-05Fix: Don't remove uncalled polymorphic constructors if they are matched uponAlasdair Armstrong
2019-04-05Fix: Add test case for commit 689eaeAlasdair Armstrong
2019-04-05Coq: add missing effectful existential unpacking caseBrian Campbell
2019-04-05Lem: Make generated assertion messages look nicer in prover outputAlasdair
2019-04-04AArch64: Update write_mem_val to write_memAlasdair
2019-04-04Coq: improve solver on conjunctions, Euclidean division/moduloBrian Campbell
2019-04-04Coq: correct projection in plain monadic and/orBrian Campbell
2019-04-04Typecheck: Improve typechecking for constructors with tuple typesAlasdair
2019-04-02Coq: replace n_constraints with equivalent bool variablesBrian Campbell
2019-04-01C: Fix end instr usage in jib_optimizeAlasdair Armstrong
2019-04-01C: Add identifier to end instructionAlasdair
2019-03-27C: Generate C from sliced specificationsAlasdair Armstrong
2019-03-27Interactive: Refactor sail.ml some moreAlasdair Armstrong
2019-03-27Interactive: Refactor sail.mlAlasdair Armstrong
2019-03-27Coq: add a little knowledge about ZEuclid.divBrian Campbell
2019-03-27Coq: replace firstorder with less expensive tacticsBrian Campbell
2019-03-27Rewriter: Finish refactoring rewrite sequencesAlasdair Armstrong
2019-03-26Rewriter: Expose rewrite passes to interactive modeAlasdair Armstrong
2019-03-26Constant-fold __size calls if possibleThomas Bauereiss
2019-03-26Lem: Work around if-cascade indentation problemThomas Bauereiss
2019-03-25Typecheck: Use emod_int/ediv_int in sizeof rewritingAlasdair Armstrong
2019-03-22Bump opam version prior to future release.Robert Norton
2019-03-22Tidy up of div and mod operators (C implementation was previously inconsisten...Robert Norton
2019-03-22C: Fix as-patterns in C outputAlasdair Armstrong
2019-03-21Fix: Use doc_binding for printing scattered mapping typesAlasdair Armstrong
2019-03-21Coq: fix bug when multiple type variables map to the same identifierBrian Campbell
2019-03-21Jib: Add types to Phi functionsAlasdair Armstrong
2019-03-21Revert some constant propagation experimentationThomas Bauereiss
2019-03-21Merge pull request #38 from crabtw/sail2Alasdair Armstrong
2019-03-20Coq: do more (and more uniform) simplificationBrian Campbell
2019-03-20Coq: be more careful about merging Sail variables and type variablesBrian Campbell
2019-03-20Fix scattered mapping printing and output message for missing val specJyun-Yan You
2019-03-19C: Some simplificationAlasdair Armstrong
2019-03-19Coq: simplify away more trivial boolsBrian Campbell
2019-03-19C: Inlining supportAlasdair Armstrong
2019-03-19Coq: more test workBrian Campbell
2019-03-19Coq: more work on testsBrian Campbell
2019-03-19Don't expand set constraints when substituting vars for varsBrian Campbell
2019-03-18Coq: get axiom generation to merge bool tyvars with argumentsBrian Campbell
2019-03-18Add non-negative constraints for zeros/onesBrian Campbell
2019-03-15Don't constant-fold undefined_X functions in monomorphisationThomas Bauereiss
2019-03-15Fix testsThomas Bauereiss
2019-03-15Various monomorphisation tweaks and fixesThomas Bauereiss
2019-03-15Make mono_rewrites less dependant on ASL preludeThomas Bauereiss
2019-03-15Lem: Add missing implementations of vector_truncateLSBThomas Bauereiss
2019-03-15Add a rewriting pass for constant propagation in mutrecsThomas Bauereiss
2019-03-15Coq: some progress on the test suiteBrian Campbell
2019-03-15Add coq test case for for-loop type variableBrian Campbell
2019-03-15Interactive: Auto-complete options and add hintsAlasdair Armstrong