index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
spec_analysis.ml
Age
Commit message (
Expand
)
Author
2018-11-05
Ensure type-synonyms are handled correctly in register dependencies
Alasdair Armstrong
2018-11-05
Make sure undefined_type functions are generated before registers
Alasdair Armstrong
2018-10-31
Rename Reporting_basic to Reporting
Alasdair Armstrong
2018-10-11
Change the function type in the AST
Alasdair
2018-08-28
fix some compiler not-matched warnings about Typ_bidir and Typ_internal_unknown
Jon French
2018-08-28
add __POS__ argument to Err_unreachable for better error reporting
Jon French
2018-07-27
Make type annotations abstract in type_check.mli
Alasdair Armstrong
2018-07-25
Remove unused internal AST nodes
Alasdair Armstrong
2018-06-26
Add configuration registers so __SetConfig ASL can be translated
Alasdair Armstrong
2018-05-01
fv funcs for bidir types
Jon French
2018-03-12
ELF loading for C backend
Alasdair Armstrong
2018-03-07
Make union types consistent in the AST
Alasdair Armstrong
2018-01-18
Merge remote-tracking branch 'origin/experiments' into sail2
Alasdair Armstrong
2018-01-17
Rewrite topological sorting
Thomas Bauereiss
2018-01-12
OCaml interactive mode can now run full aarch64 examples, and ocaml test cases.
Alasdair Armstrong
2018-01-05
Moved parser, lexer and pretty printer to correct locations.
Alasdair Armstrong
2018-01-05
Added bitfield syntax to replicate register bits type
Alasdair Armstrong
2018-01-02
Experimenting with power spec
Alasdair Armstrong
2017-12-14
Fix all compiler warning except in lem pretty printer and monomorphisation
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-16
Remove unused Typ_wild constructor
Alasdair Armstrong
2017-10-31
Fix bug in topological sorting of val-specs
Thomas Bauereiss
2017-10-25
Allow mutually recursive functions
Thomas Bauereiss
2017-10-24
Remove special case for boolean (as opposed to bool)
Brian Campbell
2017-10-19
Follow AST changes in (Lem) pretty-printers
Thomas Bauereiss
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
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-14
Fix bug in topological sorting
Thomas Bauereiss
2017-08-14
Existentials in free type var functions
Brian Campbell
2017-08-01
Modified the typechecker for ASL generation
Alasdair Armstrong
2017-07-27
Add cons patterns to pretty-printers
Thomas Bauereiss
2017-07-21
Switch to new typechecker (almost)
Thomas Bauereiss
2017-02-03
fix headers
Peter Sewell
2016-10-13
make sail-to-lem rewriting passes use dependency analysis, make dependency an...
Christopher Pulte
2016-10-12
Add free variable and dependency sorting functions, lifted from internal to e...
Kathy Gray
2016-01-21
Start splitting values/etc into int/big_int for ocaml generation
Kathy Gray
2016-01-19
Put None and Some into interpreter environments
Kathy Gray
2015-11-10
Make first half of sequential interpreter driver compile again
Kathy Gray
2015-11-06
fixes
Christopher Pulte
2015-11-04
Add a new module for writing queries/analyses that aren't type checking but c...
Kathy Gray