index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
arith.sail
Age
Commit message (
Expand
)
Author
2020-06-17
Coq: implement shl_int_1
Brian Campbell
2020-05-21
Merge branch 'sail2' into mono-tweaks
Alasdair
2020-04-28
Add flooring division in prelude
Alasdair
2020-04-21
Add support for some ASL idioms in mono rewrites
Thomas Bauereiss
2019-08-29
Turn the two abs_int declarations into overloads
Brian Campbell
2019-06-12
Fix Lem binding for abs_int
Thomas Bauereiss
2019-06-06
Fix tdiv_int and tmod_int bindings for Lem
Thomas Bauereiss
2019-05-29
Coq: need a proof for _shr32
Brian Campbell
2019-04-16
Coq: tdiv builtins
Brian Campbell
2019-04-16
Coq: add specialised shifts
Brian Campbell
2019-04-15
Merge branch 'sail2' into rmem_interpreter
Jon French
2019-03-22
Tidy up of div and mod operators (C implementation was previously inconsisten...
Robert Norton
2019-03-04
Merge branch 'sail2' into rmem_interpreter
Jon French
2019-02-25
Fix some builtins, and make mod_int return natural
Alasdair Armstrong
2019-02-13
Merge branch 'sail2' into rmem_interpreter
Jon French
2019-02-06
Fix some tests
Alasdair Armstrong
2019-01-29
Fixes for full v8.5
Alasdair Armstrong
2018-12-28
Merge branch 'sail2' into rmem_interpreter
Jon French
2018-11-30
Parser tweaks and fixes
Alasdair Armstrong
2018-11-16
Various bugfixes and a simple profiling feature for rewrites
Alasdair Armstrong
2018-11-13
Make pretty printer stricter with brace placement
Alasdair Armstrong
2018-10-24
Interpreter: don't silently use OCaml externs, only interpreter externs
Jon French
2018-09-04
C: Tweaks to RISC-V to get compiling to C
Alasdair Armstrong
2018-06-15
Fixes for C RTS for aarch64 no it's split into multiple files
Alasdair Armstrong
2018-06-08
Fill in most Coq built-ins
Brian Campbell
2018-05-31
Fixes to get ARM u-boot working in Sail.
Alasdair Armstrong
2018-05-09
Fix an issue with C compilation
Alasdair Armstrong
2018-04-05
Fix precedence printing and update aarch64 spec
Alasdair Armstrong
2018-04-05
Add generic prelude library that pulls in various basic sail
Alasdair Armstrong
2018-04-03
Added test cases for builtins
Alasdair Armstrong