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-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
2018-07-27
Make type annotations abstract in type_check.mli
Alasdair Armstrong
2018-07-27
Coq: patterns on bit literals
Brian Campbell
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-07-23
Coq: make all pattern matches in the output exhaustive
Brian Campbell
2018-07-12
Fix bug for large integers in OCaml compilation
Alasdair Armstrong
2018-07-09
Fix bug in rewriting of try-catch-blocks with variable updates
Thomas Bauereiss
2018-07-09
Tweak rewriting of literal patterns for Lem
Thomas Bauereiss
2018-07-09
Add explanatory comment to guard rewriting
Thomas Bauereiss
2018-07-03
Fix letbind_effects on LEXP_deref with an effectful subexpression
Brian Campbell
2018-06-26
In guarded pattern rewriting, irrefutable patterns subsume wildcards
Brian Campbell
[next]