index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-06-07
Fixes and additions to c builtins needed to pass mips test suite. bv_ts shoul...
Robert Norton
2018-06-07
Fix a small bug in monomorphisation
Thomas Bauereiss
2018-06-07
Fix Lem build of RISC-V
Thomas Bauereiss
2018-06-07
Merge pull request #14 from lastland/sail2
Alasdair Armstrong
2018-06-06
Fix a typo.
Yao Li
2018-06-07
Add a constant folding optimization pass
Alasdair
2018-06-06
Factor utility functions for IR into separate file and struct update optimiza...
Alasdair Armstrong
2018-06-06
Some additional fixes to C backend. Re-enable primitive optimizations.
Alasdair Armstrong
2018-06-06
Some work on improving error messages
Alasdair Armstrong
2018-06-04
Add the htif exit command, a top-level function to initialize the riscv platf...
Prashanth Mundkur
2018-06-04
Uncomment the clint implementation in riscv_platform.
Prashanth Mundkur
2018-06-04
Update sail C library
Alasdair Armstrong
2018-06-04
Fix an issue with riscv_platform involving flow typing
Alasdair Armstrong
2018-06-04
Fix bug with function return types in C backend
Alasdair Armstrong
2018-06-04
Add mips.c target in Makefile. Currently triggers assertion failure in c_back...
Robert Norton
2018-06-04
switch to using a Map data structure for cheri tags in ocaml backend. This so...
Robert Norton
2018-06-04
cheri: print debug trace info to stderr to keep it separate from uart output.
Robert Norton
2018-06-04
Re-generate aarch64 spec, fixing an issue with Replicate
Alasdair Armstrong
2018-06-04
Use Util.split_on_char in sail_lib.ml
Alasdair Armstrong
2018-06-04
Merge branch 'arichardson-patch-1' into sail2
Robert Norton
2018-06-04
add missing semi colon in arichardsons patch.
Robert Norton
2018-06-04
Merge branch 'patch-1' of https://github.com/arichardson/sail into arichardso...
Robert Norton
2018-05-31
Fix for Jenkins build
Alasdair Armstrong
2018-05-31
Fixes to get ARM u-boot working in Sail.
Alasdair Armstrong
2018-05-31
Some tweaks to ocaml compilation and sail_lib for ARM with system registers
Alasdair Armstrong
2018-05-31
Add auxiliary script to Holmakefile
Ramana Kumar
2018-05-31
Add some HOL4 termination proofs for state.lem
Ramana Kumar
2018-05-31
Also dump the cap hwregs in dump_cp2_state
Alexander Richardson
2018-05-30
Fix typo in install instructions
Alasdair Armstrong
2018-05-30
Update INSTALL.md
Alasdair Armstrong
2018-05-28
Coq: merge some implicit variables from axioms with arguments
Brian Campbell
2018-05-28
Coq: add back tests with undefined functions
Brian Campbell
2018-05-28
Coq: prefer simple binders over patterns
Brian Campbell
2018-05-28
Coq: add option to produce axioms for unimplemented functions
Brian Campbell
2018-05-28
Coq: proper printing of nexps
Brian Campbell
2018-05-25
Coq: fill in some built-ins
Brian Campbell
2018-05-25
Use paged memory storage for ocaml backend memory. This is slightly slower (<...
Robert Norton
2018-05-25
allow loading multiple raw files in ocaml main backend to allow kernel and dt...
Robert Norton
2018-05-24
Revert "Allow instantiation of type or order type variables without kind decl...
Brian Campbell
2018-05-24
Check kinds of type variables while checking well-formedness of types
Brian Campbell
2018-05-24
Coq: need None special case here, too
Brian Campbell
2018-05-24
Coq: solve more constraints
Brian Campbell
2018-05-24
Help launch coqide
Brian Campbell
2018-05-24
Import (rather hacky) Coq Sail libraries
Brian Campbell
2018-05-24
Coq: record conditionals in the context for constraint solving
Brian Campbell
2018-05-23
Fix incorrect channel in dtc i/o.
Prashanth Mundkur
2018-05-23
A couple of missing >= 0 constraints on vector handling functions
Brian Campbell
2018-05-23
Coq: Implement the most basic merging of type- and term-level parameters
Brian Campbell
2018-05-23
Fix riscv build for older versions of ocamlbuild (e.g. 4.02.3) by copying pla...
Robert Norton
2018-05-22
Fix one part of cast introduction, leave another for later
Brian Campbell
[next]