| Age | Commit message (Expand) | Author |
| 2017-07-24 | interpreter: optionally print debugging traces | Jon French |
| 2017-07-24 | move value type definitions to ott, and introduce new E_internal_value ast no... | Jon French |
| 2017-05-28 | fixed exmem | Shaked Flur |
| 2017-05-24 | Merge branch 'master' of bitbucket.org:Peter_Sewell/sail | Shaked Flur |
| 2017-05-24 | added the exmem effect for AArch64 store-exclusive | Shaked Flur |
| 2017-05-24 | Change types of MEMr_tag, MEMval_tag and co. so that tag is separate from dat... | Robert Norton |
| 2017-04-18 | added transactional memory support | Shaked Flur |
| 2017-04-03 | Rename TranslateAddress to TranslatePC and remove the accessType argument -- ... | Robert Norton |
| 2017-03-24 | Print tracking information for V_track, hopefully fix extern_vector_value, fi... | Christopher Pulte |
| 2017-03-23 | the interpreter/shallow expects little-endian memory-values | Shaked Flur |
| 2017-02-03 | fix headers | Peter Sewell |
| 2017-01-26 | christopher, kathy, peter: hacky experiment on nias_of_instruction | Peter Sewell |
| 2017-01-24 | functionality for comparing handwritten analysis function with exhaustive int... | Christopher Pulte |
| 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 |