index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lem_interp
/
interp_lib.lem
Age
Commit message (
Expand
)
Author
2016-08-10
Missing case in lib
Kathy Gray
2016-08-06
Add duplicate_bits to lib
Kathy Gray
2016-07-01
Add missing case to arith_op_no0
Kathy Gray
2016-06-02
Fix most_significant case omission
Kathy Gray
2016-04-27
expand supported patterns for most_significant
Kathy Gray
2016-04-18
More fixes to interp with regards to warnings and debugging info
Kathy Gray
2016-04-12
Reduce warnings for interpreter. Removed all pattern match warnings for inter...
Kathy Gray
2016-03-16
Fix case of missing undef options in compare
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
Add mod_s
Kathy Gray
2016-02-04
add forgotten lib binding
Kathy Gray
2016-01-28
Support exit and assert better in sequential interpreter and general interpre...
Kathy Gray
2016-01-20
Assorted bug fixes that gets one mips instruction running (then fails for exp...
Kathy Gray
2016-01-13
Closes issue #28 and issue #27
Kathy Gray
2015-10-23
slight change to library
Kathy Gray
2015-10-05
More library functions
Kathy Gray
2015-07-24
Begin doing better analysis on case splits over unknowns
Kathy Gray
2015-06-29
Fix pattern match error
Kathy Gray
2015-06-29
Return unknown for a == unknown or unknown == a. Fixes issue #15
Kathy Gray
2015-06-05
Manually turn negative nat values to 0 instead of letting Lem use an abs call...
Kathy Gray
2015-06-02
changes to compare and equality instances to make lem generate isabelle output
cp526
2015-06-02
Fix errors around ARM not being able to decode due to instruction_extractor b...
Kathy Gray
2015-05-26
small bug fixes
Kathy Gray
2015-05-19
Add signed and unsigned functions, converting bit vectors to appropriate numb...
Kathy Gray
2015-05-16
extend a missing case
Kathy Gray
2015-05-13
Add dynamic footprint dependency check event/outcome
Kathy Gray
2015-05-05
allow undefined in mask for size
Kathy Gray
2015-04-22
Fix some interpreter bugs preventing ARM instructions from making progress
Kathy Gray
2015-04-14
Fix bug showing up in power.sail's compilation to Lem causing unknown values ...
Kathy Gray
2015-04-07
Move interpreter to zarith
Kathy Gray
2015-03-17
Correct directionality in interpreter. Now the interpreter shouldn't use inc ...
Kathy Gray
2015-03-15
Many changes:
Kathy Gray
2015-01-28
take sign into account on whether a number fits into the number of available ...
Kathy Gray
2015-01-17
update division
Kathy Gray
2015-01-15
signed subtraction
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
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
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
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
[next]