index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
initial_check.ml
Age
Commit message (
Expand
)
Author
2017-10-10
More improvements to menhir parser
Alasdair Armstrong
2017-10-09
Improvements to menhir pretty printer and ocaml backend
Alasdair Armstrong
2017-10-06
Remove BK_effect constructor
Alasdair Armstrong
2017-10-06
Various improvements to menhir parser, and performance improvments for Z3 calls
Alasdair Armstrong
2017-10-04
Merge branch 'cleanup' into experiments
Alasdair Armstrong
2017-10-03
Fixes to new parser
Alasdair Armstrong
2017-09-26
Added while-do and repeat-until loops to sail for translating ASL
Alasdair Armstrong
2017-09-21
Refactored AST valspecs into single constructor
Alasdair Armstrong
2017-09-21
Remove unused kind_def (KD_) nodes from AST
Alasdair Armstrong
2017-09-21
Change NC_fixed to NC_equal to match NC_not_equal
Alasdair Armstrong
2017-09-21
Simplify AST by removing LB_val_explicit and replace LB_val_implicit with jus...
Alasdair Armstrong
2017-09-21
Cleaning up the AST and removing redundant and/or unused nodes
Alasdair Armstrong
2017-09-13
Work on improving Sail error messages
Alasdair Armstrong
2017-09-07
Merge branch 'experiments' of https://bitbucket.org/Peter_Sewell/sail into ex...
Alasdair Armstrong
2017-09-07
Add ocaml run-time and updates to sail for ocaml backend
Alasdair Armstrong
2017-08-29
More work on ocaml backend.
Alasdair Armstrong
2017-08-24
More work on undefined elimination pass.
Alasdair Armstrong
2017-08-23
Started work on an undefined literal removal pass for the ocaml
Alasdair Armstrong
2017-08-16
Added the feature to bind type variables in patterns.
Alasdair Armstrong
2017-08-15
Removed Typ_arg_effect - nobody used it and it isn't supported by the backends.
Alasdair Armstrong
2017-08-15
Added exceptions and try/catch blocks to AST and typechecker in order
Alasdair Armstrong
2017-08-14
More constructs in menhir parser, plus support for both left and right infix ...
Alasdair Armstrong
2017-08-10
Improved existentials and type synonyms
Alasdair Armstrong
2017-08-07
Improvements to existentials for ASL parser
Alasdair Armstrong
2017-07-28
Merge remote-tracking branch 'origin/sail_new_tc' into experiments
Alasdair Armstrong
2017-07-27
Parameterise convert_ast by the bitvector order
Alasdair Armstrong
2017-07-26
Added syntax for existential types
Alasdair Armstrong
2017-07-26
Allow arbitrary identifiers in nexp expressions
Alasdair Armstrong
2017-07-24
Added cons patterns to sail
Alasdair Armstrong
2017-07-21
Everything moved to new typechecker
Alasdair Armstrong
2017-07-21
Improvements to sail n_constraints
Alasdair Armstrong
2017-07-18
Added real number literals to sail, to better support full ASL translation
Alasdair Armstrong
2017-07-17
Added pattern guards to sail
Alasdair Armstrong
2017-07-12
Various small changes
Alasdair Armstrong
2017-06-28
User defined overloaded operators
Alasdair Armstrong
2017-06-28
Improvements to implicit type casting
Alasdair Armstrong
2017-05-24
Merge branch 'master' of bitbucket.org:Peter_Sewell/sail
Shaked Flur
2017-05-24
added the exmem effect for AArch64 store-exclusive
Shaked Flur
2017-05-24
Change types of MEMr_tag, MEMval_tag and co. so that tag is separate from dat...
Robert Norton
2017-02-03
fix headers
Peter Sewell
2016-08-14
Start adding form for (a,b,c) := foo()
Kathy Gray
2016-07-24
Make sure that all type constructors with unit type have a type union with ju...
Kathy Gray
2016-07-23
Add a return exp form to Sail, supported in type checker and in interpreter.
Kathy Gray
2016-05-27
Add sizeof to sail. Documentation to follow
Kathy Gray
2016-03-02
Add new language feature to permit definitions of items of kind Nat, etc as w...
Kathy Gray
2016-02-23
Several fixes
Kathy Gray
2016-01-06
Add new assert expression to Sail
Kathy Gray
2015-06-24
Support new memory write events in the sail front end and pretty printer
Kathy Gray
2015-06-15
Fix strange resulting type for functions with val spec, favouring the declare...
Kathy Gray
2015-05-13
Add dynamic footprint dependency check event/outcome
Kathy Gray
[next]