summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-23Syntax updates in monomorphisationBrian Campbell
2017-08-23Merge branch 'experiments' into mono-experimentsBrian Campbell
2017-08-22Type quantification elimination working for hexapod specAlasdair Armstrong
2017-08-22Added debugging output for E_record and E_record_update in ast_utilAlasdair Armstrong
2017-08-22Add option to dump monomorphised ast before (re-)typecheckingBrian Campbell
2017-08-22Adapt first part of union monomorphisation to existential typesBrian Campbell
2017-08-22Added basic support for pure record definitions and functional recordAlasdair Armstrong
2017-08-22More work on quantifier eliminationAlasdair Armstrong
2017-08-22x86: rename size type to avoid name clash in RMEM.Robert Norton
2017-08-22Merge branch 'master' of https://bitbucket.org/Peter_Sewell/sailChristopher Pulte
2017-08-22and fix that other placesChristopher Pulte
2017-08-22added RISC-V "fence w,w" and "fence.i";Shaked Flur
2017-08-22adapt state.lem to RISCV additionsChristopher Pulte
2017-08-21More work on quantifier elimination passAlasdair Armstrong
2017-08-21port x86 model to old type checker.Robert Norton
2017-08-21Modified sizeof rewriting pass so it can correctly deal with existentials.Alasdair Armstrong
2017-08-21RISC-V load-reserved and store-conditionalShaked Flur
2017-08-21Merge branch 'experiments' into mono-experimentsBrian Campbell
2017-08-19RISC-V store-releaseShaked Flur
2017-08-18Bit more monomorphisation testingBrian Campbell
2017-08-18Correct indexing and equality for bitvectorsBrian Campbell
2017-08-18Fixed a bug where sizeof re-writing fail for aliased type argumentsAlasdair Armstrong
2017-08-17Work on E_constraint removal pass and diagnosing bugs in E_sizeof removal passAlasdair Armstrong
2017-08-17Add E_constraint support to re-writerAlasdair Armstrong
2017-08-17Fix two more test casesThomas Bauereiss
2017-08-17Add support for register types other than bitvector to state monadThomas Bauereiss
2017-08-17Various sail fixes for ASL hexapodAlasdair Armstrong
2017-08-17Merge branch 'master' of bitbucket.org:Peter_Sewell/sailShaked Flur
2017-08-17added RISC-V load-acquireShaked Flur
2017-08-17riscv: fix warnings because of unneeded catch-all cases in types.hgen.Robert Norton
2017-08-17Merge branch 'experiments' of bitbucket.org:Peter_Sewell/sail into mono-exper...Brian Campbell
2017-08-17Merge remote-tracking branch 'origin' into mono-experimentsBrian Campbell
2017-08-17fixed the RISC-V fences (3 types: "rw,rw"/"r,rw"/"rw,w")Shaked Flur
2017-08-16Added the feature to bind type variables in patterns.Alasdair Armstrong
2017-08-16Very basic start to monomorphisation testingBrian Campbell
2017-08-16Eta-expansion in sail_values to make OCaml happyBrian Campbell
2017-08-16lem_interp: remove broken val_to_string_internal functions, replace with stri...Jon French
2017-08-16riscv: fix back to front args in store pretty print.Robert Norton
2017-08-15Merge remote-tracking branch 'origin/mono-experiments' into experimentsAlasdair Armstrong
2017-08-15Emacs mode for syntax of new Menhir parserAlasdair Armstrong
2017-08-15Removed Typ_arg_effect - nobody used it and it isn't supported by the backends.Alasdair Armstrong
2017-08-15Export existential destructuring function in type_check.mli.Alasdair Armstrong
2017-08-15Export utility functions from type_check.mlAlasdair Armstrong
2017-08-15Menhir parser support for try/catchAlasdair Armstrong
2017-08-15riscv: store the decoded branch immediate in the ast type -- this simplifies ...Robert Norton
2017-08-15remove unneeded regs_out_in.hgen files.Robert Norton
2017-08-15Improve and simplify handling of mutable local variablesThomas Bauereiss
2017-08-15riscv: include pred and succ fields in translation of FENCE (currently hard c...Robert Norton
2017-08-15Added exceptions and try/catch blocks to AST and typechecker in orderAlasdair Armstrong
2017-08-15better names for store parameters.Robert Norton