index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
spec_analysis.mli
Age
Commit message (
Expand
)
Author
2021-02-25
Remove accidental use of too-recent Option module
Brian Campbell
2021-02-25
Add -infer_effects option
Brian Campbell
2020-09-28
Refactor: Rename 'a defs to 'a ast
Alasdair
2020-09-28
Move the ast defs wrapper into it's own file
Alasdair
2020-04-21
Add more monomorphisation rewrites
Thomas Bauereiss
2019-03-07
Extract constant propagation and related functions from monomorphisation.
Brian Campbell
2017-12-05
Update license headers for Sail source
Alasdair Armstrong
2017-07-21
Everything moved to new typechecker
Alasdair Armstrong
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
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