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
2019-01-29
Add an option to crudely slice a function out of a Sail model
Brian Campbell
2019-01-08
Improvements for v85
Alasdair Armstrong
2018-12-26
More cleanup
Alasdair Armstrong
2018-12-26
Some cleanup
Alasdair Armstrong
2018-12-12
Generalise existentials for non-integer type variables
Alasdair
2018-12-11
Fix most remaining tests on branch
Alasdair
2018-12-08
Compiling again
Alasdair
2018-12-04
Simplify kinds in the AST
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-18
Correctly specialise type annotation in polymorphic functions
Alasdair
2018-08-13
Remove old specialisation code in specialize.ml
Alasdair
2018-08-02
Start working on a solution for correctly monomorphising polymorphic variant ...
Alasdair Armstrong
2018-07-27
Remove unused U_effect constructor
Alasdair Armstrong
2018-06-28
Add tagged memory to C rts to cheri can be compiled to C
Alasdair Armstrong
2018-06-27
RTS: Add support for __ListConfig
Alastair Reid
2018-06-27
Make sure __SetConfig gets included in generated code
Alasdair Armstrong
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