index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-11-01
Interpreter: last couple of builtins to get RISC-V working
Jon French
2018-10-31
Add rewriting pass for not-patterns
Alasdair Armstrong
2018-10-31
Remove Parse_ast.Int, add unique locations
Alasdair Armstrong
2018-10-31
Rename Reporting_basic to Reporting
Alasdair Armstrong
2018-10-31
Add helper functions in Sail Lem library
Thomas Bauereiss
2018-10-31
Monad refactoring in Lem shallow embedding
Thomas Bauereiss
2018-10-31
Improve error messages for unsolved function quantifiers
Alasdair Armstrong
2018-10-29
Pretty printer tweaks for ASL parser
Alasdair Armstrong
2018-10-24
Add constraint synonyms
Alasdair Armstrong
2018-10-24
Interpreter, RISC-V: move memory actions to parts of the interpreter response...
Jon French
2018-10-24
Interpreter: add handling of undefs and sizeofs, and initialize registers to ...
Jon French
2018-10-24
Interpreter: improve error handling/messages
Jon French
2018-10-24
src/Makefile: add isail.byte target for debugging interpreter
Jon French
2018-10-24
Interpreter: don't silently use OCaml externs, only interpreter externs
Jon French
2018-10-22
Coq: use function type more carefully in untupling
Brian Campbell
2018-10-22
Coq: work around constructors with tupled arguments
Brian Campbell
2018-10-22
Fix lem arguments for functions with tuple arguments
Alasdair Armstrong
2018-10-22
Merge branch 'sail2' into rmem_interpreter
Jon French
2018-10-22
Pretty_print_lem.untuple_args_pat: temporary hack to allow functions that act...
Jon French
2018-10-16
Merge branch 'sail2' into rmem_interpreter
Jon French
2018-10-16
Re-implement space-related mapping functions in Sail rather than backends
Jon French
2018-10-16
rewrites: remove now-unnecessary temporary string hack from rewrite_defs_pat_...
Jon French
2018-10-15
Ocaml backend: omit function definitions for externs
Jon French
2018-10-15
Interpreter: add new command :bin <addr> <file> to load raw binary into memory
Jon French
2018-10-11
Change the function type in the AST
Alasdair
2018-10-10
refer to Util.list_init.ml rather than List.init in sail_lib.ml
Christopher Pulte
2018-10-08
Interpreter: refactor get/put state into more fine-grained responses in the m...
Jon French
2018-10-08
Produce lists of constructors and ast building functions for test generation
Brian Campbell
2018-10-05
interpreter: Remove boxes (no longer used)
Jon French
2018-10-05
fix bug in infer_mpat losing types of identifiers inferred from other_env
Jon French
2018-10-04
Merge branch 'ocaml-instruction-generation' into sail2
Brian Campbell
2018-10-04
Bit of commentary, proper TODO error
Brian Campbell
2018-10-04
rename stringappend ids for more readable generated code
Jon French
2018-10-03
Drop unnecessary thunking; more trouble than it's worth
Brian Campbell
2018-10-02
Tidy up some whitespace
Brian Campbell
2018-10-02
Clean up generator pretty printing
Brian Campbell
2018-10-02
Remove some old debugging messages
Brian Campbell
2018-10-02
Trigger random generator generation with a command line option
Brian Campbell
2018-10-02
Rough code to generate random instructions for testing
Brian Campbell
2018-10-01
Extend Coq pattern match completeness rewrite to let patterns
Brian Campbell
2018-10-01
New rewriting pass toplevel_string_append
Jon French
2018-09-28
Fix optimisation bug for certain if statements
Alasdair Armstrong
2018-09-27
Add new functions in ast_util.ml for working with locations
Alasdair Armstrong
2018-09-24
Coq: avoid variables called tt (the unit constant)
Brian Campbell
2018-09-24
Coq: add autocasts at monad returns
Brian Campbell
2018-09-20
Tidy up help text for a few options
Brian Campbell
2018-09-19
Coq: track changes elsewhere
Brian Campbell
2018-09-19
rewrite_defs_pat_string_append: fix bug with guarded Some
Jon French
2018-09-19
separate decimal_string_of_bits from string_of_bits
Jon French
2018-09-19
src/gen_lib/sail2_string.lem: more Lem monomorphisations for hex_bits_N_match...
Jon French
[prev]
[next]