index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
slice.ml
Age
Commit message (
Expand
)
Author
2020-09-29
Refactor: Change AST type from a union to a struct
Alasdair
2020-09-28
Move the ast defs wrapper into it's own file
Alasdair
2020-01-16
Allow effects on mappings
Alasdair Armstrong
2019-11-11
Make sure we include LEXP_cast register refs when slicing the specification
Alasdair Armstrong
2019-10-31
Allow sail to be scripted using sail
Alasdair
2019-10-25
Allow interactive commands to be setup outside isail.ml
Alasdair Armstrong
2019-10-14
Add -Ofixed_int and -Ofixed_bits to assume fixed-precision ints and bitvector...
Alasdair Armstrong
2019-08-02
Fix all warnings (except for two lem warnings)
Alasdair Armstrong
2019-06-13
Add AST for greater-than and less-than constraints
Brian Campbell
2019-05-24
Add a :thin_slice command to isail to isolate a given set of functions
Brian Campbell
2019-05-20
Filter termination measures during slicing
Brian Campbell
2019-05-20
Speed up graph construction by always keeping graph in normalized form
Brian Campbell
2019-05-14
Add feature that allows functions to require type variables are constant
Alasdair Armstrong
2019-03-27
C: Generate C from sliced specifications
Alasdair Armstrong
2019-03-26
Rewriter: Expose rewrite passes to interactive mode
Alasdair Armstrong
2019-03-06
Improve AST slicing
Alasdair Armstrong
2019-03-06
Add option to slice out printing and tracing functions when generating C
Alasdair Armstrong
2019-03-01
WIP: Start working on being able to slice single instructions out of specs
Alasdair Armstrong