index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
constant_propagation.ml
Age
Commit message (
Expand
)
Author
2020-09-29
Refactor: Change AST type from a union to a struct
Alasdair
2020-09-28
Refactor: Rename 'a defs to 'a ast
Alasdair
2020-04-21
Take kid synonyms into account when propagating constants
Thomas Bauereiss
2020-04-21
Various monomorphisation fixes
Thomas Bauereiss
2019-07-11
Make sure constant folding won't fold external definitions that also have sai...
Alasdair Armstrong
2019-06-04
Remove unused AST constructor
Alasdair Armstrong
2019-05-06
Handle type variables generated while inferring applications in monomorphisation
Brian Campbell
2019-05-06
Calculate some type variable substitutions during constant propagation
Brian Campbell
2019-05-06
Handle global constants in monomorphisation
Brian Campbell
2019-04-26
More constructor monomorphisation support
Brian Campbell
2019-04-25
Get basic constructor monomorphisation working again
Brian Campbell
2019-04-15
Merge branch 'sail2' of github.com:rems-project/sail into sail2
Jon French
2019-04-15
Merge branch 'sail2' into rmem_interpreter
Jon French
2019-04-15
Basic loop termination measures for Coq
Brian Campbell
2019-04-06
Various bugfixes and improvements
Alasdair
2019-03-26
Constant-fold __size calls if possible
Thomas Bauereiss
2019-03-21
Revert some constant propagation experimentation
Thomas Bauereiss
2019-03-15
Don't constant-fold undefined_X functions in monomorphisation
Thomas Bauereiss
2019-03-15
Add a rewriting pass for constant propagation in mutrecs
Thomas Bauereiss
2019-03-07
Remove more dead branches
Thomas Bauereiss
2019-03-07
Also remove impossible if-branches
Thomas Bauereiss
2019-03-07
Add a rewrite to remove impossible cases on integer literals
Brian Campbell
2019-03-07
Simplify handling of referenced variables in constant propagation
Brian Campbell
2019-03-07
Extract constant propagation and related functions from monomorphisation.
Brian Campbell