index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vector_dec.sail
Age
Commit message (
Expand
)
Author
2019-02-07
Monomorphisation tweaks for v8.5
Thomas Bauereiss
2019-02-06
Fix some tests
Alasdair Armstrong
2018-12-14
Add truncateLSB builtin useful for implementing Cheri Concentrate. Also add b...
Robert Norton
2018-11-20
Add full constraints for vector updates
Brian Campbell
2018-11-19
Merge branch 'latex' into sail2
Robert Norton
2018-11-19
Add missing constraints on bitvector_access, with regression test.Fixes #24.
Robert Norton
2018-11-15
document signed and unsigned
Robert Norton
2018-11-09
Improvements to latex generation
Alasdair Armstrong
2018-07-07
Coq: precise generic vectors
Brian Campbell
2018-06-25
Coq: automatic cast introduction
Brian Campbell
2018-06-22
Precise bitvector subrange functions for Coq.
Brian Campbell
2018-06-21
Merge branch 'tracing' into sail2
Alasdair Armstrong
2018-06-19
Add elf parsing from Alastair
Alasdair Armstrong
2018-06-18
Separate bitvector access/update from generic vector access in std prelude
Brian Campbell
2018-06-14
Refactor C backend, and split RTS into multiple files
Alasdair
2018-06-11
actually fix exist_pattern test
Jon French
2018-06-08
Coq: add destructuring of atom existentials in patterns
Brian Campbell
2018-06-08
Fill in most Coq built-ins
Brian Campbell
2018-06-07
Rename some functions in vector_dec library file to avoid clashes with functi...
Robert Norton
2018-05-31
Fixes to get ARM u-boot working in Sail.
Alasdair Armstrong
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-05-09
Run ARM built-in tests for Lem backend (via OCaml)
Thomas Bauereiss
2018-05-03
Work in progress on the coq backend
Brian Campbell
2018-04-05
Fix precedence printing and update aarch64 spec
Alasdair Armstrong
2018-02-24
Fix C builtins
Alasdair Armstrong
2018-02-23
Fix some bugs in C compilation
Alasdair Armstrong
2018-02-22
More updates to C backend
Alasdair Armstrong
2018-02-19
Have generic vectors working in C backend
Alasdair Armstrong
2018-02-15
List support in C backend
Alasdair Armstrong
2018-02-13
Support for large bitvector literals in C backend
Alasdair Armstrong