index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-01-28
take sign into account on whether a number fits into the number of available ...
Kathy Gray
2015-01-23
Bring slice vector's type checking into line with what the formal system says...
Kathy Gray
2015-01-22
Actually remove minus on negative numbers from Lem output
Kathy Gray
2015-01-21
Fix implicit type check error
Kathy Gray
2015-01-21
turn negative numbers into 0-n in Lem ast backend
Kathy Gray
2015-01-20
Fix sparse vector fupdate slicing, assigning values in the right order and wi...
Kathy Gray
2015-01-19
Add an overload for - for vec x vdc -> range
Kathy Gray
2015-01-17
update division
Kathy Gray
2015-01-16
more for loop corrections, as well as pattern match error
Kathy Gray
2015-01-15
signed subtraction
Kathy Gray
2015-01-15
Fix for loop error causing premature stopping
Kathy Gray
2015-01-15
Add support for overflow detecting subtraction
Kathy Gray
2015-01-14
correct where overflow checking should happen on multiplication arithmetic
Kathy Gray
2015-01-14
correct wrongly used variable in arith operations
Kathy Gray
2015-01-14
more carry out
Kathy Gray
2015-01-14
carry out
Kathy Gray
2015-01-12
Add specialised support for numeric singleton types (i.e. what used to be ran...
Kathy Gray
2014-12-19
Support returning registers from functions, as with putting registers in vect...
Kathy Gray
2014-12-18
Fix subtraction with integer type
Kathy Gray
2014-12-18
Add negative literals such as -1. WARNING may not generate valid lem in the p...
Kathy Gray
2014-12-18
Bring interpreter upto date with current Lem
Kathy Gray
2014-12-16
Fix bug on nat/type/order/effect variable binding
Kathy Gray
2014-12-11
Add 2 ** n function; support providing type variables to other files when lexing
Kathy Gray
2014-12-11
Change compare of two big ints to compare_big_int
Kathy Gray
2014-12-11
turn back off debugging printf
Kathy Gray
2014-12-11
fix error with type int and subtraction
Kathy Gray
2014-12-11
Carry out change
Kathy Gray
2014-12-11
Many fixes, primarily dealing with undefined
Kathy Gray
2014-12-10
Fix neg
Kathy Gray
2014-12-10
Fix fromJust of Nothing error in multiplication
Kathy Gray
2014-12-10
Support splitting sail definition across multiple files
Kathy Gray
2014-12-10
Fix mismatch errors in interpreter, mostly relating to taint/detaint behaviour
Kathy Gray
2014-12-09
Add quite important detaint
Kathy Gray
2014-12-09
Abstract tainting to almost always use taint, detaint, retaint, and binary_ta...
Kathy Gray
2014-11-30
clean up ghastly pre-submission pp hackery
Peter Sewell
2014-11-27
updated test for power.sail
Kathy Gray
2014-11-26
Fix neg
Kathy Gray
2014-11-25
more changes to quot and mod
Kathy Gray
2014-11-25
another carry out attempt
Kathy Gray
2014-11-25
improved division
Kathy Gray
2014-11-25
wib
Kathy Gray
2014-11-25
carry out is computed
Kathy Gray
2014-11-25
another mod and quot definition
Kathy Gray
2014-11-25
refine quot and mod
Kathy Gray
2014-11-24
Add new quot and mod operators
Kathy Gray
2014-11-24
don't to_num a num...
Kathy Gray
2014-11-24
Give a better answer on overflow with two vectors of unknowns (i.e. unknown i...
Kathy Gray
2014-11-24
Correctly cast between 1 and a single bit
Kathy Gray
2014-11-24
improve value to string for debugging
Kathy Gray
2014-11-24
wib
Kathy Gray
[next]