| Age | Commit message (Expand) | Author |
| 2017-04-03 | Rename TranslateAddress to TranslatePC and remove the accessType argument -- ... | Robert Norton |
| 2017-03-29 | change reqiured to work with little endian interpreter. | Robert Norton |
| 2017-03-25 | endianness fix | Shaked Flur |
| 2017-03-24 | fixed endianness | Shaked Flur |
| 2017-03-24 | Christopher, Peter: make "run_interp_model.ml" build again (endianness) | Peter Sewell |
| 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-03-02 | tweak comments | Peter Sewell |
| 2017-02-08 | put back the header into Sail_impl_base | Christopher Pulte |
| 2017-02-08 | pull in Shaked's type class instance changes, fix Ord and Eq instances | Christopher Pulte |
| 2017-02-03 | fix headers | Peter Sewell |
| 2017-01-27 | fix right shift | Kathy Gray |
| 2017-01-26 | c128: xor E with 48 when storing in memory so that null cap is all zeros but ... | Robert Norton |
| 2017-01-26 | christopher, kathy, peter: hacky experiment on nias_of_instruction | Peter Sewell |
| 2017-01-25 | Make interpreter a little more flexible on the format of a register type to m... | Kathy Gray |
| 2017-01-25 | Merge branch 'master' of https://bitbucket.org/Peter_Sewell/sail | Kathy Gray |
| 2017-01-25 | Make vector equality remember about the possibility of unknown values | Kathy Gray |
| 2017-01-24 | functionality for comparing handwritten analysis function with exhaustive int... | Christopher Pulte |
| 2017-01-24 | Remember to pass through collapse argument in else case in bit_lifteds_to_string | Robert Norton |
| 2017-01-23 | remove taint printing | Kathy Gray |
| 2017-01-23 | Extend lib with min and max | Kathy Gray |
| 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-02 | fix interpreter build following refactoring | Robert Norton |
| 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-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-11-07 | factor out regfp analysis types into etc/regfp.sail | Christopher Pulte |
| 2016-11-05 | fixes | Christopher Pulte |
| 2016-11-02 | shallow embedding library fixes, logfile pp fixes | Christopher Pulte |
| 2016-10-25 | load all segments into prog_mem regardless of x flag (for running cheri tests... | Robert Norton |
| 2016-10-25 | Merge branch 'master' of https://bitbucket.org/Peter_Sewell/sail | Christopher Pulte |
| 2016-10-25 | fix my decode_to_istate bug | Christopher Pulte |
| 2016-10-25 | Improve pattern match failure error messages | Kathy Gray |
| 2016-10-25 | shallow embedding fixes | Christopher Pulte |
| 2016-10-24 | fixes, check in Shaked's sail_impl_base changes | Christopher Pulte |
| 2016-10-22 | Merge branch 'master' of https://bitbucket.org/Peter_Sewell/sail | Christopher Pulte |
| 2016-10-22 | fixes, Interp.value printing for debugging | Christopher Pulte |
| 2016-10-22 | fixes following interface changes (type of instruction, name of barrier) | Robert Norton |
| 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-17 | updates for ppcmem printing | Kathy Gray |
| 2016-10-14 | Add printing of whole call stack | Kathy Gray |
| 2016-10-11 | Update run_with_elf* for new linksem sail_interface | Robert Norton |