index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gen_lib
/
sail_operators_mwords.lem
Age
Commit message (
Expand
)
Author
2018-06-14
rename all lem support files to sail2_foo to avoid conflict with sail1 in rmem
Jon French
2018-05-11
Remove buggy bit list comparison functions from Lem library
Thomas Bauereiss
2018-05-09
Run ARM built-in tests for Lem backend (via OCaml)
Thomas Bauereiss
2018-04-20
Have sign_extend in common Sail Lem library, use it and zero_extend in
Brian Campbell
2018-04-18
Add some lemmas about bitvectors
Thomas Bauereiss
2018-04-17
Move some Lem library vector operations so that we also have mword versions
Brian Campbell
2018-03-22
Tune Lem pretty-printing
Thomas Bauereiss
2018-03-14
Machine words extract/update operations arguments are the other way around
Brian Campbell
2018-03-14
Fix Lem generation for CHERI-MIPS and Aarch64
Thomas Bauereiss
2018-03-14
Make partiality more explicit in library functions of Lem shallow embedding
Thomas Bauereiss
2018-02-27
Get MIPS translated to Lem
Thomas Bauereiss
2018-02-15
Re-engineer prompt monad of Lem shallow embedding
Thomas Bauereiss
2018-02-07
Add some printing functions to Lem shallow embedding
Thomas Bauereiss
2018-01-31
Export arithmetic shift right from Lem library
Thomas Bauereiss
2018-01-31
Add wrappers around Lem operators using bitvector type class
Thomas Bauereiss
2017-12-12
Add a few helper functions for bit lists
Thomas Bauereiss
2017-11-07
Declare prelude functions as extern
Thomas Bauereiss
2017-11-01
Support bitvector-size-parametric functions in Lem output
Brian Campbell
2017-10-25
Avoid name clash in generated Lem
Brian Campbell
2017-10-18
Merge branch 'experiments' of Peter_Sewell/sail into mono-experiments
Brian Campbell
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-06
Implement replicate_bits for mwords
Brian Campbell
2017-10-02
Merge branch 'experiments' into mono-experiments
Brian Campbell
2017-09-29
Some more refactoring of Sail library
Thomas Bauereiss
2017-09-04
Merge branch 'experiments' of bitbucket.org:Peter_Sewell/sail into mono-exper...
Brian Campbell
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-28
Eta expand lem for OCaml generation
Brian Campbell
2017-08-28
Correct indexing and equality for bitvectors
Brian Campbell
2017-08-24
Begin refactoring Sail library
Thomas Bauereiss