summaryrefslogtreecommitdiff
path: root/src/lem_interp/instruction_extractor.lem
AgeCommit message (Expand)Author
2017-12-06Add top-level pattern match guards internallyBrian Campbell
2017-12-05Update license headers for Sail sourceAlasdair Armstrong
2017-11-29Switched to bytecode compiler for executing interpreter to avoid stack overflowAlasdair Armstrong
2017-11-17Fix Makefile for interpreter and update instruction_extractorAlasdair Armstrong
2017-02-03fix headersPeter Sewell
2016-10-06move type definitions that both interpreter and shallow embedding use to sail...Christopher Pulte
2015-10-08augment annot of interpreterKathy Gray
2015-06-28Tag enumeration variables properly when introducing themKathy Gray
2015-06-07Fix instruction extractorKathy Gray
2015-06-02Fix errors around ARM not being able to decode due to instruction_extractor b...Kathy Gray
2015-03-17Correct directionality in interpreter. Now the interpreter shouldn't use inc ...Kathy Gray
2014-10-20Catch more types in constructor parametersKathy Gray
2014-10-07Connect interpreter to representation of instructions.Kathy Gray
2014-10-07kathy,peter: making decode integration with ppcmem2 typecheckPeter Sewell
2014-10-07Put in type for instruction form for models; remove extra information from By...Kathy Gray
2014-10-02correct renaming typoKathy Gray
2014-10-01Fix bug omitting wmem effectsKathy Gray
2014-09-30Add type annotations to funcls to track effects and constraints from one func...Kathy Gray
2014-09-19Functions to extract instruction informationKathy Gray
2014-09-11Adding support for extracting the information Christopher needs about an inst...Kathy Gray