summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-20Remove obsolete nexp refinementBrian Campbell
2017-09-20Support splitting on multiple variables in monoBrian Campbell
2017-09-19fixChristopher Pulte
2017-09-19Added additional case for tuple l-expressions to increase compatability for ASL.Alasdair Armstrong
2017-09-19According to Shaked NIAFP_register can be used to indicate that we don't know...Robert Norton
2017-09-18Added additional utility functions in ast_utilAlasdair Armstrong
2017-09-18Merge branch 'experiments' into mono-experimentsBrian Campbell
2017-09-18add regfp for x86 control flow instrucitons. Need more support for memory ind...Robert Norton
2017-09-15x86: implement regfp analysis function (no control flow yet)Robert Norton
2017-09-15reinstate deep/shallow conversionChristopher Pulte
2017-09-14Merge branch 'experiments' of https://bitbucket.org/Peter_Sewell/sail into ex...Alasdair Armstrong
2017-09-14Better failure reporting on mono testsBrian Campbell
2017-09-14Two thirds of monomorphising union types with an existentialBrian Campbell
2017-09-14Fix bug in topological sortingThomas Bauereiss
2017-09-14Fix some more test casesThomas Bauereiss
2017-09-14Fix a regression when writing to a register via a reference in a vector such ...Thomas Bauereiss
2017-09-13Fixed code display in error messages that span multiple linesAlasdair Armstrong
2017-09-13Work on improving Sail error messagesAlasdair Armstrong
2017-09-13add HLT instruction for RMEM integration.Robert Norton
2017-09-11added xml ppShaked Flur
2017-09-08Fixed bug when printing Typ_args in Lem AST outputAlasdair Armstrong
2017-09-07Merge branch 'experiments' of https://bitbucket.org/Peter_Sewell/sail into ex...Alasdair Armstrong
2017-09-07Add ocaml run-time and updates to sail for ocaml backendAlasdair Armstrong
2017-09-07add MFENCERobert Norton
2017-09-06power is builtin in old tc so use it.Robert Norton
2017-09-05Fix printing of negative numbersAlastair Reid
2017-09-04Merge branch 'experiments' of bitbucket.org:Peter_Sewell/sail into mono-exper...Brian Campbell
2017-09-03added RISC-V strong-acquire/releaseShaked Flur
2017-09-02Various fixes for HexapodThomas Bauereiss
2017-09-02Remove dependency of state.lem on bitvector operationsThomas Bauereiss
2017-09-02Add command line flags to toggle sequential monad and native machine wordsThomas Bauereiss
2017-09-02fix for parsing diy generated testsShaked Flur
2017-09-02check the status of SC before doing the memory writeShaked Flur
2017-09-01Testing typedef generation for ocamlAlasdair Armstrong
2017-09-01More test cases for ocaml backendAlasdair Armstrong
2017-09-01Started work on test suite for ocaml backendAlasdair Armstrong
2017-08-31add EnumerationType type class: if a type is a member you get Ord membership ...Christopher Pulte
2017-08-31added RISC-V AMOsShaked Flur
2017-08-30Remove debug print statement from rewriterAlasdair Armstrong
2017-08-30Improved ocaml backend to the point where the hexapod spec produces syntactic...Alasdair Armstrong
2017-08-30Merge branch 'experiments' of https://bitbucket.org/Peter_Sewell/sail into ex...Alasdair Armstrong
2017-08-30Ocaml backend can now run ocamlbuild automatically to build ocamlAlasdair Armstrong
2017-08-30typeclass instance Ord(opcode)Christopher Pulte
2017-08-30Fix another bug in local variable update rewritingThomas Bauereiss
2017-08-29Merge branch 'experiments' of https://bitbucket.org/Peter_Sewell/sail into ex...Alasdair Armstrong
2017-08-29More work on ocaml backend.Alasdair Armstrong
2017-08-29Make Lem export of CHERI(-256) typecheckThomas Bauereiss
2017-08-29Fix bug in rewriting local variable updatesThomas Bauereiss
2017-08-29Expand Nexp_id's in sizeof rewriting (e.g. cap_size_t in CHERI)Thomas Bauereiss
2017-08-29Improve flow typingThomas Bauereiss