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-02-08
Some perl for automating some of sail->sail2 porting. Does not even attempt t...
Robert Norton
2018-02-08
Add (most of) the bitvector cast insertion transformation
Brian Campbell
2018-02-07
Setup test suite for C backend
Alasdair Armstrong
2018-02-07
Remove warnings during re-writing
Alasdair Armstrong
2018-02-07
Have exceptions working in C backend
Alasdair Armstrong
2018-02-07
Add some printing functions to Lem shallow embedding
Thomas Bauereiss
2018-02-06
Fixed some bugs in the RVC spec; the rvc test now passes.
Prashanth Mundkur
2018-02-06
Add a system initialization function. For now, it merely initializes support...
Prashanth Mundkur
2018-02-06
Compile union types in C backend
Alasdair Armstrong
2018-02-06
Fix lexer so operators cannot start with /* or //
Alasdair Armstrong
2018-02-06
immediate for CIncOffsetImmediate must be treated as signed (fixes test_cp2_r...
Robert Norton
2018-02-06
fix backwards arguments to pow2.
Robert Norton
2018-02-06
some prettyfying of riscv: replace regbits/bits(64) with xlenbits and use ove...
Robert Norton
2018-02-06
Add remaining RVC instructions.
Prashanth Mundkur
2018-02-06
Make small change to improve readability of riscv duopod
Alasdair Armstrong
2018-02-06
Work on handling exceptions in C backend
Alasdair Armstrong
2018-02-06
note existence of sail2 in README
Peter Sewell
2018-02-06
Add aux constructor to type patterns for consistency
Alasdair Armstrong
2018-02-06
Improve destructuring existential types
Alasdair Armstrong
2018-02-05
Merge changes to type_check.ml
Alasdair Armstrong
2018-02-05
Add typ patterns for destructuring existentials
Alasdair Armstrong
2018-02-05
Allow type variables to be introduced by global let bindings.
Alasdair Armstrong
2018-02-05
riscv: slightly prettier register trace output
Robert Norton
2018-02-05
squash a warning.
Robert Norton
2018-02-02
Added remaining compressed instructions in Quadrant 0 and 1, Quadrant 2 remains.
Prashanth Mundkur
2018-02-02
Add M extension to RISCV. Slightly inelegant implementation for now but passi...
Robert Norton
2018-02-02
Extra nexp simplification
Brian Campbell
2018-02-02
Add arithmetic shift right for aarch64 mono
Brian Campbell
2018-02-02
Move exp_lift_assign rewrite after fixing effects and retypechecking
Brian Campbell
2018-02-02
When cutting functions short at assertions, put an exit to correct types
Brian Campbell
2018-02-02
Also rewrite boolean terms in asserts during monomorphisation
Brian Campbell
2018-02-02
Add aarch64 duopod...
Alasdair Armstrong
2018-02-02
Add some more compressed instruction specs, and slightly clean up previous ones.
Prashanth Mundkur
2018-02-02
Allow global type variables
Alasdair Armstrong
2018-02-01
More work on C compilation
Alasdair Armstrong
2018-02-01
Fix atom -> itself transformation when clauses feature different set of sizes
Brian Campbell
2018-02-01
Curtail function bodies at known-false assertions during mono
Brian Campbell
2018-02-01
Proper substitution and propagation of size from last commit
Brian Campbell
2018-02-01
Substitute extra size case splits into body in monomorphisation
Brian Campbell
2018-02-01
Make mono add case expressions for size tyvars without a corresponding arg
Brian Campbell
2018-02-01
Use the recursive execute for c.addi4spn.
Prashanth Mundkur
2018-02-01
badaddr is a misleading name, since it could contain what the PC points to fo...
Prashanth Mundkur
2018-02-01
Comment out special casing of execute function in Lem pretty-printer
Thomas Bauereiss
2018-02-01
riscv: avoid name clash with global function 'unsigned'.
Robert Norton
2018-02-01
Fix a bug where local variables could shadow functions
Alasdair Armstrong
2018-02-01
More work on running sail tests compiled to C
Alasdair Armstrong
2018-02-01
Remove trace viewer application from repository
Alasdair Armstrong
2018-02-01
Can now compile some simple sail programs to C
Alasdair Armstrong
2018-02-01
Clean up riscv_duopod sail and add make targets for ocaml and Isabelle.
Robert Norton
2018-02-01
Add c.addi4spn.
Prashanth Mundkur
[next]