index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gen_lib
/
prompt.lem
Age
Commit message (
Expand
)
Author
2017-11-02
Fix translation of repeat-until loops to Lem
Thomas Bauereiss
2017-10-31
Pretty-print Sail assertions in Lem
Thomas Bauereiss
2017-10-19
Make some potentially non-terminating library functions terminate
Thomas Bauereiss
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-08-24
Begin refactoring Sail library
Thomas Bauereiss
2017-08-08
Glue together Sail prelude and Lem library
Thomas Bauereiss
2017-06-21
Pretty-print bitvector expressions
Thomas Bauereiss
2017-05-24
added the exmem effect for AArch64 store-exclusive
Shaked Flur
2017-03-23
the interpreter/shallow expects little-endian memory-values
Shaked Flur
2016-12-09
sail changes for making lem embedding Isabelle-friendlier
Christopher Pulte
2016-11-27
make outcome_s contain the instruction state pretty print rather than the ins...
Christopher Pulte
2016-11-14
add option -lem_sequential for producing shallow embedding that refers to sta...
Christopher Pulte
2016-11-08
fixes
Christopher Pulte
2016-11-07
factor out regfp analysis types into etc/regfp.sail
Christopher Pulte
2016-10-28
shallow embedding progress
Christopher Pulte
2016-10-27
more shallow embedding fixes
Christopher Pulte
2016-10-21
shallow embedding progress
Christopher Pulte
2016-10-10
changed the way registers/register fields work, fixes, nicer names for new le...
Christopher Pulte
2016-10-06
move type definitions that both interpreter and shallow embedding use to sail...
Christopher Pulte
2016-09-30
fixes, update isntruction_analysis for NIAs and DIA
Christopher Pulte
2016-09-25
nicer lem output: no more unecessary 'unit' returns if if-expressions, for-lo...
Christopher Pulte
2016-09-23
sail-to-lem progress
Christopher Pulte
2016-09-21
fixes
Christopher Pulte
2016-09-19
sail-to-lem progress
Christopher Pulte
2016-09-07
push some lem pp changes
Christopher Pulte
2015-12-21
fixes, pp progress
Christopher
2015-12-15
better location information
Christopher
2015-12-03
added prompt.lem for connecting to concurrency model and {power,armv8}_extras...
Christopher Pulte