index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
typecheck
Age
Commit message (
Expand
)
Author
2017-07-18
Added real number literals to sail, to better support full ASL translation
Alasdair Armstrong
2017-07-17
Added pattern guards to sail
Alasdair Armstrong
2017-07-13
Typechecker now inserts val specs into AST when it infers them
Alasdair Armstrong
2017-07-13
Modified MIPS model so it typechecks with the new typechecker
Alasdair Armstrong
2017-07-12
Fixed parser to parse 2** nexp expressions properly
Alasdair Armstrong
2017-07-12
Added vector range l-expressions and additional tests
Alasdair Armstrong
2017-07-11
Various typechecker improvements:
Alasdair Armstrong
2017-07-10
Bugfixes and testing new checker on the MIPS spec
Alasdair Armstrong
2017-07-10
Added tests for union constructor matching
Alasdair Armstrong
2017-07-06
Testing new typechecker on MIPS spec
Alasdair Armstrong
2017-07-04
Added effect system to new type checker
Alasdair Armstrong
2017-07-04
Added documentation to type_check_new.mli
Alasdair Armstrong
2017-07-03
Fixed bug in XML output for jekins
Alasdair Armstrong
2017-07-03
Added test suite XML output for jenkins
Alasdair Armstrong
2017-07-03
Added tests for lem shallow embedding
Alasdair Armstrong
2017-07-03
Added records to checker
Alasdair Armstrong
2017-06-30
Added flow types to new typechecker
Alasdair Armstrong
2017-06-29
Added a large test case to the test-suite
Alasdair Armstrong
2017-06-29
Created prelude.sail for initial typing environment
Alasdair Armstrong
2017-06-29
Added support for set constraints
Alasdair Armstrong
2017-06-29
Additional tests for overloading and vector patterns
Alasdair Armstrong
2017-06-29
Various improvements to typechecker
Alasdair Armstrong
2017-06-28
User defined overloaded operators
Alasdair Armstrong
2017-06-28
Improvements to implicit type casting
Alasdair Armstrong
2017-06-27
More features in bi-directional typechecker
Alasdair Armstrong
2017-06-24
Added implicit casting
Alasdair Armstrong
2017-06-23
Support for more sail constructs
Alasdair Armstrong
2017-06-22
Added vector subrange support, and tests
Alasdair Armstrong
2017-06-22
Added support for vector append and indexing
Alasdair Armstrong
2017-06-22
Can now typecheck register declarations and assignments
Alasdair Armstrong
2017-06-22
Added support for bitvectors
Alasdair Armstrong
2017-06-16
Some small changes to bi-directional checker
Alasdair Armstrong
2017-06-15
Added support for default order declarations.
Alasdair Armstrong
2017-06-15
Prototype Bi-directional type checking algorithm for sail
Alasdair Armstrong