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_inter_imp.lem
Age
Commit message (
Expand
)
Author
2017-01-14
changes to enable interpreter exhaustive analysis in ppcmem again
Christopher Pulte
2016-12-09
sail changes for making lem embedding Isabelle-friendlier
Christopher Pulte
2016-12-01
move interpreter-specific types from Sail_impl_base to Interp_interface
Christopher Pulte
2016-11-30
add new barrier kind for MIPS (only one for now).
Robert Norton
2016-11-27
make outcome_s contain the instruction state pretty print rather than the ins...
Christopher Pulte
2016-11-09
move decode_error type back to Sail_impl_base for now
Christopher Pulte
2016-11-08
fixes
Christopher Pulte
2016-11-07
factor out regfp analysis types into etc/regfp.sail
Christopher Pulte
2016-10-25
fix my decode_to_istate bug
Christopher Pulte
2016-10-21
shallow embedding progress
Christopher Pulte
2016-10-20
factor out instr_external_to_interp_value
Christopher Pulte
2016-10-20
fix previous FromToInterpValue typeclass issue, factor out intpreter's interp...
Christopher Pulte
2016-10-19
fix
Christopher Pulte
2016-10-19
remove effect list from instruction type
Christopher Pulte
2016-10-06
move type definitions that both interpreter and shallow embedding use to sail...
Christopher Pulte
2016-09-30
fixes, update isntruction_analysis for NIAs and DIA
Christopher Pulte
2016-09-21
fixes
Christopher Pulte
2016-09-13
Add optional address to memv events
Kathy Gray
2016-09-13
add show functions, fix
Christopher Pulte
2016-09-13
extern slice for instruction analysis
Kathy Gray
2016-09-09
update instruction_analysis to support nias and instruction kind
Christopher Pulte
2016-09-02
Extend type checking so that patterns with vector concatenation don't permit ...
Kathy Gray
2016-08-17
Fix pattern match bug in interp where vector accesses were using the wrong st...
Kathy Gray
2016-07-25
win
Kathy Gray
2016-07-25
one more go
Kathy Gray
2016-07-25
Actually 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-07
Fix issue in accessing fields and slices of registers during translate address
Kathy Gray
2016-06-03
Fix bug exposed/introduced by properly handling vector starts in the type che...
Kathy Gray
2016-05-04
Correct register field/slice reading for decreasing reads for decode/translat...
Kathy Gray
2016-05-03
write all or part of fields out of translate_address (instead of just all)
Kathy Gray
2016-05-03
Change decode and translate_address to support writing register events (altho...
Kathy Gray
2016-04-26
Add more cases for translate_address to support enums
Kathy Gray
2016-04-26
print error case on translate address
Kathy Gray
2016-04-25
Make interpreter able to read registers during translate address and decode.
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-08
Start task of setting up tagged memory in sequential interpreter
Kathy Gray
2016-02-02
Get mips stuff hooked up with translate address.
Kathy Gray
2016-02-02
add translate_address functionality
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
Fix some bugs in writing registers with slices in the sequential interpreter
Kathy Gray
2016-01-20
Decoding a mips instruction :)
Kathy Gray
2016-01-11
Interpreter interface now supports option<ast> result from decode and etc ins...
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
Begin doing better analysis on case splits over unknowns
Kathy Gray
2015-07-01
fix equality comparison
Kathy Gray
2015-07-01
Use set instead of list for tainted values
Kathy Gray
[next]