index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vector_inc.sail
Age
Commit message (
Expand
)
Author
2020-02-24
Allow overloading of subrange builtins for non-bitvectors
Thomas Bauereiss
2019-05-17
Experiment with making vector and bitvector distinct types
Alasdair Armstrong
2018-12-28
Merge branch 'sail2' into rmem_interpreter
Jon French
2018-11-20
Add full constraints for vector updates
Brian Campbell
2018-11-19
Add missing constraints on bitvector_access, with regression test.Fixes #24.
Robert Norton
2018-10-24
Interpreter: don't silently use OCaml externs, only interpreter externs
Jon French
2018-06-25
Coq: automatic cast introduction
Brian Campbell
2018-06-22
Precise bitvector subrange functions for Coq.
Brian Campbell
2018-06-18
Separate bitvector access/update from generic vector access in std prelude
Brian Campbell
2018-06-08
Fill in most Coq built-ins
Brian Campbell
2018-06-08
Add missing Coq builtin info to vector_inc
Brian Campbell
2018-05-25
Coq: fill in some built-ins
Brian Campbell
2018-05-23
A couple of missing >= 0 constraints on vector handling functions
Brian Campbell
2018-04-05
Add generic prelude library that pulls in various basic sail
Alasdair Armstrong