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
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
2015-06-21
Taint printing changes: make it for debugging only, except when showing all e...
Kathy Gray
2015-06-18
Consistent handling of constructors with no parameters
Kathy Gray
2015-06-17
fix missed pattern case
Kathy Gray
2015-06-08
keeping tainted values in functionally updating records
Kathy Gray
2015-06-06
append vectors with proper length for dec case
Kathy Gray
2015-06-05
Fix issue #5
Kathy Gray
2015-06-05
small variable renaming for Isabelle
cp526
2015-06-05
slight change of binary_taint for Isabelle
cp526
2015-06-03
make string functions used to UI and debugging output empty strings for theor...
cp526
2015-06-02
Fix errors around ARM not being able to decode due to instruction_extractor b...
Kathy Gray
2015-05-28
fix pattern matching bug on concatenated vectors
Kathy Gray
2015-05-18
expand unsigned comparisons
Kathy Gray
2015-05-18
Add equality check for addresses
Kathy Gray
2015-05-17
extend a missing case
Kathy Gray
2015-05-16
Fix bug where undef was blown up to fill the full register on a field assignment
Kathy Gray
2015-05-13
Add dynamic footprint dependency check event/outcome
Kathy Gray
[next]