index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pretty_print_lem.ml
Age
Commit message (
Expand
)
Author
2017-11-16
Remove unused Typ_wild constructor
Alasdair Armstrong
2017-11-08
Allow functions to be selectively declared external only for some backends
Thomas Bauereiss
2017-11-08
Allow for different extern names for different backends
Alasdair Armstrong
2017-11-03
Make sure simple parameter sizes appear in Lem mwords output
Brian Campbell
2017-11-02
Merge branch 'experiments'
Thomas Bauereiss
2017-11-02
Optionally generate an initial register state for the sequential Lem shallow ...
Thomas Bauereiss
2017-11-02
Fix translation of repeat-until loops to Lem
Thomas Bauereiss
2017-11-01
Support bitvector-size-parametric functions in Lem output
Brian Campbell
2017-11-01
Fix some missing nexp simplification in Lem output
Brian Campbell
2017-10-31
Pretty-print Sail assertions in Lem
Thomas Bauereiss
2017-10-31
Remove redundant nexp simplification function
Thomas Bauereiss
2017-10-26
Experiment with pretty-printing non-atomic nexps in Lem
Thomas Bauereiss
2017-10-25
Allow mutually recursive functions
Thomas Bauereiss
2017-10-24
Print type annotations in Lem with type variables
Brian Campbell
2017-10-24
Limit quantifiers printed in Lem to type variables that actually
Brian Campbell
2017-10-24
Handle existential types in Lem backend by stripping them and
Brian Campbell
2017-10-24
Remove special case for boolean (as opposed to bool)
Brian Campbell
2017-10-23
Merge branch 'experiments' into mono-experiments
Brian Campbell
2017-10-19
Fix pretty-printing of type abbreviation definitions with arguments
Thomas Bauereiss
2017-10-19
Mangle names with '#' characters in Lem pretty-printing
Thomas Bauereiss
2017-10-19
Rewrite undefined values, add type annotations to early returns
Thomas Bauereiss
2017-10-19
Follow AST changes in (Lem) pretty-printers
Thomas Bauereiss
2017-10-18
Merge branch 'experiments' of Peter_Sewell/sail into mono-experiments
Brian Campbell
2017-10-13
Fix some bugs that surfaced in the ASL export
Thomas Bauereiss
2017-10-13
Name (bit)vector operations more explicitly
Thomas Bauereiss
2017-10-13
Add support for real numbers to Lem backend
Thomas Bauereiss
2017-10-13
Improve debugging output
Thomas Bauereiss
2017-10-06
Produce type signatures in Lem output
Brian Campbell
2017-10-04
Merge branch 'cleanup' into experiments
Alasdair Armstrong
2017-10-03
Fixes to new parser
Alasdair Armstrong
2017-09-29
Support vector registers (other than bitvectors)
Thomas Bauereiss
2017-09-29
Merge branch 'experiments' of bitbucket.org:Peter_Sewell/sail into experiments
Thomas Bauereiss
2017-09-29
Some more refactoring of Sail library
Thomas Bauereiss
2017-09-27
Add while-loops to Lem backend
Thomas Bauereiss
2017-09-21
Refactored AST valspecs into single constructor
Alasdair Armstrong
2017-09-21
Simplify AST by removing LB_val_explicit and replace LB_val_implicit with jus...
Alasdair Armstrong
2017-09-21
Cleaning up the AST and removing redundant and/or unused nodes
Alasdair Armstrong
2017-09-14
Fix some more test cases
Thomas Bauereiss
2017-09-14
Fix a regression when writing to a register via a reference in a vector such ...
Thomas Bauereiss
2017-09-02
Various fixes for Hexapod
Thomas Bauereiss
2017-09-02
Remove dependency of state.lem on bitvector operations
Thomas Bauereiss
2017-08-29
Make Lem export of CHERI(-256) typecheck
Thomas Bauereiss
2017-08-24
Begin refactoring Sail library
Thomas Bauereiss
2017-08-18
Fixed a bug where sizeof re-writing fail for aliased type arguments
Alasdair Armstrong
2017-08-17
Add support for register types other than bitvector to state monad
Thomas Bauereiss
2017-08-15
Removed Typ_arg_effect - nobody used it and it isn't supported by the backends.
Alasdair Armstrong
2017-08-15
Improve and simplify handling of mutable local variables
Thomas Bauereiss
2017-08-10
Add support for early return to Lem backend
Thomas Bauereiss
2017-08-09
Pretty-print some more type annotations
Thomas Bauereiss
2017-08-08
Fix Lem bindings in test cases
Thomas Bauereiss
[next]