summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-28Improve test output for monomorphisationBrian Campbell
2017-08-28Update test script for gen_lib changesBrian Campbell
2017-08-28Eta expand lem for OCaml generationBrian Campbell
2017-08-28Merge branch 'experiments' into mono-experimentsBrian Campbell
2017-08-28Correct indexing and equality for bitvectorsBrian Campbell
2017-08-28Merge branch 'experiments' of bitbucket.org:Peter_Sewell/sail into mono-exper...Brian Campbell
2017-08-24Use relative path in MakefileThomas Bauereiss
2017-08-24Fix some bugs related to the CHERI specThomas Bauereiss
2017-08-24More work on undefined elimination pass.Alasdair Armstrong
2017-08-24Add Num identifiers to type environmentThomas Bauereiss
2017-08-24Improve and simplify handling of mutable local variablesThomas Bauereiss
2017-08-24Begin refactoring Sail libraryThomas Bauereiss
2017-08-24Avoid re-typechecking after rewriting passesThomas Bauereiss
2017-08-24Add some missing type annotationsThomas Bauereiss
2017-08-24Add a little cast handling to constant propagationBrian Campbell
2017-08-24typoShaked Flur
2017-08-24typoShaked Flur
2017-08-24added barrier-kind for x86 MFENCE;Shaked Flur
2017-08-23Started work on an undefined literal removal pass for the ocamlAlasdair Armstrong
2017-08-23TypoBrian Campbell
2017-08-23Update monomorphisation test scriptBrian Campbell
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