| Age | Commit message (Expand) | Author |
| 2016-11-08 | fixes | Christopher Pulte |
| 2016-10-27 | more shallow embedding fixes | Christopher Pulte |
| 2016-10-26 | shallow embedding fixes | Christopher Pulte |
| 2016-10-13 | make sail-to-lem rewriting passes use dependency analysis, make dependency an... | Christopher Pulte |
| 2016-10-10 | changed the way registers/register fields work, fixes, nicer names for new le... | Christopher Pulte |
| 2016-09-26 | nicer lem output: fewer unnecessary letbinds, monad binds and returns | Christopher Pulte |
| 2016-09-25 | nicer lem output: no more unecessary 'unit' returns if if-expressions, for-lo... | Christopher Pulte |
| 2016-09-24 | nicer lem output: fewer unecessary 'return's | Christopher Pulte |
| 2016-09-19 | sail-to-lem progress | Christopher Pulte |
| 2016-09-16 | fix | Christopher Pulte |
| 2016-09-16 | make vector concatenation pattern removal deal with vector patterns of unknow... | Christopher Pulte |
| 2016-09-07 | push some lem pp changes | Christopher Pulte |
| 2016-08-14 | Start adding form for (a,b,c) := foo() | Kathy Gray |
| 2016-08-10 | Fix sizeof code generation to look at parameter bounds | Kathy Gray |
| 2016-07-23 | Add a return exp form to Sail, supported in type checker and in interpreter. | Kathy Gray |
| 2016-07-20 | Make rewriter understand type abbreviations for removing internal_exp instances | Kathy Gray |
| 2016-05-27 | Add sizeof to sail. Documentation to follow | Kathy Gray |
| 2016-03-02 | Add new language feature to permit definitions of items of kind Nat, etc as w... | Kathy Gray |
| 2016-01-26 | move closer to power.sail -> power.ml output | Kathy Gray |
| 2016-01-21 | Start splitting values/etc into int/big_int for ocaml generation | Kathy Gray |
| 2016-01-14 | small edit to previous commit | Kathy Gray |
| 2016-01-14 | Fix cumulative effects for circumstance when lifting variable introductions o... | Kathy Gray |
| 2016-01-12 | Fix undefined nvar occurrences that were impacting ARM | Kathy Gray |
| 2016-01-07 | Add E_assert to basic rewriters | Kathy Gray |
| 2015-12-21 | fixes, pp progress | Christopher |
| 2015-12-16 | rewriter and pp changes for generating ARM output | Christopher |
| 2015-12-15 | better location information | Christopher |
| 2015-12-10 | fix | Christopher |
| 2015-12-09 | adapted for Kathy's lexp effect typing changes: register writes should be cor... | Christopher |
| 2015-11-25 | fixes, pp | Christopher Pulte |
| 2015-11-22 | do effect annotation updates more systematically, fix dedup | Christopher Pulte |
| 2015-11-20 | no more unecessary variables from removing vector-concatenation pattern match... | Christopher Pulte |
| 2015-11-19 | fixes for cumulative effect anotations | Christopher Pulte |
| 2015-11-13 | fixes, more pp | Christopher Pulte |
| 2015-11-10 | fix case-expressions' newreturn | Christopher Pulte |
| 2015-11-10 | rewriting fixes, syntactically correct lem syntax, number type errors remaining | Christopher Pulte |
| 2015-11-07 | fixes, no more uncessary variables, pp progress | Christopher Pulte |
| 2015-11-06 | fixes | Christopher Pulte |
| 2015-11-06 | fixes | Christopher Pulte |
| 2015-11-05 | some progress on lem backend: rewrite away mutable variable assignments, rewr... | Christopher Pulte |
| 2015-11-04 | Add a new module for writing queries/analyses that aren't type checking but c... | Kathy Gray |
| 2015-10-29 | Ocaml generation now just needing big int/little int issues resolved (probabl... | Kathy Gray |
| 2015-10-28 | progress on lem backend: auto-generate read_register and write_register funct... | Christopher Pulte |
| 2015-10-26 | Switch name set to name map to include type and expression data | Kathy Gray |
| 2015-10-26 | Add variable set to rewriters | Kathy Gray |
| 2015-10-26 | Begin if variable introduction rewriting | Kathy Gray |
| 2015-10-20 | fix a-normalisation bug | Christopher Pulte |
| 2015-10-19 | progress on lem backend | Christopher Pulte |
| 2015-10-17 | clean up, more readability | Christopher Pulte |
| 2015-10-17 | a-normalisation for lem backend | Christopher Pulte |