index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pretty_print_sail.ml
Age
Commit message (
Expand
)
Author
2018-10-11
Change the function type in the AST
Alasdair
2018-08-31
mappings: Support for unidirectional mapping clauses
Jon French
2018-08-28
fix some compiler not-matched warnings about Typ_bidir and Typ_internal_unknown
Jon French
2018-08-16
Various cleanups to ott grammar
Alasdair Armstrong
2018-07-26
Some tweaks to not and or patterns
Alasdair Armstrong
2018-07-26
Patterns: add or and not patterns
Alastair Reid
2018-07-25
Remove unused internal AST nodes
Alasdair Armstrong
2018-06-26
Add configuration registers so __SetConfig ASL can be translated
Alasdair Armstrong
2018-05-16
Add support for inline val-spec declaration for mappings
Jon French
2018-05-10
Merge branch 'sail2' into mappings
Jon French
2018-05-03
Flow typing and l-expression changes for ASL parser
Alasdair Armstrong
2018-05-01
mostly added mappings to type-checker and pretty-printer
Jon French
2018-04-05
Fix precedence printing and update aarch64 spec
Alasdair Armstrong
2018-03-14
WIP Latex formatting
Alasdair Armstrong
2018-03-09
Specialise constructors for polymorphic unions
Alasdair Armstrong
2018-03-07
Make union types consistent in the AST
Alasdair Armstrong
2018-02-19
Have generic vectors working in C backend
Alasdair Armstrong
2018-02-16
Add __TakeColdReset function to aarch64_no_vector
Alasdair Armstrong
2018-02-06
Add aux constructor to type patterns for consistency
Alasdair Armstrong
2018-02-05
Add typ patterns for destructuring existentials
Alasdair Armstrong
2018-01-22
Added rewriter that specializes all function calls in a specification.
Alasdair Armstrong
2018-01-18
Modified unification so Type_check.instantiation_of works after sizeof rewriting
Alasdair Armstrong
2018-01-16
Created version of typecheck test suite for sail2 branch
Alasdair Armstrong
2018-01-05
Moved parser, lexer and pretty printer to correct locations.
Alasdair Armstrong
2018-01-05
Removed legacy parser/lexer and pretty printer
Alasdair Armstrong
2018-01-05
Added bitfield syntax to replicate register bits type
Alasdair Armstrong
2018-01-02
Experimenting with power spec
Alasdair Armstrong
2017-12-14
Fix all compiler warning except in lem pretty printer and monomorphisation
Alasdair Armstrong
2017-12-13
Use big_nums from Lem
Alasdair Armstrong
2017-12-07
Resolve function clause guard parsing ambiguity by requiring parentheses
Brian Campbell
2017-12-06
Add parsing for guards in function clauses
Brian Campbell
2017-12-06
Add top-level pattern match guards internally
Brian Campbell
2017-12-05
Update license headers for Sail source
Alasdair Armstrong
2017-11-24
Use unbound precision big_ints throughout sail.
Alasdair Armstrong
2017-11-08
Allow functions to be selectively declared external only for some backends
Thomas Bauereiss
2017-11-08
Allow for different extern names for different backends
Alasdair Armstrong
2017-11-02
Fix a few AST and parsing-related bugs
Thomas Bauereiss
2017-10-13
Improve debugging output
Thomas Bauereiss
2017-10-09
Improvements to menhir pretty printer and ocaml backend
Alasdair Armstrong
2017-10-06
Remove BK_effect constructor
Alasdair Armstrong
2017-10-04
Merge branch 'cleanup' into experiments
Alasdair Armstrong
2017-10-04
Add pretty printing for while loops
Alasdair Armstrong
2017-10-03
Fixes to new parser
Alasdair Armstrong
2017-10-03
Fixed some loop bugs for ASL parser
Alasdair Armstrong
2017-09-21
Refactored AST valspecs into single constructor
Alasdair Armstrong
2017-09-21
Remove unused kind_def (KD_) nodes from AST
Alasdair Armstrong
2017-09-21
Simplify AST by removing LB_val_explicit and replace LB_val_implicit with jus...
Alasdair Armstrong
2017-09-21
Cleaning up the AST and removing redundant and/or unused nodes
Alasdair Armstrong
2017-08-23
Started work on an undefined literal removal pass for the ocaml
Alasdair Armstrong
2017-08-21
Modified sizeof rewriting pass so it can correctly deal with existentials.
Alasdair Armstrong
[next]