index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-04-13
Put in a cast into slti
Kathy Gray
2016-04-13
cheri supporting run with elf
Kathy Gray
2016-04-13
Remove some warnings, in progress.
Kathy Gray
2016-04-13
add failing test from cheri test suite.
Robert Norton
2016-04-12
Change structure of n unification variables into doubly linked list. Remove b...
Kathy Gray
2016-04-12
Reduce warnings for interpreter. Removed all pattern match warnings for inter...
Kathy Gray
2016-03-30
Small missing cases in patterns
Kathy Gray
2016-03-16
more small fixes
Kathy Gray
2016-03-16
add def to full lexer
Kathy Gray
2016-03-16
Mistake in pre lexer fixed
Kathy Gray
2016-03-16
Fix case of missing undef options in compare
Kathy Gray
2016-03-10
small bug in is_one tag fixed
Kathy Gray
2016-03-09
Refine previous fix... tags can be subtle :(
Kathy Gray
2016-03-09
add elf file with capability instructions
Robert Norton
2016-03-09
Fix tag error on register as function parameter
Kathy Gray
2016-03-09
cheri sail: introduce functions for casting from cap. register to cap. struct...
Robert Norton
2016-03-08
missing file from last commit
Kathy Gray
2016-03-08
Return undefined value on reads of uninitialised memory
Kathy Gray
2016-03-08
Fix error in handling type abbreviations in LEXP type checker
Kathy Gray
2016-03-08
Start task of setting up tagged memory in sequential interpreter
Kathy Gray
2016-03-08
add beginnings of cheri sail for kathy to do some debugging.
Robert Norton
2016-03-07
Split mips.sail into three file and make use of the new -o option in preparat...
Robert Norton
2016-03-03
Fix typo in manual which had true instead of false on assert documentation
Kathy Gray
2016-03-02
Add new language feature to permit definitions of items of kind Nat, etc as w...
Kathy Gray
2016-02-26
tweak README
Peter Sewell
2016-02-25
A bit better readme
Kathy Gray
2016-02-25
Expand what advice and information is in the manual slightly
Kathy Gray
2016-02-25
Add the manual, such as it is, for others to be able to use and have without ...
Kathy Gray
2016-02-25
Restore manual.tex mysteriously deleted by peter in May 2015.
Robert Norton
2016-02-25
Update read me to the present day and cause the makefile from the top level d...
Kathy Gray
2016-02-25
Merge branch 'master' of bitbucket.org:Peter_Sewell/l2
Peter Sewell
2016-02-25
defunct commit
Peter Sewell
2016-02-24
Small mixups to get the initial check infrastructure working for full ast pro...
Kathy Gray
2016-02-23
Make small tweaks to emacs mode
Kathy Gray
2016-02-23
Several fixes
Kathy Gray
2016-02-11
mips.sail: add cast to bit to work around type error recently introduced by o...
Robert Norton
2016-02-11
point to lem and linksem embedded versions of libraries instead of relying on...
Robert Norton
2016-02-11
fix some bugs in emacs mode for sail; mostly workable now although there's so...
Kathy Gray
2016-02-11
Begin adding some new library functions like absolute value
Kathy Gray
2016-02-11
use paths relative to current makefile for lem and linksem.
Robert Norton
2016-02-10
mips.sail: make unimplemented/non-existent throw a reserved instruction excep...
Robert Norton
2016-02-10
mips.sail: add mfc0 support for some cp0 registers even though they aren't pr...
Robert Norton
2016-02-10
mips.sail: use exit whenever SignalException is called.
Robert Norton
2016-02-09
fix scattered type union source printing
Kathy Gray
2016-02-08
slightly clean up vector type printing and empty effect printing for functions
Kathy Gray
2016-02-05
fix typo in kathy's last commit.
Robert Norton
2016-02-05
change signed mod behaviour for numbers to match that of vectors
Kathy Gray
2016-02-04
Cast to int in DIV instructions to avoid weird undefined results from vector ...
Robert Norton
2016-02-04
mips.sail: don't set HI and LO to undefined on MUL but just leave them as the...
Robert Norton
2016-02-04
fix pretty printing of new mod_s
Robert Norton
[next]