summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-27split RISC-V to two Sail files to make it more readableShaked Flur
2017-09-27oopsShaked Flur
2017-09-26Remove obsolete existential removal codeBrian Campbell
2017-09-26Added while-do and repeat-until loops to sail for translating ASLAlasdair Armstrong
2017-09-26Remove debugging statements included accidentallyBrian Campbell
2017-09-26Add propagation of local assignments to monomorphisationBrian Campbell
2017-09-26fixesChristopher Pulte
2017-09-26RISC-V: check alignment of atomic memory accesses (and escape when misaligned)Shaked Flur
2017-09-25x86: always perform write for cmpxchg by writing back original value if compa...Robert Norton
2017-09-22x86: implement get_ea_address function.Robert Norton
2017-09-22x86: remove unnecessary? read modify write of registers.Robert Norton
2017-09-22fix typo where Sz16 write to register was only writing 8 bits.Robert Norton
2017-09-21Refactored AST valspecs into single constructorAlasdair Armstrong
2017-09-21Remove unused kind_def (KD_) nodes from ASTAlasdair Armstrong
2017-09-21Change NC_fixed to NC_equal to match NC_not_equalAlasdair Armstrong
2017-09-21Simplify AST by removing LB_val_explicit and replace LB_val_implicit with jus...Alasdair Armstrong
2017-09-21Cleaning up the AST and removing redundant and/or unused nodesAlasdair Armstrong
2017-09-21Support more functions and vector construction in mono for hexapodBrian Campbell
2017-09-21Substitute into constraints to make assert work with monoBrian Campbell
2017-09-21Disable existential removal for nowBrian Campbell
2017-09-21wibShaked Flur
2017-09-21added a comment to the x86 lock'd read and writeShaked Flur
2017-09-20Handle let (exists 't...[:'t:]) 't = lit in monoBrian Campbell
2017-09-20add support for x86 lock prefix (also remove unused Read/Write_tag kind in et...Robert Norton
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