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.lem
Age
Commit message (
Expand
)
Author
2017-02-03
fix headers
Peter Sewell
2017-01-25
Make interpreter a little more flexible on the format of a register type to m...
Kathy Gray
2017-01-23
remove taint printing
Kathy Gray
2017-01-23
Extend lib with min and max
Kathy Gray
2016-11-23
Add new type checking file. Small changes to type inference, temporary change...
Kathy Gray
2016-11-09
move decode_error type back to Sail_impl_base for now
Christopher Pulte
2016-11-08
fixes
Christopher Pulte
2016-10-25
Improve pattern match failure error messages
Kathy Gray
2016-10-22
fixes, Interp.value printing for debugging
Christopher Pulte
2016-10-21
shallow embedding progress
Christopher Pulte
2016-10-06
move type definitions that both interpreter and shallow embedding use to sail...
Christopher Pulte
2016-09-13
Add optional address to memv events
Kathy Gray
2016-09-09
minor fixes
Kathy Gray
2016-08-17
tuple assignment now implemented so (a,b) := foo() will now work
Kathy Gray
2016-08-17
Fix pattern match bug in interp where vector accesses were using the wrong st...
Kathy Gray
2016-08-14
Add missing case to replicate
Kathy Gray
2016-07-26
And fix abbrev oversite in interpreter
Kathy Gray
2016-07-25
Actually fix stack for return
Kathy Gray
2016-07-25
Fix stack for return
Kathy Gray
2016-07-23
Add a return exp form to Sail, supported in type checker and in interpreter.
Kathy Gray
2016-06-03
Fix bug exposed/introduced by properly handling vector starts in the type che...
Kathy Gray
2016-06-03
turn off debug print statements
Kathy Gray
2016-06-03
Mips file: removed some unnecessary parenthesis
Kathy Gray
2016-05-09
Reverse the list of events to respect their order
Kathy Gray
2016-05-09
Add more debugging information for vector concatenation
Kathy Gray
2016-04-19
Make value treatment on memory write calls uniform for function call vs assig...
Kathy Gray
2016-04-18
More fixes to interp with regards to warnings and debugging info
Kathy Gray
2016-04-13
Remove some warnings, in progress.
Kathy Gray
2016-03-30
Small missing cases in patterns
Kathy Gray
2016-01-28
Support exit and assert better in sequential interpreter and general interpre...
Kathy Gray
2016-01-27
Make mips build again
Kathy Gray
2016-01-26
Stop turning all decreasing vectors into indexed ones : i.e. let's print them...
Kathy Gray
2016-01-26
Fix some bugs in writing registers with slices in the sequential interpreter
Kathy Gray
2016-01-20
Assorted bug fixes that gets one mips instruction running (then fails for exp...
Kathy Gray
2016-01-20
Decoding a mips instruction :)
Kathy Gray
2016-01-19
Put None and Some into interpreter environments
Kathy Gray
2016-01-11
Interpreter that understands assert
Kathy Gray
2015-12-08
wreg effects and tags now proper for LEXP_field, LEXP_vector LEXP_vector_rang...
Kathy Gray
2015-12-07
Interpreter working again with updated tag, effects, and types behaviour
Kathy Gray
2015-10-08
augment annot of interpreter
Kathy Gray
2015-08-06
Update analysis to merge states and values after branches taken due to unknow...
Kathy Gray
2015-07-24
Turn back off new analysis style until it works
Kathy Gray
2015-07-24
Begin doing better analysis on case splits over unknowns
Kathy Gray
2015-07-20
minor fixes
Kathy Gray
2015-07-02
fix match_pattern reverse bug
Kathy Gray
2015-07-01
fix equality comparison
Kathy Gray
2015-07-01
Use set instead of list for tainted values
Kathy Gray
2015-06-30
Fix updating dec vector start bugs
Kathy Gray
2015-06-26
Better handling of literal true and false (turn them into the expected bit0 a...
Kathy Gray
2015-06-24
Support new write memory events
Kathy Gray
[next]