index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
vectors.sail
Age
Commit message (
Expand
)
Author
2014-08-07
Fix bug introduced by last commit
Kathy Gray
2014-08-07
Track taints across machine calls.
Kathy Gray
2014-06-26
Adding better support for unspecified values in indexed vectors
Kathy Gray
2014-06-23
Get indexed vectors, particularly with default values, working
Kathy Gray
2014-04-02
Checking missing cast for register as value in testsuite
Gabriel Kerneis
2014-03-31
Fix constraint bug with +
Kathy Gray
2014-03-31
test/vectors.sail: failing constraint checking
Gabriel Kerneis
2014-03-27
Check simple constraints (i.e. ones using only constants).
Kathy Gray
2014-03-20
small test changes
Kathy Gray
2014-03-20
More tests for implicit casts
Gabriel Kerneis
2014-03-12
Correctly type checking and interpreting accesses of register "fields". Regis...
Kathy Gray
2014-03-11
Exhibit bug in interpreter in vector test
Gabriel Kerneis
2014-03-07
Treat registers as values when not being actively read or written to, so that...
Kathy Gray
2014-03-01
Fix printing bug on vector slicing that caused only one element to ever be sl...
Kathy Gray
2014-02-26
Get interpreter working using types, no added functionality yet
Kathy Gray
2014-02-14
Infinite loop in interpreter for register slice write
Gabriel Kerneis
2014-02-14
Register slice write
Gabriel Kerneis
2014-02-07
more checking
Kathy Gray
2014-02-05
Typechecking lets, concrete vectors, and function calls (minus effects)
Kathy Gray
2014-01-15
Test indexed match
Gabriel Kerneis
2014-01-14
Fix vector concat pattern matching
Gabriel Kerneis
2014-01-08
More tests for various vector patterns bugs
Gabriel Kerneis
2014-01-08
Between Scylla and Charybdis
Gabriel Kerneis
2014-01-07
Add first operationnal tests for vectors
Gabriel Kerneis