index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rewrites.ml
Age
Commit message (
Expand
)
Author
2018-12-29
Add separate termination_measure declarations
Brian Campbell
2018-12-13
Merge remote-tracking branch 'origin/sail2' into asl_flow
Alasdair
2018-12-12
Move much of recursive function termination to a rewrite
Brian Campbell
2018-12-12
Add a test case for various simple boolean properties
Alasdair Armstrong
2018-12-12
Generalise existentials for non-integer type variables
Alasdair
2018-12-11
Initial attempt at using termination measures in Coq
Brian Campbell
2018-12-10
Various changes:
Alasdair Armstrong
2018-12-08
Compiling again
Alasdair
2018-12-07
Working on better flow typing for ASL
Alasdair Armstrong
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-19
Don't re-check AST repeatedly in exp_lift_assign re-write
Alasdair Armstrong
2018-11-19
Ensure sizeof re-writing occurs for configuration registers
Alasdair Armstrong
2018-11-16
Various bugfixes and a simple profiling feature for rewrites
Alasdair Armstrong
2018-10-31
Add rewriting pass for not-patterns
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-22
Coq: work around constructors with tupled arguments
Brian Campbell
2018-10-16
rewrites: remove now-unnecessary temporary string hack from rewrite_defs_pat_...
Jon French
2018-10-11
Change the function type in the AST
Alasdair
2018-10-04
rename stringappend ids for more readable generated code
Jon French
2018-10-01
Extend Coq pattern match completeness rewrite to let patterns
Brian Campbell
2018-10-01
New rewriting pass toplevel_string_append
Jon French
2018-09-28
Fix optimisation bug for certain if statements
Alasdair Armstrong
2018-09-19
Coq: track changes elsewhere
Brian Campbell
2018-09-19
rewrite_defs_pat_string_append: fix bug with guarded Some
Jon French
2018-09-17
Rewrites.rewrite_defs_mapping_patterns: emit an explicit type annotation on t...
Jon French
2018-09-13
C: Fix an issue with assigning to unitialized variables at end of blocks
Alasdair Armstrong
2018-09-12
Jenkins: Fix deprecation warnings
Alasdair Armstrong
2018-09-04
Add a rewrite to minimise the number of functions marked as recursive
Brian Campbell
2018-08-31
rewrite_defs_pat_string_append: only guard the innermost recursive pattern, a...
Jon French
2018-08-31
mappings: Support for unidirectional mapping clauses
Jon French
2018-08-28
add __POS__ argument to Err_unreachable for better error reporting
Jon French
2018-08-24
Fix rewriter issues
Alasdair Armstrong
2018-08-24
support for P_or and P_not patterns in rewrite_defs_mapping_patterns
Jon French
2018-08-24
rewrite_defs_mapping_patterns: support for referring to mapping arguments in ...
Jon French
2018-08-24
pat_to_exp support for vector and string concat patterns; fix typing in exp_o...
Jon French
2018-08-24
rewrite_defs_pat_lits: rewrite away fewer lits when generating ocaml, for cle...
Jon French
2018-08-23
Fix interpreter after re-writer change
Alasdair Armstrong
2018-08-23
Move vector_string_to_bit_list from its odd place in Rewriter.rewrite_pat to ...
Jon French
2018-08-22
Fix a bug in nested vector concatenation patterns
Alasdair Armstrong
2018-08-22
Revert "rewrite_defs_pat_lits: add an explicit type annotation around generat...
Jon French
2018-08-22
rewrite_defs_pat_lits: add an explicit type annotation around generated id pa...
Jon French
2018-08-17
Extend guarded patterns rewriting to exception catching
Brian Campbell
2018-08-16
Add the type an expression was checked against to tannots, and use for Coq
Brian Campbell
2018-08-13
Coq: drop redundant final wildcard clauses
Brian Campbell
2018-08-13
Guarded clauses rewrite: variable patterns subsume enums
Brian Campbell
2018-08-12
Coq: handle enums in binders, make top-level patterns exhaustive
Brian Campbell
2018-08-07
Fix propagation of overly-specific types in early_return rewrite
Brian Campbell
[next]