index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
specialize.ml
Age
Commit message (
Expand
)
Author
2018-06-06
Some work on improving error messages
Alasdair Armstrong
2018-05-31
Fixes to get ARM u-boot working in Sail.
Alasdair Armstrong
2018-04-18
Rename BK_nat to BK_int to be consistent with source syntax
Alasdair Armstrong
2018-03-22
Fix C compilation for CHERI and MIPS
Alasdair Armstrong
2018-03-13
Polymorphic option types now compile to C
Alasdair Armstrong
2018-03-09
Specialise constructors for polymorphic unions
Alasdair Armstrong
2018-03-05
Fix specialisation pass to handle polymorphic substitutions
Alasdair Armstrong
2018-02-19
Have generic vectors working in C backend
Alasdair Armstrong
2018-02-15
List support in C backend
Alasdair Armstrong
2018-02-07
Have exceptions working in C backend
Alasdair Armstrong
2018-01-23
Started working on C backend for sail
Alasdair Armstrong
2018-01-22
Added rewriter that specializes all function calls in a specification.
Alasdair Armstrong
2018-01-18
Modified unification so Type_check.instantiation_of works after sizeof rewriting
Alasdair Armstrong