index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
monomorphise.ml
Age
Commit message (
Expand
)
Author
2019-01-31
Fix an unnecessary cast insertion on assignments
Brian Campbell
2019-01-31
Turn on cast insertion for -lem_mwords and revert b826df25
Brian Campbell
2019-01-31
Drop type annotations in top-level nexp rewriting in favour of valspecs
Brian Campbell
2019-01-31
Make cast insertion handle more complex nexps and pushing casts into blocks
Brian Campbell
2019-01-31
Monomorphisation: improve cast insertion and nexp rewriting on variants
Brian Campbell
2019-01-31
Support case splitting on variables as well as sizeof in cast introduction
Brian Campbell
2019-01-25
Monomorphisation: update a built-in name
Brian Campbell
2018-12-13
Remove redundant zero extensions more aggressively in mono rewrites
Thomas Bauereiss
2018-12-12
Generalise existentials for non-integer type variables
Alasdair
2018-12-12
Remove KOpt_none constructor
Alasdair
2018-12-10
Various changes:
Alasdair Armstrong
2018-12-08
Compiling again
Alasdair
2018-12-06
Re-factor initial check
Alasdair Armstrong
2018-12-04
Remove FES_Fexps constructor
Alasdair Armstrong
2018-12-04
Simplify kinds in the AST
Alasdair Armstrong
2018-11-30
Remove constraint synonyms
Alasdair Armstrong
2018-10-31
Remove Parse_ast.Int, add unique locations
Alasdair Armstrong
2018-10-31
Rename Reporting_basic to Reporting
Alasdair Armstrong
2018-10-31
Improve error messages for unsolved function quantifiers
Alasdair Armstrong
2018-10-11
Change the function type in the AST
Alasdair
2018-08-31
fix some compiler warnings
Jon French
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-08-07
Improve cast introduction for Lem
Brian Campbell
2018-08-03
Fix existential variable problems in monomorphisation
Brian Campbell
2018-07-27
Remove unused U_effect constructor
Alasdair Armstrong
2018-07-27
Make type annotations abstract in type_check.mli
Alasdair Armstrong
2018-07-26
Some tweaks to not and or patterns
Alasdair Armstrong
2018-07-26
Patterns: add or and not patterns
Alastair Reid
2018-07-25
Remove unused internal AST nodes
Alasdair Armstrong
2018-07-24
Move monomorphisation after mapping rewrites
Brian Campbell
2018-06-07
Fix a small bug in monomorphisation
Thomas Bauereiss
2018-06-06
Some work on improving error messages
Alasdair Armstrong
2018-05-22
Fix one part of cast introduction, leave another for later
Brian Campbell
2018-05-11
More builtin names in constant propagation
Brian Campbell
2018-05-11
Actually use the correct type for singleton rewriting this time
Brian Campbell
2018-05-11
Be much more careful to introduce the right bitvector casts to the right sizes
Brian Campbell
2018-05-11
Handle automatic existential unpacking in function application in mono analysis
Brian Campbell
2018-05-11
Use type from funcl in singleton rewriting
Brian Campbell
2018-05-04
Add support for top-level values to monomorphisation singleton rewrite
Brian Campbell
2018-05-04
Fix mono cast introduction to avoid a checking to inference change
Brian Campbell
2018-05-04
Start updating monomorphisation
Brian Campbell
2018-04-20
Have sign_extend in common Sail Lem library, use it and zero_extend in
Brian Campbell
2018-04-19
Gloss over UInt/unsigned name difference in monomorphisation
Brian Campbell
2018-04-18
Rename BK_nat to BK_int to be consistent with source syntax
Alasdair Armstrong
2018-04-17
Fix slicing in constant propagation
Brian Campbell
2018-04-12
Fill in some minor missing cases in monomorphisation
Brian Campbell
2018-04-11
Use more robust method of finding deps of new tyvars in mono analysis
Brian Campbell
2018-04-11
Make the atom to singleton type rewriter replace literals with guards
Brian Campbell
2018-04-10
Avoid rejecting reasonable pattern matches in monomorphisation
Brian Campbell
[next]