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-11-19
prep for opam release with new latex.
Robert Norton
2018-11-19
Commit the Sail file for config register test not the output
Alasdair Armstrong
2018-11-19
Ensure sizeof re-writing occurs for configuration registers
Alasdair Armstrong
2018-11-19
Merge branch 'latex' into sail2
Robert Norton
2018-11-19
Add missing constraints on bitvector_access, with regression test.Fixes #24.
Robert Norton
2018-11-19
A few more constraint lemmas for aarch64
Brian Campbell
2018-11-16
Canonicalise functions types in val specs
Alasdair Armstrong
2018-11-16
Various bugfixes and a simple profiling feature for rewrites
Alasdair Armstrong
2018-11-15
document signed and unsigned
Robert Norton
2018-11-15
When outputing latex do not expand type synonyms in val specs during type check.
Robert Norton
2018-11-15
Add simple valspec printing in latex that drops effects and other extraneous ...
Robert Norton
2018-11-15
ast_utils: simplify numeric constraints in inequalities.
Robert Norton
2018-11-14
Use code style For [id] refs in doc comments.
Robert Norton
2018-11-14
latex: use callback macro saildocxxx (one per top-level category) to give use...
Robert Norton
2018-11-13
Make pretty printer stricter with brace placement
Alasdair Armstrong
2018-11-12
Infer tuple l-expressions types if all components are inferrable
Alasdair Armstrong
2018-11-12
Make type checker smarter at inferring l-expressions
Alasdair Armstrong
2018-11-12
Add referencing commands to generated latex
Alasdair Armstrong
2018-11-12
Fix numbers in constructor arguments
Alasdair Armstrong
2018-11-12
Improve latex naming scheme and avoid collisions
Alasdair Armstrong
2018-11-12
opam release
Robert Norton
2018-11-09
Improvements to latex generation
Alasdair Armstrong
2018-11-09
RISC-V: add missed c.ebreak instruction
Prashanth Mundkur
2018-11-09
Add test case for passing register references
Thomas Bauereiss
2018-11-08
RISC-V: fix a typo-induced bug in updating the PTE.
Prashanth Mundkur
2018-11-07
RISC-V: fix assembly mappings for lr/sc.
Prashanth Mundkur
2018-11-07
Move inline forall in function definitions
Alasdair Armstrong
2018-11-07
Move inline forall in function definitions
Alasdair Armstrong
2018-11-07
RISC-V: add some consistency checks when run with spike.
Prashanth Mundkur
2018-11-06
Fix bug with loop indices not being mapped to int64 in C
Alasdair Armstrong
2018-11-05
Ensure function quantifier is in scope when generating C return type
Alasdair Armstrong
2018-11-05
Add a regression test for issue #22
Alasdair Armstrong
2018-11-05
Ensure type-synonyms are handled correctly in register dependencies
Alasdair Armstrong
2018-11-05
Make sure undefined_type functions are generated before registers
Alasdair Armstrong
2018-11-02
Add code to analyse function return types
Alasdair Armstrong
2018-11-02
Coq: add more autocasts for different but equal kids
Brian Campbell
2018-11-01
Changes to enable analysing type errors in ASL parser
Alasdair Armstrong
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
Improve error messages for unsolved function quantifiers
Alasdair Armstrong
2018-10-29
Pretty printer tweaks for ASL parser
Alasdair Armstrong
2018-10-29
Merge pull request #21 from rems-project/riscv_c_platform
Alasdair Armstrong
2018-10-24
Add constraint synonyms
Alasdair Armstrong
2018-10-23
RISC-V: switch c tests to use the C platform simulator; update .gitignore.
Prashanth Mundkur
2018-10-23
RISC-V: use stderr for terminal output in OCaml backend.
Prashanth Mundkur
2018-10-23
RISC-V: separate jalr execute clause for seq model and rmem.
Prashanth Mundkur
2018-10-23
RISC-V: Initial splitting of instructions across multiple files.
Prashanth Mundkur
2018-10-23
RISC-V: Allow the C platform to get the DTB from a file, so that OS boot is p...
Prashanth Mundkur
2018-10-23
RISC-V: add cli option to dump the platform device-tree.
Prashanth Mundkur
[next]