index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lem_interp
/
sail_impl_base.lem
Age
Commit message (
Expand
)
Author
2017-03-24
fixed endianness
Shaked Flur
2017-03-23
the interpreter/shallow expects little-endian memory-values
Shaked Flur
2017-02-08
put back the header into Sail_impl_base
Christopher Pulte
2017-02-08
pull in Shaked's type class instance changes, fix Ord and Eq instances
Christopher Pulte
2017-02-03
fix headers
Peter Sewell
2017-01-24
functionality for comparing handwritten analysis function with exhaustive int...
Christopher Pulte
2017-01-14
changes to enable interpreter exhaustive analysis in ppcmem again
Christopher Pulte
2016-12-09
sail changes for making lem embedding Isabelle-friendlier
Christopher Pulte
2016-12-01
move interpreter-specific types from Sail_impl_base to Interp_interface
Christopher Pulte
2016-11-30
add new barrier kind for MIPS (only one for now).
Robert Norton
2016-11-27
make outcome_s contain the instruction state pretty print rather than the ins...
Christopher Pulte
2016-11-09
move decode_error type back to Sail_impl_base for now
Christopher Pulte
2016-11-08
fixes
Christopher Pulte
2016-11-07
factor out regfp analysis types into etc/regfp.sail
Christopher Pulte
2016-11-05
fixes
Christopher Pulte
2016-10-25
shallow embedding fixes
Christopher Pulte
2016-10-24
fixes, check in Shaked's sail_impl_base changes
Christopher Pulte
2016-10-21
shallow embedding progress
Christopher Pulte
2016-10-19
remove effect list from instruction type
Christopher Pulte
2016-10-08
type class instance fixes
Christopher Pulte
2016-10-06
move type definitions that both interpreter and shallow embedding use to sail...
Christopher Pulte