index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast_util.ml
Age
Commit message (
Expand
)
Author
2018-02-20
Simplifying nexp division, since the type checker can introduce it
Brian Campbell
2018-02-20
Rework atom-to-itself transformation to check for equivalent size nexps
Brian Campbell
2018-02-15
Re-engineer prompt monad of Lem shallow embedding
Thomas Bauereiss
2018-02-15
Update duopod spec so it has no address translation
Alasdair Armstrong
2018-02-13
Try to replace generated kids with user-defined ones from the environment
Thomas Bauereiss
2018-02-06
Add aux constructor to type patterns for consistency
Alasdair Armstrong
2018-02-06
Improve destructuring existential types
Alasdair Armstrong
2018-02-05
Merge changes to type_check.ml
Alasdair Armstrong
2018-02-05
Add typ patterns for destructuring existentials
Alasdair Armstrong
2018-02-02
Extra nexp simplification
Brian Campbell
2018-01-30
Generate functions from enums to numbers and vice versa
Alasdair Armstrong
2018-01-29
Move subst to ast_util, use for guarded clauses rewrite
Brian Campbell
2018-01-25
Merge branch 'sail2' of https://bitbucket.org/Peter_Sewell/sail into sail2
Alasdair Armstrong
2018-01-25
Add pattern completness check for match statements
Alasdair Armstrong
2018-01-25
Implement basic case splitting based on found case expressions
Brian Campbell
2018-01-22
Update Lem shallow embedding to Sail2
Thomas Bauereiss
2018-01-22
Added rewriter that specializes all function calls in a specification.
Alasdair Armstrong
2018-01-18
Merge remote-tracking branch 'origin/experiments' into sail2
Alasdair Armstrong
2018-01-18
Modified unification so Type_check.instantiation_of works after sizeof rewriting
Alasdair Armstrong
2018-01-16
Test the ocaml interpreter with the same tests as the ocaml compilation
Alasdair Armstrong
2018-01-15
Check monomorphisation case split size once for each pattern
Brian Campbell
2018-01-12
Merge remote-tracking branch 'origin/experiments' into sail2
Alasdair Armstrong
2018-01-05
Added bitfield syntax to replicate register bits type
Alasdair Armstrong
2018-01-03
Lots of experimental changes on this branch
Alasdair Armstrong
2018-01-03
Updates to interpreter
Alasdair Armstrong
2018-01-02
Experimenting with power spec
Alasdair Armstrong
2017-12-19
Support user-defined exceptions in Lem shallow embedding
Thomas Bauereiss
2017-12-14
An experimental version of sail without bitvector start indexes.
Alasdair Armstrong
2017-12-13
Cleanup code by fixing compiler warnings, and fix ocaml compilation
Alasdair Armstrong
2017-12-13
Use big_nums from Lem
Alasdair Armstrong
2017-12-06
Add top-level pattern match guards internally
Brian Campbell
2017-12-06
Merge remote branch 'experiments' into experiments
Thomas Bauereiss
2017-12-06
Make AST after rewriting for Lem backend type-checkable
Thomas Bauereiss
2017-12-05
Update license headers for Sail source
Alasdair Armstrong
2017-11-29
Added location information for fixity and overloads in ast_util.ml
Alasdair Armstrong
2017-11-27
Utility functions in ast_util for asl_parser
Alasdair Armstrong
2017-11-27
Split rewriter into separate rewriting library and rewrite passes
Alasdair Armstrong
2017-11-24
Use unbound precision big_ints throughout sail.
Alasdair Armstrong
2017-11-16
Remove unused Typ_wild constructor
Alasdair Armstrong
2017-11-16
Fixed some longstanding issues regarding constraints on type constructors.
Alasdair Armstrong
2017-11-15
Allow user defined operations in nexps (experimental)
Alasdair Armstrong
2017-11-13
Record where existentials were created in their names.
Alasdair Armstrong
2017-11-03
Make nexp_simp a little smarter
Brian Campbell
2017-11-02
Added monomorphism restriction to undefined values.
Alasdair Armstrong
2017-11-02
Optionally generate an initial register state for the sequential Lem shallow ...
Thomas Bauereiss
2017-10-31
Remove redundant nexp simplification function
Thomas Bauereiss
2017-10-26
Experiment with pretty-printing non-atomic nexps in Lem
Thomas Bauereiss
2017-10-25
Allow mutually recursive functions
Thomas Bauereiss
2017-10-25
Merge branch 'experiments' into mono-experiments
Brian Campbell
2017-10-24
Make nexp simplifier handle recursion properly
Brian Campbell
[next]