| Age | Commit message (Expand) | Author |
| 2014-11-13 | numbers got to big for show, write my own version | Kathy Gray |
| 2014-11-13 | Catch more cases of registers for extern_reg | Kathy Gray |
| 2014-11-13 | Set start index on bits in extern_value | Kathy Gray |
| 2014-11-12 | ; -> , | Peter Sewell |
| 2014-11-12 | Add a function to print local variables and values, local_variables_to_string | Kathy Gray |
| 2014-11-12 | Stop overzealously looking for constructors, only when the type suggests to | Kathy Gray |
| 2014-11-12 | Notice when a pattern Id is referencing a constructor and either turn the pat... | Kathy Gray |
| 2014-11-11 | remove [ and ] from values in the hole | Kathy Gray |
| 2014-11-10 | Print contents of the [_] hole when it's available. | Kathy Gray |
| 2014-11-08 | make pp of Bitvector values of widths 1,2,4, or 8 bytes be in hex (but includ... | Peter Sewell |
| 2014-11-07 | Add integer_of_byte_list : list word8 -> integer | Kathy Gray |
| 2014-11-07 | stop using LEMLIB in makefile, in case that's interfering with lem library pl... | Kathy Gray |
| 2014-11-07 | typo | Kathy Gray |
| 2014-11-07 | more num_to_bits | Kathy Gray |
| 2014-11-07 | Put back old num_to_bits temporarily; add in a num_to_bits_correct that treat... | Kathy Gray |
| 2014-11-07 | Fix types in num_to_bits | Kathy Gray |
| 2014-11-06 | Refactor printing to display the contents the [_] and to better format bit ve... | Kathy Gray |
| 2014-11-05 | Correct bug treating unsigned values as signed in arith operations | Kathy Gray |
| 2014-11-05 | Fix bug on decoding Sc | Kathy Gray |
| 2014-11-05 | add type class instantiations (required as reg_name currently contains big_ints) | Peter Sewell |
| 2014-11-05 | fix(?) a Big_int/int type error wrt trans_sail | Peter Sewell |
| 2014-11-04 | Merge branch 'master' of bitbucket.org:Peter_Sewell/l2 | Peter Sewell |
| 2014-11-04 | proposed split of decode into decode-to-instruction and instruction-to-instru... | Peter Sewell |
| 2014-11-04 | Read parts of a register, not always just the whole thing | Kathy Gray |
| 2014-11-04 | K,P debugging | Peter Sewell |
| 2014-11-04 | Fixes bugs: | Kathy Gray |
| 2014-11-04 | Fix setting of initial position in a vector after a slice | Kathy Gray |
| 2014-11-04 | Merge branch 'master' of bitbucket.org:Peter_Sewell/l2 | Peter Sewell |
| 2014-11-04 | K,P better instruction pp | Peter Sewell |
| 2014-11-04 | setup printing for memory on tests | Kathy Gray |
| 2014-11-03 | pp of initial index of bitvector | Peter Sewell |
| 2014-11-03 | kathy,christopher,peter: talking about bitvectors and sc calls | Peter Sewell |
| 2014-11-01 | extend interface | Peter Sewell |
| 2014-10-31 | Add a num to bits function; start hooking up the power.ml file to the symbol/... | Kathy Gray |
| 2014-10-30 | use proper equality on register name type | Peter Sewell |
| 2014-10-30 | Pull in updated elf model, make build work again (at least for me) | Kathy Gray |
| 2014-10-30 | Merge branch 'master' of bitbucket.org:Peter_Sewell/l2 | Peter Sewell |
| 2014-10-30 | more compact pp of binary values (following verilog literal syntax) | Peter Sewell |
| 2014-10-30 | Fix type error that Lem didn't catch with the interpreter alone | Kathy Gray |
| 2014-10-30 | harmonise argument order | Peter Sewell |
| 2014-10-30 | Add parameter to interp_exhaust with type maybe (list (reg_name,value)) for r... | Kathy Gray |
| 2014-10-30 | Add case to neg for interp_lib | Kathy Gray |
| 2014-10-29 | tweak value pp (remove byte count) | Peter Sewell |
| 2014-10-28 | taint tracking unknown in interpreter | Kathy Gray |
| 2014-10-28 | Allow tracking of unknowns in interp library, removing the P hacks. | Kathy Gray |
| 2014-10-28 | function in progress take 2 | Kathy Gray |
| 2014-10-28 | hacks on taint tracking | Peter Sewell |
| 2014-10-28 | Add proper tag to constructors when storing continuation | Kathy Gray |
| 2014-10-28 | Function definition in progress | Kathy Gray |
| 2014-10-28 | K,P fix constructor-as-variable error | Peter Sewell |