index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.mli
Age
Commit message (
Expand
)
Author
2019-11-07
Backport fixes to SMT generation from poly_mapping branch
Alasdair Armstrong
2019-10-31
Allow sail interactive toplevel to connect to a running QEMU instance using G...
Alasdair Armstrong
2019-05-22
Move Util.warn to Reporting, and make it take the location as a parameter
Alasdair Armstrong
2019-04-11
SMT: Add property and counterexample directive
Alasdair Armstrong
2019-03-11
Improve ocamldoc comments
Alasdair Armstrong
2019-03-09
C: Fix miscompilation of constrained struct field access
Alasdair
2019-01-11
Updates for sail-arm release
Alasdair Armstrong
2019-01-10
Fixes so 8.5 with vector instructions compiles to C
Alasdair Armstrong
2018-11-09
Improvements to latex generation
Alasdair Armstrong
2018-11-06
Fix bug with loop indices not being mapped to int64 in C
Alasdair Armstrong
2018-11-01
Changes to enable analysing type errors in ASL parser
Alasdair Armstrong
2018-10-24
Add constraint synonyms
Alasdair Armstrong
2018-05-31
Fixes to get ARM u-boot working in Sail.
Alasdair Armstrong
2018-03-14
WIP Latex formatting
Alasdair Armstrong
2018-03-02
Use sail_lib.lem values in C backend
Alasdair Armstrong
2018-02-13
Support for large bitvector literals in C backend
Alasdair Armstrong
2018-02-08
Can now generate control flow graphs with C backend
Alasdair Armstrong
2018-01-30
Updates to C backend
Alasdair Armstrong
2018-01-25
Add pattern completness check for match statements
Alasdair Armstrong
2018-01-25
Add simple conditional processing and file include
Alasdair Armstrong
2018-01-23
Started working on C backend for sail
Alasdair Armstrong
2018-01-03
Updates to interpreter
Alasdair Armstrong
2017-12-11
Prototype interactive mode for sail.
Alasdair Armstrong
2017-12-06
Merge remote branch 'experiments' into experiments
Thomas Bauereiss
2017-12-06
Make AST after rewriting for Lem backend type-checkable
Thomas Bauereiss
2017-12-05
Update license headers for Sail source
Alasdair Armstrong
2017-11-16
Fixed some longstanding issues regarding constraints on type constructors.
Alasdair Armstrong
2017-11-10
Fixed some tricky typechecking bugs
Alasdair Armstrong
2017-11-08
Allow functions to be selectively declared external only for some backends
Thomas Bauereiss
2017-09-02
Various fixes for Hexapod
Thomas Bauereiss
2017-08-29
Improve flow typing
Thomas Bauereiss
2017-07-26
Experimental existentials in function calls
Alasdair Armstrong
2017-07-15
Add version of rewriter for new typechecker
Thomas Bauereiss
2017-07-05
Added split_on_char as a utility function in Util.ml, and replaced usage in s...
Alasdair Armstrong
2017-07-03
Cleanup, and add support for variable bindings in bitvector patterns
Thomas Bauereiss
2017-02-03
fix headers
Peter Sewell
2015-10-20
Fixing bugs in pretty printer to ocaml
Kathy Gray
2015-09-06
Improved type system, so that it catches int where there should be nat
Kathy Gray
2015-04-14
Get power.sail compiling to Lem again
Kathy Gray
2013-08-07
Starting checks and translation from parse_ast to ast, including an internal ...
Kathy Gray